Verification of outbound replication failed

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 localhost
Default-First-Site-Name\JANEWAY
DSA Options: IS_GC DISABLE_INBOUND_REPL DISABLE_OUTBOUND_REPL
Site Options: (none)
DSA object GUID: 5dced360-4537-4c8c-8d66-9cb10df36877
DSA 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_REPL
repadmin /options janeway -DISABLE_INBOUND_REPL
repadmin /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_REPL
repadmin /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.