Monday, 25 January 2016

Error while creating user[[ org.identityconnectors.framework.common.exceptions.ConnectorException: There is no such object on the server.^M


Issue:

Exception Occurred while provisioning user to active directory:
Error while creating user [[org.identityconnectors.framework.common.exceptions.ConnectorException: There is no such object on the server.^M 

Debugging:
Check oim_server1-digaonistic.log and connector server logs for more details and to find the cause of provisioning failure.

Cause:

This indicates that the specific object could not be found in directory. This issue may occur when:
1.    The Manager Name value is incorrect i.e the DN of the user's manager is incorrect.So when a provisioning requests goes to AD,it tries to set the users manager with populated value during provisioning ,so the manager should be already present and should match.If incorrect manager dn is set ,then AD doesnt find a match and returns a "no such object on server exception".
2.    The OU 

Solution:
1.   Check the manager name is correctly populated. Manager Name is not a mandatory attribute, but if populated, it should be in proper DN format.(AD expects manager’s DN name)
 e.g: DN: cn=abc,ou=lmn,dc=corp,dc=com in AD,where abc is user's manager.

2.    Make sure that the organizational unit that you want to use exists in the Active Directory.


No comments:

Post a Comment