Learn how to use MSA to replicate DDL to nonstandby databases.
See Supported DDL Commands and System Procedures in the Administration Guide Volume 2 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 SAP ASE 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: