cancel
Showing results for 
Search instead for 
Did you mean: 

Sql Anywhere 17 Mobilink Error

0 Kudos
730

Hello,

I tried to install the full developer version on the existing sql anywhere 17 version in my test box. I have created a Mobilink project and when I tried to deploy it, I am getting the error "The database server version is not compatible with this version of dbmlsync". The mobilink client version is "17.0.10.6089". The version from the query "select * from syshistory" is 17.0.8.4148. How do I resolve this issue?

Accepted Solutions (0)

Answers (1)

Answers (1)

chris_keating
Product and Topic Expert
Product and Topic Expert

The SQL Anywhere engine version hosting the remote database and the version of dbmlsync are not the exact same version and build. You can confirm the engine version by running dbeng17 -v (or dbsrv17 -v). I am going to assume you added Mobilink components using the developer edition that somehow left a mix of 17.0.8 (engine) and 17.0.10 (dbmlsync) binaries. This is suggested by the content of syshistory which indicates that the engine is 17.0.8.

If so, I would recommend a clean reinstall and I would consider upgrading to the latest patch level if you are a licensed user. You can do a full install or update an existing install with the patch installer.