cancel
Showing results for 
Search instead for 
Did you mean: 

synchronizing tables outside sysarticles (DBRemote)

Baron
Participant
0 Kudos
394

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!

Accepted Solutions (0)

Answers (0)