You can add a route from a Replication Server that was previously configured as a replicate-only Replication Server.
You must first set up the RepAgent for the Replication Server RSSD. Any database that functions as a primary database also requires a RepAgent.You must configure RepAgent at the Replication Server and at the primary Adaptive Server database.
create user ra_user_name set password {ra_password | null}
grant connect source to ra_user_name
If the Replication Server already manages a primary database, you can use the “RepAgent user” that already exists for the new primary database.
alter connection to data_server.database set log transfer to 'on'
sp_addserver lname, local
sp_configure 'enable rep agent threads'
sp_config_rep_agent dbname, 'enable', 'rs_name', 'rs_user_name', 'rs_password'
sp_start_rep_agent dbname