If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hi,
Anyone knows how to check the db2level or db2 version for a offline backup image.
I am having a backup image taken at 20080821010254. And I am trying to rediect restore that to current db2 version of 8.1.1 and fixpack 16.
it is giving me the following error.
SQL1651N The request cannot be executed because the DB2 server version does not support this functionality.
So I want to check the db2level of the backup image and do it on the server with the same version.. Are there any other suggestions?? Please respond...
Hi Nick,
Thanks for your prompt response.. I can see that release id as A00 in my image..so it is db2 v8.2 what abt fix pack?
The following are the details of db2level from my current db where I want to restore the image:
Db2level :
DB21085I Instance "db2d901" uses "64" bits and DB2 code release "SQL08029"
with level identifier "030A0106".
Informational tokens are "DB2 v8.1.1.144", "s080111", "U811269", and FixPak
"16".
Product is installed at "/usr/opt/db2_08_01".
Is this possible to restore on this version. when I am giving the db2 restore dbname continue. I am getting the following error.
SQL1651N The request cannot be executed because the DB2 server version does not support this functionality
Is the backup image compressed? Are you restoring from 32 to 64 bit? If yes, you may need to specify the compression library that's stored with the backup image.
1. db2 "restore database D901 from /db2/D901/log_retrieve/backup taken at 20081002200108 into TEMPD901 redirect without rolling forward without prompting";
2. db2 -tvf tbsp.sh (has the set tablespaces containers)