on 2011 Sep 22 2:02 PM
I am trying to move a customer from sqla 8 to sqla 11. However, when I take one of their backup db/log files and run dbunload against it, I see an "Unable to start specified database" error. Any thoughts/suggestions? Thanks, Doug
Request clarification before answering.
If you are trying to use the start connection parameter to start the database, it may be failing here. The database server in version 11 will not be able to start the version 8 database.
However, we do have the capability of unloading this old database. To unload this database and move to version 11, we provide a topic in the help to assist in this process:
Rebuilding version 9 and earlier databases for version 11
Edit: Overlooked version 11 from question. I've revised the above to refer to the correct DCX topic and version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Tyson. I think that your link provided the answer...
"You cannot unload a version 9 or earlier database when the database file requires recovery. Recovery might be required, for example, if the database file was created using the Backup utility (dbbackup) or a BACKUP DATABASE statement. When you use the Unload utility (dbunload) on a database file that requires recovery, a message is returned indicating that the database could not be started. Use a version 9 database server to start the database and then stop the database before retrying dbunload."
I will try starting and stopping the sqla8 engine against the database before I dbunload with sqla11.
This specific issue of problems unloading a backup database (mentioned on DCX) has actually been fixed in later versions (the fix mentioned by Volker), in 11.0.0.1641 and 11.0.1.2268: http://search.sybase.com/kbx/changerequests?bug_id=578153
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
82 | |
29 | |
9 | |
8 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.