Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

Is there any way to start DBREMOTE so that it replicates only specific publications? Something like the option -n in DBMLSYNC.

asked 23 Apr '18, 07:09

Baron's gravatar image

Baron
2.1k137150177
accept rate: 48%


AFAIK, no, there is no such option.

DBREMOTE sends and/or receives modifications for all according publications. IMHO, that is a design choice and does manifest in the fact that the according SYS.SYSREMOTEUSER table stores the sent/received transaction log offsets per remote database, not per publication. – In contrast, MobiLink does manage those per publication, cf. SYSSCYNC/SYSSYUNC2.

permanent link

answered 23 Apr '18, 07:55

Volker%20Barth's gravatar image

Volker Barth
40.2k361550822
accept rate: 34%

Thanks, this was also my point, I wanted just to get a confirm.

(23 Apr '18, 07:57) Baron
Replies hidden

Well, "AFAIK":) - possibly Reg has some smart workaround?

(23 Apr '18, 08:05) Volker Barth
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×78
×60

question asked: 23 Apr '18, 07:09

question was seen: 1,214 times

last updated: 23 Apr '18, 10:13