This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to configure multiple sync project with same target domain

We have a requirement to provision user object to LDAP instance of Dev, QA, Prod environment from the same One Identity Manager instance. We tried to configure same settings but failed with below error:

“The domain with the distinguished name 'dc=xxxx,dc=com' is already used in the synchronization project 'LDAP Domain (xxxx.com)'. Only one synchronization project is allowed per domain and connector”

 

It seems that same domain is not allowed for more than one sync project. Can you please suggest a way to overcome this behaviour.

  • I suggest contacting support on this one.

  • To achieve this the basic synchronization logic of the template needs to changed. The DPRTemplate needs to be copied and the point where it checks the distinguishedname of the domain needs to changed. After that creating multiple sync projects with the same named domain is possible. Then it is very important to change the scopes that they don't look at the distinguishedname, but for example at the UID of the LDPDomain.

    A second more convenient option without modifying the DPRTemplate would be to create the first shell normally. Then create a new variable that makes the domain unique. Change the One Identity scope to match this unique variable. Change at least the domain mapping. Create a new template based on this template. Then add the next shell based on this template.