Collection Contents Index Prepare to run the setup script Next PDF

SQL Anywhere® Server - Database Administration  > 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 the DBA.

    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.


Collection Contents Index Prepare to run the setup script Next PDF