Questions tagged [mobilink]
13 questions
2
votes
2 answers
How do you get Mobilink to synchronize tables so that the most recent updated table is not overwritten?
Here is the scenario. I have an Oracle consolidated database. I am using Mobilink to synchronize Oracle with a SqlAnywere database that is being used on a handheld.
If userA changes a record in the remote DB on their handheld device to "updated…

runxc1 Bret Ferrier
- 8,096
- 14
- 61
- 100
2
votes
1 answer
UltraLiteJ Error[-1305]: MobiLink communication error -- code: 201, parameter: 128, system code: 0 Error
I am getting
UltraLiteJ Error[-1305]: MobiLink communication error -- code: 201, parameter: 128, system code: 0
error while synchronizing with SUP server some time synchronization takes place but most of the time i am getting this error.. please…

DCoder
- 3,486
- 7
- 36
- 68
1
vote
1 answer
Mobilink with MySQL on Linux
I'm trying to configure MobiLink to work with my MySQL database on localhost.
I am using:
- mysql-connector-odbc-5.1.10
- SQL Anywhere 12.0.1 Developer Edition
I'm following this tutorial http://www.sybase.com/detail?id=1056497, but working on Linux…

zbyszek26104
- 437
- 1
- 5
- 15
1
vote
3 answers
SyBase SQL anywhere check if Synchronization is needed?
I have a Sybase SQL Anywhere 11.0.1 database that I am using to sync with an Oracle Consolidated Database.
I know that the SQL Anywhere database keeps track of all of the changes that are made to it so that it knows what to synchronize with the…

runxc1 Bret Ferrier
- 8,096
- 14
- 61
- 100
1
vote
1 answer
Registering Mobilink with Mobile Device Center on Vista has errors
I have a bat file that I am using to try and register Mobilink with the Mobile Device Center on Vista. (I am using version 11 of Mobilink)
Script:
mlasinst -k ./ -v ./
I have copied mlasinst as well as mlasdev.dll and mlasdesk.dll to the same…

runxc1 Bret Ferrier
- 8,096
- 14
- 61
- 100
0
votes
1 answer
How to setup a mobilink client and server and test the synchronisation?
I'm was wondering how to setup and test a mobilink client and server.
Actually, the system is quite complex and I would like some guidance.
firstly, I have a windows 7 OS, would that suffice or would I need a server edition OS for me to…

JuzzJan191
- 1
- 3
0
votes
1 answer
SQLE_NOT_PUBLIC_ID Sybase mobilink error
I am working on an ios project that has a Sybase (ultralite) database that is synchronized with a Sybase Sql Anywhere 12 database using mobilink.
Everything was properly, until i decided today to add some fields to the main database so that they…

Dany Balian
- 608
- 7
- 16
0
votes
1 answer
Sybase Mobilink Hardware requirements
We are planning to have a Android 4.2 - UltraliteJ - Sybase Mobilink - Sybase DB 16.0 setup.
Concurrent user sessions will be around 10K with a max upload/download size of 10Mb.
I was wondering if anyone has done this kind of setup and what should…

Tanmoy
- 11
- 2
0
votes
1 answer
Mobilink error with Syncing to Production Oracle DB Options
Ok so here is the scenario. We have two developers using the
developer edition of Mobilink to sync to a consolidated Oracle
DataBase using SqlAnywhere.
The mobilink Version is Version 11.0.1.2331
Everything works fine in the two development…

runxc1 Bret Ferrier
- 8,096
- 14
- 61
- 100
0
votes
1 answer
Sybase sql anywhere sync a Database view(pull from consolidated to remote)?
I am trying to set up a synchronization model to sync my consolidated Oracle database with a remote SQL Anywhere database. I have a couple Views on the consolidated Oracle database that I want to pull into the Sql Anywhere database as tables. I…

runxc1 Bret Ferrier
- 8,096
- 14
- 61
- 100
0
votes
1 answer
Sync failed:-857 The remote database identified by remote ID '%1' is already synchronizing or the database connection is unusable:
I am working with iOS native application in iOS using objective C and SUP as middleware .I am using the same provisioning profile for two fifferent application to run in iPAD.
My application was working well before . But now when I try to run it is…

iOSiOS
- 214
- 2
- 5
- 10
0
votes
1 answer
MySQL mobilink synchronization with SQL Anywhere
My computer configurations are
MySQL-mysql-5.0.96
SQL Anywhere-11
win XP 32 bit
I am trying to connect mysql with sql anywhere for mobilink syncronization but getting error while following the tutorial given at this site:…

Vijay Shegokar
- 2,492
- 1
- 20
- 30
0
votes
1 answer
MobiLink synchronization scripts generation
I'm working with MySQL as a consolidated database and SQLAnywhere as a remote database. I'm trying to synchronize all data using MobiLink.
I've just successfully managed to run database synchronization from this tutorial:…

zbyszek26104
- 437
- 1
- 5
- 15