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.
Start the SQL Anywhere database on a SQL Anywhere database server.
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.
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.