Hi Guys,
I'm trying to sync users from AD to AD LDS instance created on a member server.
I get this as a result in the log file specified during the Adamsync /sync command:
***************************************************************
Adamsync.exe v1.0 (6)
Establishing connection to target server localhost:389.
Saving Configuration File on DC=ExtranetPartition,DC=test-adlds,DC=***
Saved configuration file.
ADAMSync is querying for a writeable replica of dc.test-adlds.***.
Error: DCLocator call failed with error 1355. Attempting to bind directly to string.
Establishing connection to source server dc.test-adlds.***:389.
Using file .\dam4269.tmp as a store for deferred dn-references.
Populating the schema cache
Populating the well known objects cache
Starting synchronization run from DC=test-adlds,DC=***.
Starting DirSync Search with object mode security.
Processing Entry: Page 1, Frame 1, Entry 0, Count 0, USN 0
An internal error occurred: DnManip::DnManip.
An internal error occurred: DnManip::DnManip.
Saving Configuration File on DC=ExtranetPartition,DC=test-adlds,DC=***
Saved configuration file.
***************************************************************.
The MS-ADAMSyncConf.xml file :
<configuration>
<description>sample Adamsync configuration file</description>
<security-mode>object</security-mode>
<source-ad-name>dc.test-adlds.***</source-ad-name>
<source-ad-partition>DC=test-adlds,DC=***</source-ad-partition>
<source-ad-account></source-ad-account>
<account-domain></account-domain>
<target-dn>DC=ExtranetPartition,DC=test-adlds,DC=***</target-dn>
<query>
<base-dn>"OU=Test OU,DC=test-adlds,DC=***"</base-dn>
<object-filter>(objectclass=User)</object-filter>
<attributes>
<include>givenName</include>
</attributes>
<user-proxy>
<source-object-class>user</source-object-class>
<target-object-class>userProxy</target-object-class>
</user-proxy
***************************************************************
Any Help would be appreciated
Ivo