If there is a count for the EntryAlready Exists
statistic using the
status tool, verify the problem in the sync log. For example,
the status tool displays the following information:
--- Ops Completed for 'DS1 to DS2' Sync Pipe ---
Op Result : Count
-----------------------:------
Success : 0
Out Of Scope : 0
Op Type Not Synced : 0
No Change Needed : 0
Entry Already Exists : 1
No Match Found : 1
Multiple Matches Found : 0
Failed During Mapping : 0
Failed At Resource : 0
Unexpected Exception : 0
Total : 2
Verify the change by viewing the <server-root>/logs/sync file to see the specific operation, which could be due to someone manually adding the entry on the target server:
op=2 changeNumber=529277 replicationCSN=00000128AD0D9BA01E960008137D
replicaID=7830
pipe="DS1 to DS2" class="DEFAULT" msg="Detected ADD of
uid=user.1001,ou=People,
dc=example,dc=com at ldap://server1.example.com:1389, but cannot create this
entry at the destination because an equivalent entry already exists at
ldap://server3.
example.com:3389. Details: Search using [search-criteria dn:
uid=user.1001,ou=People,
dc=example,dc=com attrsToGet: [*, dn]] returned results;
[uid=user.1001,ou=People,
dc=example,dc=com]. "
Perform the following steps to troubleshoot this type of problem: