When I run replication command between two DCs, for any partition, for example as below, it gives error
repadmin /replicate Server1 Server2 DC=DomainDnsZones,DC=autoexprdev,DC=com
repadmin /replicate Server1 Server2 DC=ForestDnsZones,DC=autoexprdev,DC=com
repadmin /replicate Server1 Server2 CN=Schema,CN=Configuration,DC=autoexprdev,DC=com
Error
- DsReplicaSync() failed with status 8452 (0x2104):
- The naming context is in the process of being removed or is not replicated from the specified server.
But if I do run repadmin /showrepl OR repadmin /queue OR repadmin /replsummary, it does not give any error. Also, If I do replication from AD sites and services, it is successful.
I am not sure why do I get error when I run repadmin /replicate command. I have run dcdiag /fix but no luck.