Contents Index Configure and start the Adaptive Server Anywhere LTM Lesson 10: Enter data at the primary site for replication

ASA Database Administration Guide
  Replicating Data with Replication Server
    Tutorial: Replicate data using Replication Server
      Lesson 9: Set up Replication Server

Create a subscription for your replication

Using isql, connect to Replication Server and create a subscription for the replication.

The following statement creates a subscription for the news replication defined in Create a replication definition with replicate site as the repdb database.

create subscription NEWS_SUBSCRIPTION
for news
with replicate at REPDB.repdb
go

You have now completed your installation. Try replicating data to confirm that the setup is working properly.


Contents Index Configure and start the Adaptive Server Anywhere LTM Lesson 10: Enter data at the primary site for replication