View RepAgent Configuration Parameter Values

To view a list of default, current, and runtime configuration parameter values for a particular RepAgent, log in to Adaptive Server and execute sp_config_rep_agent without options.

For example:
sp_config_rep_agent pubs2

If you do not specify a database name, sp_config_rep_agent displays configuration values for all RepAgent-enabled databases.

To view values for a specific parameter, include the parameter name. For example:
sp_config_rep_agent pubs2, 'scan batch size'

See Replication Server Reference Manual > Adaptive Server Commands and System Procedures > sp_config_rep_agent.