| Event Information | According to Microsoft: CAUSE: This problem occurs because the domain controller assigns a new invocation ID, but uses the original highwater mark. WORKAROUND: To resolve this problem, obtain the latest service pack for Windows 2000. To work around this problem, demote and then promote the restored domain controller. Before you demote the affected server, force a full replication of the affected server to another domain controller. (The full synchronization can be resource intensive for larger domains.) Perform the full synchronization on the domain partition and on the configuration partition. The following line shows the syntax of the Repadmin command that you use to perform the synchronization: repadmin /sync <Naming Context> <Dest DC> <Source DC GUID> [/force] [/full] The following line is an example use of this command: repadmin /sync DC=domain,DC=root good_DC dc1 122a5239-36b3-488a-b24c-971ed0ca8a46 /force /full
|