on 2023 Nov 15 6:37 AM
We have a problem with DBREMOTE (SQL Anywhere 17) as follows:
The consolidate DB has 3 publication with total say 5 tables (mytable1, mytable2, mytable3, mytable4, mytable5). I tried to synchronize all the 3 publications.
SYNCHRONIZE SUBSCRIPTION TO mypublication1 FOR myuser1; SYNCHRONIZE SUBSCRIPTION TO mypublication2 FOR myuser1; SYNCHRONIZE SUBSCRIPTION TO mypublication3 FOR myuser1;
On the remote side will more tables synchronized, so in the log file I see something like this:
... delete from mytable1; delete from mytable2; delete from mytable3; delete from mytable4; delete from mytable5; delete from mytable6;--WHY??? ...
What could be the reason that the consolidate made the decision to synchronize mytable6 despite this table not in sysarticles is!
User | Count |
---|---|
71 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.