Source Server is currently rejecting replication requests

Reading Time: < 1 minute

When you attempt a manual replicate now you receive the error above. This is due to replication being disabled for some reason. Run dcdiag on the domain controller and check that it’s definetly disabled.

If replication is disabled and not been disabled for a reason, see https://cloudbuild.co.uk/?p=1157 and https://cloudbuild.co.uk/?p=1159

Disable or enable Active Directory replication

Reading Time: < 1 minute

1) Click Start
2) Click Run
3) Type cmd and then click OK.
4) To disable outbound replication, type the following text, and then press ENTER:
repadmin /options +DISABLE_OUTBOUND_REPL
5) To re enable outbound replication, type the following text, and then press ENTER:
repadmin /options -DISABLE_OUTBOUND_REPL