Home windows server Error: The destination server is currently rejecting replication requests
windows server

Error: The destination server is currently rejecting replication requests

we do have 2 active directory domain controller server
each server replicate every days,
but suddenly it stops working

the error shows here:

effects:

because we’re use both server to access remote desktop apps, the users setting will not synchronize,

solution:

  1. install active directory module for windows powershell
  2. run this shell as administrator
  3. type this command
    1. repadmin /options [your domain] -disable_inbound_repl
    2. repadmin /options [your domain] -disable_outbound_repl
  4. restart both dc
  5. do replicate again

Author

Ronny

Leave a Reply