Synchronization Editor, Native Database Connector, SQL-Server provisioning NULL values

Hi,

How can I synchronize a NULL value to a  MS SQL DB. (varchar null allowed)

1IM replaces Null values with each FullExport with "string Empty" value.

Thanks for any hint

Olivier

Parents Reply
  • I did some background research. The problem is that OneIM doesn't differ with null and default value of the datatype. If the property is a reference then One Identity Manager is able to differ and write null values.
    Workaround: If there are only few properties where the difference between empty and null are important, one could write a script for the property in the mapping. 

Children