Employee Sync Fails With DSAGUID Mismatch Error In eDiscovery Platform
book
Article ID: 100010255
calendar_today
Updated On:
Description
Error Message
DSAGUID mismatch
Cause
There are multiple Domain Controllers (DC) available and preferred DC property is not set. Because of that, incremental employee sync gets different DC to sync from every time and suspends itself.
Resolution
Part 1 - Diagnose Logs
- Synchronization status under System > Directory and Servers > Active Directory show DSAGUID mismatch error in synchronization status.
- CMADCrawler.log show a similar error.
Part 2 - Resolution
- Navigate to: System > Support Features > Property Browser
- How to set the preferred_DC property in a multiple Domain Controller environment.
- esa.adscrawler.preferred_dc
- The property value should have a format domainDN:dc;domainDN:dc.
For example
Assume there are 3 domains
"DC=la-ten,DC=com", "DC=corp,DC=la-ten,DC=com" and "DC=engg,DC=corp,DC=la-ten,DC=com".
We want to use the following Domain Controllers respectively.
CA101.la-ten.com
CA103.corp.la-ten.com
CA101.engg.corp.la-ten.com
Then the value for the property should be set to:the following:
DC=la-ten,DC=com:CA101.la-ten.com;DC=corp,DC=la-ten,DC=com:CA103.corp.la-ten.com;DC=engg,DC=corp,DC=la-ten,DC=com:CA101.engg.corp.la-ten.com
Note: A colon (:) separates the name of the domain reference and the name of the domain controller being specified to use for that domain. The semicolon (;) separates the individual entries for each domain in which are being specified
- To enable full sync, set esa.employeemanager.directory.sync.crawler.enablefullsync to true
- Start Synchronization
- After sync is complete, revert the property value to false.
- Incremental syncs are faster than full syncs.
Issue/Introduction
Employee sync fails with DSAGUID mismatch error in eDiscovery Platform.
Was this article helpful?
thumb_up
Yes
thumb_down
No