Configuring RepAgent Using Command Line Options

There are several basic steps for configuring RepAgent from the command line.

Prerequisites
Task
  1. Define the local Adaptive Server using sp_addserver.
  2. Enable the RepAgent feature on Adaptive Server using sp_configure.
  3. Enable the RepAgent feature for each database using sp_config_rep_agent.
  4. Enable log transfer on Replication Server using alter connection.
  5. Start the RepAgent on Adaptive Server using sp_start_rep_agent.