Error Message :
2017-08-30 08:52:49.113 [main] c.a.s.l.a.AEService ERROR An object named 'USER/DEPT' already exists
com.automic.sara.ldapsync.exceptions.SynchronizationException: An object named 'USER/DEPT' already exists
When using LDAPSync, an error similar to the one above is displayed in the log file for the LDAPSync or the report of the Job where the LDAPSync is running.
Investigation
This issue can occur when a User does not exist in the Client that you are attempting to sync (such as Client 200), but it does exist in Client 0. The reason for this is that the process of the LDAPSync software when syncing a new user from Active Directory (AD) to the Automation Engine (AE) is:
The message shown below when found in the log file means that there are existing user(s) with same name/department in client 0.
In other words, the LDAPSync process to synchronize new users from AD to AE should be to:
Additional Information
1) What is the responsibility of the User Cache?
2) What exactly happens during an LDAP Login?LDAP => PWP connects to LDAP server and provides credentials
3) How can the Login Process be influenced?