startup delay configuration parameter

With Adaptive Server Enterprise version 15.0, ESD #2, the startup delay configuration parameter is added to the list of configuration parameters for the sp_config_rep_agent system procedure in Chapter 5, “Adaptive Server Commands and System Procedures” in the Replication Server Reference Manual.

Configuration parameter

Description

startup delay

Controls when a specific RepAgent is started during Adaptive Server start-up. This delays the automatic startup of RepAgent by a specified duration to allow Replication Server to be running before RepAgent attempts to connect to Replication Server.By default, RepAgent starts without any delay during automatic start-up. Setting a value in seconds results in a delay in RepAgent start-up by the specified number of seconds. Default: 0 (zero) seconds.

For example, to delay RepAgent start-up by 50 seconds, enter:

sp_config_rep_agent dbname, 'startup delay', '50'