ASA Database Administration Guide
Replicating Data with Replication Server
Configuring databases for Replication Server
Setting up the database for Replication Server
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 Adaptive Server Anywhere database.
To run the setup script
Start the Adaptive Server Anywhere database on an Adaptive Server Anywhere database engine or server.
Start the Interactive SQL utility, and connect to the database as a user with DBA authority. When you create an Adaptive Server Anywhere database, it has a user with user ID DBA and password SQL, which has DBA authority.
Run the script by entering the following command in the SQL Statements pane:
read path\rssetup.sql
where path is the path to the setup script.