on 2018 Apr 09 2:11 PM
Hi,
I am upgrading our system to use SQL Anywhere 17 from SQL Anywhere 16. I have an Ultralite database that has 2 publications. One publication is a subset of the tables. For this publication, I defined scripts for just the subset of tables in Mobilink (just like in 16 - actually, I just copied the scripts from 16 to 17).
When I replicate the publication that has just the subset of tables, it fails because Mobilink is looking for download (and other) scripts for the other tables that are not included in the publication.
Before I create the scripts for all the other tables (ml-ignore everything) is there something I'm missing...a switch or option somewhere?
Other info - the app is being upgraded from Windows mobile to WinRT - running on IoT devices.
Thank you,
Paula
Request clarification before answering.
You do not need scripts for tables are not being sync'd as part of the publication. Please note that by default, UL syncs all tables.
Double check your sync parameters to ensure that you are providing a publication name that matches the publication name (defined in UL database).
For example, an UL schema with tables t1,t2, and t3 which has defined a publication as:
create publication p(table t2)
The following sync profile would be used to such only the publication p
MobiLinkUid=u;stream=tcpip;ScriptVersion=v;Publications=p
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
52 | |
10 | |
9 | |
8 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.