Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » SQL Anywhere Server - Database Administration » Replication » Replicating data with Replication Server » Tutorial: Replicate data using Replication Server

 

Lesson 4: Confirm that the Open Servers are configured properly

You can confirm that each Open Server is available by choosing ServerObject » Ping Server from the DSEdit utility.

Alternatively, you can confirm that each Open Server is configured properly by connecting to the database using an Open Client application, such as the isql utility.

To start isql running on the primary site database, type:

isql -U DBA -P sql -S PRIMEDB
Note

The Open Client isql utility is not the same as the SQL Anywhere Interactive SQL utility.