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

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Database Administration » Replication » Replicating data with Replication Server » Configuring databases for Replication Server » Setting up the database for Replication Server

 

Run the setup script

Once you have modified the setup script to match the user IDs and passwords appropriately, you can run the setup script to create the maintenance and system administrator users in the SQL Anywhere database.

♦  To run the setup script
  1. Start the SQL Anywhere database on a SQL Anywhere database server.

  2. Start the Interactive SQL utility, and connect to the database as a user with DBA authority.

    When you create a SQL Anywhere database, it contains the user ID DBA with password sql. This user has DBA authority.

  3. Run the script by entering the following command in the SQL Statements pane:

    read install-dir\scripts\rssetup.sql

    In this command, install-dir is your SQL Anywhere installation directory.