I used ASA12 and then ASA16 dbupgrad utility, start upgraded database on ASA16 and connect it with Central 12, but not with Central 16. Is there any way to upgrade Sybase SQL Anywhere 10 database to version 16 without a reload accepted by the Sybase Central 16? I looked at the answer on Ohad's question: Sybase Central won’t work after upgrade database to version 16.0.02019 (question 25651) Thanks Jan |
The only complete way to fully upgrade a database is to rebuild it. Doing so, will introduce new database structure that are required for some new capabilities. Running Sybase Central, as of verson 16, will only open databases "created by version 11 or later"
because it assumes there is a base-line of features that require newer database structures. This is consistent with the philosophy that some modules (Mobilink, some Admin tools including scjview, ...) can/may only support 2 major versions back. |
Sybase Central only supports databases created with v11 or later. You can use Sybase Central v12 to manage the SA10 initialized database file or rebuild the database using v11 or later if you need to use Sybase Central v16.
Thank You. Currently, it is used Central v12. We assume that to the database missing little to no problem with it.
Just to add: The limitation to "only support 2 major versions back" does not apply to DBISQL (nor dbisqlc), i.e. you can of course use all appropriate SQL statements to manage a v10 database from a v16/v17 DBISQL utility...