Verification Of Outbound Replication Failed
Tags: active_directory
Error
Verification of outbound replication failed. Outbound replication is not enabled on replication source domain controller: janeway.dev0.sh
Validation
Check if these are disabled:
PS C:\Windows\system32> repadmin /showrepl
Repadmin: running command /showrepl against full DC localhostDefault-First-Site-Name\JANEWAYDSA Options: IS_GC DISABLE_INBOUND_REPL DISABLE_OUTBOUND_REPLSite Options: (none)DSA object GUID: 5dced360-4537-4c8c-8d66-9cb10df36877DSA invocationID: c1568b4c-7a3d-4db3-9547-433fdc53ae90
Fix
To re enable outbound replication from the server: (Janeway is your server name)
repadmin /options janeway -DISABLE_OUTBOUND_REPLrepadmin /options janeway -DISABLE_INBOUND_REPLrepadmin /showrepl
The DISABLE_* options should now be gone.
Additional notes
If you get errors, try dcdiag /test:dns
, but I did not have errors so I don’t know how to proceed if you do.
Relevant
To disable outbound replication from the server:
repadmin /options janeway +DISABLE_OUTBOUND_REPLrepadmin /options janeway +DISABLE_INBOUND_REPL
Associated Event Logs
1113
Inbound replication has been disabled by the user.
1114
Inbound replication has been enabled by the user.
1115
Outbound replication has been disabled by the user.
1116
Outbound replication has been enabled by the user.
Sources:
- https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/turn-on-that-scary-dc/ba-p/258950