General configuration parameters

This section lists all general configuration parameters for ASE Replicator. To change these configuration parameters, use the sp_configrep procedure.

NoteSome configuration parameters (indicated by an asterisk in Table 3-6) cannot be changed with sp_configrep. These parameters must be specified on the aserep command line when the ASE Replicator process is started.

Table 3-6 gives a brief description of each configuration parameter.

Table 3-6: ASE Replicator configuration parameters

Parameter

Description

admin_port *

ASE Replicator client socket port number

ase_charset *

Adaptive Server default character set

ase_host *

Name of the host machine on which Adaptive Server resides

ase_port *

Adaptive Server client socket port number

batch_size

Number of commands to batch

batch_timeout

Timeout limit for command batching

ddb_name *

Name of the Distribution Database

log_directory

Directory for system log files

log_trace_verbose

Enable/disable verbose trace message content

log_wrap

Number of 1k blocks before wrapping log files

monitor_delay

Status monitor ping interval in seconds

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

stat_trunc_interval

Number of days after which statistics are deleted from repository

stat_write_timeout

Frequency statistics are written to repository

status_monitoring

Enable/disable status monitoring

truncate_numops

Minimum number of replicated operations in stable queue before truncation occurs

The following sections describe each configuration parameter in detail.