Table 4-8 lists the values of the Replication Agent configuration parameters that must be set to allow Replication Agent to connect to the primary Replication Server.
Replication Agent uses TCP/IP and the Sybase
JDBC driver (jConnect for JDBC, which is included in Replication
Agent installation) to communicate with other Sybase servers. The
Replication Agent does not rely on the Sybase interfaces file
for connectivity information.
Configuration parameters |
Description |
---|---|
rs_host_name |
The name of the host machine on which the primary Replication Server resides. |
rs_charset |
The character set that Replication Agent uses when creating LTL commands for Replication Server. It must match Replication Server’s character set, defined by the RS_charset property in the Replication Server configuration file ($SYBASE/REP-15_1/install/rssrvname.cfg).
|
rs_port_number |
The port number Replication Agent uses to log in to Replication Server. Check with your System Administrator to determine which port numbers are available. |
rs_username |
The Replication Server client user ID that Replication Agent uses to log in to the primary Replication Server. This user ID must have connect source authority in the Replication Server.
|
rs_password |
The password for the user ID that the Replication Agent uses to log in to the primary Replication Server. |
rs_source_db |
The database name representing the primary database to which Replication Server connects. This value is specified in the Replication Server create connection command used to create the Replication Agent connection in the primary Replication Server.
|
rs_source_ds |
The data server name representing the primary data server to which Replication Server connects. This value is specified in the Replication Server create connection command used to create the Replication Agent connection in the primary Replication Server.
|