Initialize the standby database with data from the active database.
See the Adaptive Server Enterprise Reference Manual: Commands.
Replication Server writes an “enable replication” marker into the active database transaction log when you add the standby database using rs_init. Adaptive Server writes a dump marker into the active database transaction log when you perform either a dump database or a dump transaction.
The target database cannot be materialized with dump or load if the database used is the master database. You may use other methodologies such as bcp where the data can be manipulated to resolve inconsistencies.