Wednesday 19 July 2017

OIM - AD Connector Issue: "There is no such object on the server"

After installing the Active Directory connector in OIM, if you find the below error that means AD is trying to find something in its OU during creation of new objects, but unable to find those.

<ERROR>: Class-> ActiveDirectoryConnector Method -> Create, Message -> Encountered DirectoryServicesCOMException: There is no such object on the server.

Resolution

Sometime after installing the AD connector, it by default creates some prepopulate adapters. Manager prepopulate is one of the default one.

According to the provisioning process if you choose manager of the user, then manager DN must be present in AD. other wise you will face the above error.

During previsioning, select a manager who is there in AD and the error will disappear and provisioning will be successful.

Followers

OIM API for adding process task and retry failed task

 In this blog you can find how to add new process task and retry any failed/rejected tasks using API. Adding new process task: /************...