Before running the test scripts, make sure that you have:
Installed a Microsoft SQL Server data server
Installed a data server to act as a replicate data server
Created the replicate database in the replicate data server
Installed primary and replicate Replication Servers (PRS and RRS)
The PRS and RRS can be the same Replication Server.
However,
if they are not, you must create routes between them.
Added the replicate database as an RRS-managed database
Used the sybfilter driver to make the Microsoft SQL Server transaction log files readable by Replication Agent.
Installed the Replication Agent software, created a Replication Agent instance, and used the ra_config command to set the following configuration parameters:
ra_config ltl_character_case, lower
ra_config rs_source_ds, rax
ra_config rs_source_db, test
These recommended configuration parameter values are
for this test only. The values you should use in a production environment
(or even a different test environment) may be different.
Configured all the pds, rs, and rssd connection parameters and tested them successfully with the Replication Agent test_connection command
Confirmed that all servers are running
Confirmed that the Replication Agent instance is in the Admin state