This section applies only if you are downgrading to Replication Server version 11.5 or earlier.
Downgrading a RepAgent to an LTM
Stop the RepAgent for the database:
sp_stop_rep_agent db_name
This is an asynchronous command, so the RepAgent may not stop right away. Use sp_sho to detect when the RepAgent has finally shut down.
Disable the RepAgent with the command:
sp_config_rep_agent db_name, disable, "preserve secondary truncpt"
WARNING! You must specify the preserve secondary truncpt parameter to prevent losing any replicated data.
Start the LTM using the LTM run files.