Learn how to use MSA to replicate DDL to nonstandby databases.
See Replication Server Administration Guide Volume 2 > Managing Warm Standby Applications > What Information is Replicated for ASE Warm Standby Application? > Using sp_reptostandby to Enable Replication > Supported DDL Commands and System Procedures for a list of DDL commands supported for replication.
create database replication definition myrepdef with primary at PDS.pdb not replicate system procedures in (sp_config_rep_agent, sp_add_user)
When replicating DDL – the primary and replicate databases must have the same login names and passwords; the DSI uses the original server login name and password to log in to the replicate database.
When replicating DDL contained in user-defined transactions – make sure that the Adaptive Server database option ddl in tran is set to true. Otherwise, the DSI will shut down when replicating DDL.
A REQUEST transaction to database '...' failed because the transaction owner's password is missing. This prevents the preservation of transaction ownership.
To replicate DDL and system procedures: