cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to start server

0 Kudos
2,752

Look like I have wrong version on sever (Trial version)

Could not connect to the database.

Unable to start specified database: Server must be upgraded to start database I:\\vision.db [SAP][ODBC Driver][SQL Anywhere]Unable to start specified database: Server must be upgraded to start database I:\\vision.db SQLCODE=-934 SQLSTATE=08001

Connection parameters: User=dba Password=*** DBF=I:\\vision.db LINKS=ShMem

I'm not able to fetch new updates due to need of username and pwd.

Accepted Solutions (0)

Answers (1)

Answers (1)

johnsmirnios
Advisor
Advisor

This message means that the database was created or upgraded by a newer version of the software than what you are running. You need a newer version of SQLAnywhere to use the file.

0 Kudos

Both is version 17. Could it be that I'm running trial version?

VolkerBarth
Contributor
0 Kudos

But what does "select @@version" reveal on both systems (meaning the one you are using and the one the database has been used on so far)?

johnsmirnios
Advisor
Advisor
0 Kudos

But what minor version was the database created with? If you created the database with 17.0.9, you will not be able to start it with 17.0.8 or earlier. 17.0.9 is the latest so you should be able to use that version to start the database.

VolkerBarth
Contributor
0 Kudos

@John: To clarify: Is the check based on major and minor version or or build number - i.e. would a database created with 17.0.9.4913 run on any 17.0.9 software version like 17.0.9.4838?