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.

I have an existing publication "uploadtope". I create a new one named "uploadtope_2021". Just added some column that are already in the database and need to be uploaded.

I suppose I also have to run the script 'create synchronization subscription to "uploadtope_2021" for <mobilink user="">'.

The upload is started with script "SYNCHRONIZE PROFILE uploadtope_2021".

Uploadtope_2021 should start where "uploadtope" ended. How to get this done?

asked 25 Nov '20, 08:47

ontsnapt's gravatar image

ontsnapt
125121218
accept rate: 0%

When enhancing your (remote) database, would it not be more common to alter the existing publication and to use a new script version instead of a new publication? Cf. that doc topic.

(25 Nov '20, 10:58) Volker Barth
Replies hidden
Comment Text Removed

Yes, great idea and its much easier. But, how to solve this in the consolidated database. There we would need Version1 and Version2.

(26 Nov '20, 05:31) ontsnapt

What's exactly your question? The according scripts in the new script version must be contained in the consolidated database, so you would need to add new scripts for all according events. The remotes just would sync with the newer script version...

(26 Nov '20, 05:57) Volker Barth
Be the first one to answer this question!
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:

×371

question asked: 25 Nov '20, 08:47

question was seen: 2,064 times

last updated: 26 Nov '20, 05:57