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.

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?

asked 05 Oct '21, 16:57

cchitra's gravatar image

cchitra
11113
accept rate: 0%


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.

permanent link

answered 05 Oct '21, 22:21

Chris%20Keating's gravatar image

Chris Keating
7.8k49128
accept rate: 32%

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: 05 Oct '21, 16:57

question was seen: 485 times

last updated: 05 Oct '21, 22:21