If replication is not working and the replica server or the installer reports that the source server is rejecting replication, verify that it is enabled in the event viewer.


To enable or disable replication, use the following commands:


Disable it:
repadmin /options servername:port +DISABLE_OUTBOUND_REPL 
repadmin /options servername:port +DISABLE_INBOUND_REPL 

Enable it:
repadmin /options servername:port -DISABLE_OUTBOUND_REPL 
repadmin /options servername:port -DISABLE_INBOUND_REPL

It is important to provide the servername:port before the flag, otherwise the command fails.


Where servername must be replaced with the servername where the RADIUS plugin or the API service is installed. Port should be replaced with 5000 (default) or the port selected for the installation.


The commands must be run by a domain admin.