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 am very new to Ultralite database to Mobilink server synchronization system. I got an app where this synchronization is already working and records are being synched properly. Now i want to create a new table that should synch as well. I have created a table in remote db and on server db as well but they are not getting synched up. I need a step by step or proper guide how to create a new tables and get them synched properly .Thanks in advance.

asked 06 Nov '16, 00:12

gs0011's gravatar image

gs0011
11111
accept rate: 0%


RTFM :-)

There are various tutorials available, e.g.:

http://dcx.sap.com/index.html#sa160/en/uladmin/fo-custdb.html

http://dcx.sap.com/index.html#sa160/en/mlstart/ml-sc-tutorial.html

Since you didn't mention it, and since it's one of the steps less obvious to beginners, my guess is you forgot to add the new table to a publication in the UL db. The publication(s) control(s) which tables are synchronized.

HTH

Volker DB-TecKnowledgy

permanent link

answered 07 Nov '16, 06:57

Volker%20DB-TecKy's gravatar image

Volker DB-TecKy
5453715
accept rate: 25%

1

Just to add:

Adding a table to a remote database leads to a "schema upgrade".

When supporting more than one remote database with MobiLink, you will ususally have to define a new "script version" to allow both remote databases with the old and the new schema to sync with the consolidated database in parallel, i.e. old remotes would use, say, "version 1" and newer ones "version 2", including the newly added table...

(07 Nov '16, 07:39) 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:

×371
×162
×128

question asked: 06 Nov '16, 00:12

question was seen: 1,635 times

last updated: 07 Nov '16, 07:39