A script file is provided with SQL Anywhere to set up an SQL Anywhere database to function as a primary database. The rssetup.sql script file performs the following operations to set up SQL Anywhere as a primary database for replication:
Creates a user ID named dbmaint, with password dbmaint, with DBA permissions. This is the Replication Server Maintenance User ID and password required to connect to the primary database.
Creates a user named sa, with password sysadmin, with DBA permissions. This is the user ID used by Replication Server when materializing data.
Adds sa and dbmaint to a group named rs_systabgroup.