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.

I am trying to migrate sa-11 to sa-17 and this is a ML sync situation. I have successfully converted the consolidated.db (sa) to 17 and I have mlsrv17 connected. My next step was to convert my empty remote db to 17 which I have done. This query:

SELECT version FROM SYSHISTORY WHERE operation = 'INIT'; = 17.0.0.1062.

I try to connect using dbmlsync and I get this message:

I. 2016-03-02 11:37:15. SQL Anywhere MobiLink Client Version 17.0.0.1062
I. 2016-03-02 11:37:15. 
I. 2016-03-02 11:37:15. Copyright © 2015 SAP SE or an SAP affiliate company.
I. 2016-03-02 11:37:15. All rights reserved.
I. 2016-03-02 11:37:15. Use of this software is governed by the SAP Software Use Rights Agreement.
I. 2016-03-02 11:37:15. Refer to http://global.sap.com/corporate-en/our-company/agreements/index.epx.
I. 2016-03-02 11:37:15. 
I. 2016-03-02 11:37:15. Running Windows 7 Build 7601 Service Pack 1 on X86_64
I. 2016-03-02 11:37:15. Executable built for X86_64 processor architecture
I. 2016-03-02 11:37:15. 
I. 2016-03-02 11:37:15. Connecting to remote database
E. 2016-03-02 11:37:15. The database server version is not compatible with this version of dbmlsync.
I have now tried unloading my empty db and creating a new database using dbinit and got the same result. Not sure where to go from here.

Thanks.

asked 02 Mar '16, 13:49

jimboidaho_gplus's gravatar image

jimboidaho_g...
1469916
accept rate: 0%

edited 02 Mar '16, 13:50

Is it possible dbmlsync is connecting to a running V11 server?

(02 Mar '16, 16:35) Nick Elson S...

Just found the problem. I was connecting through and ODBC data source. The driver displays version 17 and testing the connection works but when I changed the -c connection for dmmlsync to eng=server;dbn=dbname that problem went away and I got some more problems.

(02 Mar '16, 23:42) jimboidaho_g...

FWIW, you are using the v17 GA version (17.0.0.1062) - I'd recommend to use the freshest SP (17.0.0.1359 on Windows) to include any fixes.

(03 Mar '16, 04:05) Volker Barth
Be the first one to answer this question!
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:

×246
×24

question asked: 02 Mar '16, 13:49

question was seen: 1,883 times

last updated: 03 Mar '16, 04:05