Skip to Content
0
Aug 13, 2023 at 09:36 AM

related to stop MSA replication

152 Views

Dears,

we have a warm standby replication between db1 (primary) and db2 (standby) and a MSA replication between WS logical connection and db3(standby in far way), every thing was fine, and the data synchronization is fine, suddenly the replication MSA has stopped (no data updates in db3) we found the following message in the log of replication server:

E. 2023/08/11 10:00:52 ERROR #8025 RSI USER(REP) - eneric\gtr\mdroute.c(758)
Database 124 is unknown.
E. 2023/08/11 10:00:52. ERROR #32045 RSI USER(REP) - de\generic\nrm\nrm.c(2086)
Invalid object id for table or function 'tbl1'.
E. 2023/08/11 10:00:52. ERROR #8035 RSI USER(REP) - \generic\gtr\mdext.c(3448)
An MD message could not be converted into ASCII form.

kindly note the table tbl1 was defined and up to last date before the issue at 10:00:52

database 124 is refer to db3 in rssd

the three databases' engine ( db1,db2 and db3) are sybase ASE

is this issue related to connection between replication server and db3, if is it, why after resuming connection to db3, no thing back to flow to db3 and to solve the issue we need to re-sync the database from scratch(drop subscription and create a new one then send new dump to db3)