Monitor RepAgent and Display Configuration Parameter Settings

Use Adaptive Server stored procedures to display the settings of the RepAgent configuration parameters and other information on RepAgent multithreaded and multiple path status.

  • sp_config_rep_agent – specify only the database name to display the settings of parameters you set with sp_config_rep_agent
  • sp_help_rep_agent – specify options such as send, scan, process, recovery, and config to display additional information on RepAgent status.
  • sp_who – displays information on RepAgent processes and threads running in Adaptive Server

See sp_config_rep_agent and sp_help_rep_agent in the Replication Server Reference Manual.

See sp_who in the Adaptive Server Reference Manual: Procedures.