To replicate data from one database into another, you must first establish the routes and connections that allow Replication Server to move the data from its source to its destination.
Create connections
When you use Sybase Central or rs_init to add a database to your replication system, the program creates the connection for you. You never have to create a connection using the command-line option create connection unless you are replicating data into a database that is not an Adaptive Server database.
Refer to the Replication Server Configuration Guide for information about using rs_init.
Refer to Chapter 7, “Managing Database Connections” for detailed information about connections.
Create routes
Create routes using Sybase Central or the create route command at the source Replication Server.
Refer to Chapter 6, “Managing Routes” for more information about how to create routes.