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 and the consolidated database as the message server via Relay Server

 

Lesson 6: Cleaning up

Shut down the RSOE and the consolidated and remote databases.

Prerequisites

You must have the SYS_REPLICATION_ADMIN_ROLE system role.

 Task
  1. Run the following command to shut down the RSOE:

    rsoe -s -cr "host=machine_iis;port=80;url_suffix=/rs/server/rs_server.dll" 
    -cs "host=machine_cons-t3500;port=8033;status_url=/oe_read_status"
    -f srhttp_tutorial_farm -id srhttp_tutorial_server
    
  2. Run the following command to shut down the consolidated database:

    dbstop -y -c "SERVER=cons;DBN=cons;UID=DBA;PWD=sql"

    Run the following command to shut down the remote database:

    dbstop -y -c "SERVER=rem;UID=DBA;PWD=sql"

Results

The RSOE and the consolidated and remote databases are shut down.

Next

None.