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.