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

SAP Sybase SQL Anywhere 16.0 » SQL Remote » Tutorial: Setting up a replication system using the HTTP message system with the consolidated database as the message server

 

Lesson 5: Cleaning up

Shut down the remote and consolidated databases.

Prerequisites

You must have the SYS_REPLICATION_ADMIN_ROLE system role.

 Task
  1. Run the following command to shut down the remote database:

    dbstop -y -c "SERVER=rem;DBN=rem;UID=DBA;PWD=sql"
  2. Run the following command to shut down the consolidated database:

    dbstop -y -c "SERVER=cons;DBN=cons;UID=DBA;PWD=sql"
  3. Delete the directories you created in lesson 1.

Results

The remote and consolidated databases are shut down.

Next

None.