Connection configuration parameters

This section lists all the connection configuration parameters for ASE Replicator. To change these configuration parameters, use sp_configprimaryconn or sp_configreplicateconn.

Table 3-7 gives a brief description of each ASE Replicator connection configuration parameter.

Table 3-7: ASE Replicator connection configuration parameters

Parameter

Description

gen_id

Database generation ID (first two bytes in the connection’s locator value)

lti_version

Log scan protocol version number

mode

Scan mode for the database log

numrecs

Maximum number of records returned by each log scan

queue_size

Maximum number of log operations kept in an internal queue

scan_sleep_increment

Number of seconds sleep time increases between empty log scans

scan_sleep_max

Maximum number of seconds between log scans

timeout

Number of seconds to block, if the end of the log is reached before the maximum number of records are read

Primary database connections use all these connection configuration parameters. Replicate database connections use only gen_id and queue_size.

The following sections describe each connection configuration parameter in detail.