Restore Replication on Destination Databases

Restore replication if you have upgraded a destination only dataserver in a replication system. If the target database is also a source for replication, follow the steps in Restoring Replication on Primary Databases.

For each primary database and RSSD:
  1. Start Adaptive Server if it is not already running.
  2. Log in to the server.
  3. If you zeroed out the locator point before the upgrade you don't need to execute this step.
    Otherwise, clear the locator for the database by executing the following command in the RSSD for this database:
    1> use RSSD
    2> go
    1> rs_zeroltm dataserver, database
    2> go
    Warning!  

    You must stop Replication Server before executing rs_zeroltm

  4. Restart the Replication Servers.
  5. Resume the DSI connections that were suspended before the upgrade by executing the following Replication Server command for each suspended database:
    1> resume connection to dataserver.database
    2> go

The replication system is now ready for Adaptive Server 15.0.x, and applications can resume.

If you installed any Sybase client products, such as Open Client, use the dsedit utility to edit your interfaces file and to specify the servers to which you want to connect.

For more information about establishing client/server connections, see Installing Sybase PC-Client Products or the Open Client Configuration Guide.