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 it possible to develop code using the new version 12 Ultralite and Mobilink that will run against a Version 7 consolidated DB? We have a legacy app that utilizes the 7 DB but would like to use some of the newer Mobilink and Ultralite functionality. We would like to use the server initiated synching of Mobilink and the Ipad / Android deployment features of Ultralite. Will this work?

asked 15 Aug '11, 14:42

Codecranker's gravatar image

Codecranker
506283238
accept rate: 20%

The syncsa.sql script for version 12 may rely on SQL Anywhere features not in version 7. FYI, before version 10, the ML system setup for SQL Anywhere consolidated databases was installed by dbinit rather than by a syncsa.sql script.

(17 Aug '11, 12:07) Graham Hurst

It may work but it is NOT supported.

FWIW, you may be able to use a separate consolidated especially for the purpose of SIS. Here's how it might work:

  1. Create a new SIS consolidated database with the MobiLink system tables
  2. Set up the Notifier(s) in your SIS consolidated (or create an option file for (3))
  3. Run a MobiLink server on the SIS consolidated
  4. Route all SIS traffic, eg. lightweight polls, through the ML server in (2)

If the business logic of your SIS requires the SIS gear to be visible during synchronization, then you'd require only one consolidated handling both sync and SIS. Of course this would require the consolidated database to be a supported version of SA (from a MobiLink point of view), which is ideally the same version as MobiLink.

permanent link

answered 15 Aug '11, 15:24

RussC_FromSAP's gravatar image

RussC_FromSAP
1.3k11030
accept rate: 18%

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

question asked: 15 Aug '11, 14:42

question was seen: 1,375 times

last updated: 17 Aug '11, 12:07