Two-Way Sync between 2 domains

Hello everyone,

We have a request to implement 2 way sync for password and other attributes between source<==>target. In this way users may perform changes in source domain and get synched in target domain, or make changes in target domain and get synched in source domain.

It seems is not working as expected. When user performs changes on target domain, those changes will be overwritten by the data from source domain. Somehow it looks like we need multiple workflows depending where the change is initiated (source or target) and seems hard to schedule this workflows to do not mess the production.

Did anyone implemented the 2 way sync successfully?

Thanks,

Oana

Parents
  • Did you configure the "Target Scope" in the directory synchronization configuration?

    If you look at extension attributes of the objects in your source domain (14 and 15 by default if Exchange is present in your schema, AdminDescription and AdminDisplayName if not) - can you see that the tool has stamped values into them?

  • Hello Johnny, I don't think I get it. we did not, we can't find such option: target scope. Also, we are not using attributes 14 and 15. I don't understand the connection. We are using msexchextensionattribute45 to mark objects to be synched in both environment. We created the workflows, but it seems it matters when the change is made in target domain, the changes made in target domain are always overwritten by the ones from source domain.

Reply
  • Hello Johnny, I don't think I get it. we did not, we can't find such option: target scope. Also, we are not using attributes 14 and 15. I don't understand the connection. We are using msexchextensionattribute45 to mark objects to be synched in both environment. We created the workflows, but it seems it matters when the change is made in target domain, the changes made in target domain are always overwritten by the ones from source domain.

Children