Running a Directory Connector from Notes to Exchange ran but failed to create any entries in the Selected container. The account being used for this is not a Domain Admin. These permissions were not granted by the end user.
This issue was caused as a result of the account not having Domain Admin rights. When the Connector tried to create the OU container and subsequent User Objects the connector was not able to query the LegacyExchangeDN value and hence not proceed with the Object creation.
The default mapping for the Directory Connector requires that the destination Login ID be a Domain Admin. This allows the legdn root to be detected and the appropriate syntax automatically generated with the default mapping listed below:
legacyexchangedn=~legacyexchangedn~/cn=Recipients/cn=~smtpname~.~smtphost~
To resolve this issue the LegacyExchangeDN value needs to be acquired using ADSI Edit
If you don't have any existing Mail boxes we suggest manually creating an object in the target destination OU. Then, in ADSI edit, look up the legacyexchangedn value of the manually created object. For example, it may look like this:
/o=First Organization/ou=Exchange Administrative Group/cn=Recipients/cn=John.Smith
Or, using ADSI Edit, go to cn=First Administrative Group and view Properties. Find the value of 'legacyexchangedn'.
- This customization can be applied in config.txt of the Notes to Exchange Directory Connector.
exch-legdn=/o=org/ou=AdministrativeOU