Replication after tombstone life expired

 

As I was preparing for Exchange migration from 2010 to 2013 I had two DCs, one of those two DCs was off for about 8 months and has already passed the default tomb stone life so it was not authorized for replication in the forest.

Whenever I try to replicate the server I get the following error

 

image

 

image

“The following error occurred during the attempt to syncronize naming context CN=Configuration,DC=Domain,DC=Local from Domain Controller AD to Domain Controller AD2; The directory service cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime. This operation will not continue.”

 

My FSMO roles holder and PDC is the demotesas.local domain so on this DC I will run the following command

W32tm /config /manualpeerlist:time.windows.com,0x1 /syncfromflags:manual /reliable:yes /update

 

clip_image001

 

And this

 

w32time & net start w32time & W32tm /resync /rediscover

 

clip_image002

 

On the additional DC

 

w32tm /config /syncfromflags:domhier /update

w32time & net start w32time & W32tm /resync /rediscover

 

If the above doesn’t work then I will go ahead and force replication to the tomb stoned DC by using the following command.

 

repadmin /regkey * +allowDivergent

 

clip_image003

 

Now we’ll replicate and see what happens

 

clip_image004

 

Problem solved

image

 

 

REF:

http://www.techieshelp.com/active-directory-replication-issues-after-timesync-problems/

https://social.technet.microsoft.com/Forums/windowsserver/en-US/893b09d8-636e-4f87-8260-11613a2a4e43/unable-to-replicate-between-2-dcs-error-message-exceeded-the-tombstone-lifetime?forum=winserverDS>

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.