hi toniur, how do i trigger KCC to repair replication topology?
Main Topics
Browse All TopicsHi guys,
Yesterady one of our server was down and we have to rebuilt the OS and restore everything from the backup. After backup was completed, i did a reboot. When the server was up and checked the eventlog, i noticed an error :
Event Type: Error
Event Source: SAM Event
Category: None
Event ID: 16650
The account-identifier allocator failed to initialize properly. The record data contains the NT error code that caused the failure. Windows 2000 will retry the initialization until it succeeds; until that time, account creation will be denied on this Domain Controller. Please look for other SAM event logs that may indicate the exact reason for the failure.
After going though the microsoft KB, it said :
RESOLUTION
Delete the replication links for the naming contexts in Windows 2000
In Windows 2000, you can restore a second domain controller to complete initial synchronization. If you cannot restore a second domain controller, you must either perform a metadata cleanup on the non-existent domain controllers or delete the replication links to the Active Directory naming contexts. If you plan to restore the other domain controllers later, you must delete the replication links instead of performing a metadata cleanup.
Before you can delete the replication links to the Active Directory naming contexts, you must identify the objectGUID value by using the Repadmin command. To do this, follow these steps:
1. Click Start, click Run, type cmd in the Open box, and then click OK.
2. At the command prompt, type repadmin /showreps. You will see output that resembles the following:
CN=Schema,CN=Configuration
CN=Configuration,DC=contos
DC=contoso,DC=com Default-First-Site-Name\DC
3. Type repadmin /delete to delete the replication links. Specify the naming context and the objectGUID as shown in the following examples:
repadmin /delete CN=Schema,CN=Configuration
repadmin /delete CN=Configuration,DC=contos
repadmin /delete DC=contoso,DC=com DC01 97c68f88-3864-4a12-9962-ca
4. Restart the RID Master computer. The RID Master will initialize correctly.
(taken from http://support.microsoft.c
On the paragraph, it mentioned "If you cannot restore a second domain controller, you must either perform a metadata cleanup on the non-existent domain controllers or delete the replication links to the Active Directory naming contexts. "
So, my question is :
how do i know I have to do delete the replication link only or metacleanup only? or both?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: toniurPosted on 2008-06-25 at 22:14:33ID: 21872005
Hi!
Metadata cleanup process is performed if domain controller goes ofline and is not restored. In this case you purge all its data from Active Directory. Your DC was restored and it is back online so you shouldn't perform metadata clean. Delete replication link, and trigger KCC to repair replication topology.
HTH
Toni