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.

We are wanting to look at converting a legacy system that uses mobilink as well to a current version of Sybase ASA. Can we convert directly from 8.03 to 16 or do we need to do step conversions. Where would the migrate tools or examples be? thank you

asked 12 Aug '15, 09:20

clayton's gravatar image

clayton
31224
accept rate: 0%

I would highly recommend to read through the "Behaviour changes" and "Deprecated/Discontinued features" sections in the "What's New" topics of SQL Anywhere 9 - 12 and 16 and check whether they may have impact on your application.

As a starting point:

SQL Anywhere® 16 - Changes and Upgrading

(13 Aug '15, 06:32) Volker Barth

You will have to rebuild your database for any versions prior to SQLA 10. You can do this by unloading using the ASA 8 server and reloading in a new database using the SQLA 16 server. Or you can use dbunload to do this automatically.

dbunload supports migrating from any previous SQLA/ASA version to the current version (i.e. the version that matches the dbunload version you use). So If you want to go to SQLA 16, use dbunload version 16 included in the SQLA 16 install. You do not need the ASA 8 server installed if you use dbunload.

permanent link

answered 12 Aug '15, 10:31

Phil%20Mitchell's gravatar image

Phil Mitchell
1.9k1831
accept rate: 27%

1

AFAIK, it's recommended to use the new version's dbunload to unload from older versions.

As a starting point:

The rebuild process for version 9 and earlier databases

Note: In case you use synchronization/replication (MobiLink or SQL Remote), there are particular considerations to taken into account.

(13 Aug '15, 06:34) Volker Barth
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:

×3

question asked: 12 Aug '15, 09:20

question was seen: 1,448 times

last updated: 13 Aug '15, 06:51