Troubleshooting guide

Configuring Replication Server for Replication from the Primary Database
Configure Replication Server for replication from the primary database.
Adding the Primary Database to Replication Server
Add the primary Adaptive Server database to Replication Server.
1.
Add the Replication Server instance to the interfaces file of the data server that hosts the
primary database.
Note: Restart the Adaptive Server instance if the interfaces file has changed.
2.
Go to $SYBASE/$SYBASE_REP/init/rs.
3.
Make a copy of the setupdb.rs file and rename it as myprimary.rs.
4.
Edit the myprimary.rs file.
Note: Modify the parameters described in this table.
Table 1. Sample Values for the myprimary.rs File
Parameter Description Value
sybinit.release_directory Valid path of the Replication
Server software ($SYBASE).
/opt/software
rs.rs_name Name of the Replication Serv-
er.
SAMPLE_RS
rs.rs_rs_sa_user User ID that has “sa” privileg-
es on Replication Server.
sa
rs.rs_rs_sa_pass Password of the “sa” user. sa_pass
rs.rs_ds_name Name of the data server that
hosts the primary database.
sunak1502i
rs.rs_ds_sa_user User ID that has “sa” privileg-
es on data server.
sa
rs.rs_ds_sa_password Password of the “sa” user for
the data server.
password
rs.rs_db_name Name of the primary database. pubs2
rs.rs_needs_repagent Specifies whether you plan to
replicate from specified pri-
mary database.
yes
CHAPTER 3: ASE-to-SAP HANA Database Replication Setup
16 Replication Server