Hello,
I am trying to figure out at what point I didn't read the documentation well enough :).
We are using bidirectional database replication (coming from a warm-standby configuration).
In our older ASE 12.5 - REP 15.2 configurations,
- The Rep.Sys. column in the rs_helpdbrep output shows 'All'.
- sp_reptostandby in the database shows :
The replication status for database 'my_db' is 'ALL'.
- "send warm standby xacts" is set to true in the repagents.
- database replication definitions contain 'replicate ddl on' option.
Replication works as expected, it replicates table/triggers/procs/... changes and it replicates system procedures like sp_rename/...
We upgraded our ase servers to 15.7 a while ago, but I just recently found out that replicating the set of system procedures doesn't work anymore.
Is this change docmentend somewhere ? I can't find it in the new features manual or release bulletin.
To get the same behaviour in 15.7, we have to include the "replicate system procedures" clause in the databases replication definition and exclude executing sp_config_rep_agent.
And then all system procedures including the logexec() function are replicated (the others are not).
Is that correct ?
Thanks,
Luc.