473,322 Members | 1,504 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

SQL1091C The release number of the database is not valid. SQLSTATE=08004

Please, can you help me about this error:

SQL1091C The release number of the database is not valid.
SQLSTATE=08004

I connect to a db Version: 7, Release: 1 whit a database manager
Version: 7, Release: 2

Jan 9 '07 #1
6 8698
Did you look up the error message?
db2 "? SQL1091"

It looks like your 7.1 database needs to be migrated to the 7.2 level
before you can use it from the 7.2 software.

Version 7.x went out of service at the end of March, 2004. Version 9 is
the current version. You might consider upgrading to V8 and migrating
your databases before you loose the capability to migrate to a currently
supported version.

Phil Sherman
Mikeland wrote:
Please, can you help me about this error:

SQL1091C The release number of the database is not valid.
SQLSTATE=08004

I connect to a db Version: 7, Release: 1 whit a database manager
Version: 7, Release: 2
Jan 9 '07 #2
Thanks a lot,
and, exist a tool with which i migrate a backup image db 7.1 in version
7.2 or this backup image is unusable?
If not, which is the procedure/software that i have use for upgrading
to V8 and migrating a database?

Mikeland

Phil Sherman ha scritto:
Did you look up the error message?
db2 "? SQL1091"

It looks like your 7.1 database needs to be migrated to the 7.2 level
before you can use it from the 7.2 software.

Version 7.x went out of service at the end of March, 2004. Version 9 is
the current version. You might consider upgrading to V8 and migrating
your databases before you loose the capability to migrate to a currently
supported version.

Phil Sherman
Mikeland wrote:
Please, can you help me about this error:

SQL1091C The release number of the database is not valid.
SQLSTATE=08004

I connect to a db Version: 7, Release: 1 whit a database manager
Version: 7, Release: 2
Jan 10 '07 #3
The fixpak that makes the change from 7.1 to 7.2 installation
instructions explain how to migrate the database to the new level. In
version 8 this involves running the "migrate database" command; I don't
recall if this is what was done in V7.

All upgrades I can recall have always performed an automatic upgrade
during a restore of a backup. Assuming this works, you would just need
to restore your 7.1 backup on the 7.2 system.

Migrating to V8 involves the same steps. You need to review the
migration process in the: "Quick Beginnings for DB2 Servers" manual.

Phil Sherman
Mikeland wrote:
Thanks a lot,
and, exist a tool with which i migrate a backup image db 7.1 in version
7.2 or this backup image is unusable?
If not, which is the procedure/software that i have use for upgrading
to V8 and migrating a database?

Mikeland

Phil Sherman ha scritto:
>Did you look up the error message?
db2 "? SQL1091"

It looks like your 7.1 database needs to be migrated to the 7.2 level
before you can use it from the 7.2 software.

Version 7.x went out of service at the end of March, 2004. Version 9 is
the current version. You might consider upgrading to V8 and migrating
your databases before you loose the capability to migrate to a currently
supported version.

Phil Sherman
Mikeland wrote:
>>Please, can you help me about this error:

SQL1091C The release number of the database is not valid.
SQLSTATE=08004

I connect to a db Version: 7, Release: 1 whit a database manager
Version: 7, Release: 2
Jan 10 '07 #4
In article <iS******************@newssvr19.news.prodigy.com >,
ps******@ameritech.net says...
The fixpak that makes the change from 7.1 to 7.2 installation
instructions explain how to migrate the database to the new level. In
version 8 this involves running the "migrate database" command; I don't
recall if this is what was done in V7.
If I do remember well the db2updv7 command needs to be runned against
each database.
Jan 10 '07 #5
Thank you for reply, but a command db2updv7 return this error:

C:\PROGRA~1\SQLLIB\BIN>db2updv7 -d domzte

Connect to database 'domzte' failed with sqlcode = -1091.
DB2UPDV7 processing failed for database 'domzte'.
Gert van der Kooij ha scritto:
In article <iS******************@newssvr19.news.prodigy.com >,
ps******@ameritech.net says...
The fixpak that makes the change from 7.1 to 7.2 installation
instructions explain how to migrate the database to the new level. In
version 8 this involves running the "migrate database" command; I don't
recall if this is what was done in V7.

If I do remember well the db2updv7 command needs to be runned against
each database.
Jan 11 '07 #6
Yeahhh,
i resolve the error!! I install a fixpack 14 of db2 7.2 and is all
right!
For download file, go to:
http://www-306.ibm.com/software/data...7.html#WINDOWS

Thanks & Bye
Mike
Phil Sherman ha scritto:
The fixpak that makes the change from 7.1 to 7.2 installation
instructions explain how to migrate the database to the new level. In
version 8 this involves running the "migrate database" command; I don't
recall if this is what was done in V7.

All upgrades I can recall have always performed an automatic upgrade
during a restore of a backup. Assuming this works, you would just need
to restore your 7.1 backup on the 7.2 system.

Migrating to V8 involves the same steps. You need to review the
migration process in the: "Quick Beginnings for DB2 Servers" manual.

Phil Sherman
Mikeland wrote:
Thanks a lot,
and, exist a tool with which i migrate a backup image db 7.1 in version
7.2 or this backup image is unusable?
If not, which is the procedure/software that i have use for upgrading
to V8 and migrating a database?

Mikeland

Phil Sherman ha scritto:
Did you look up the error message?
db2 "? SQL1091"

It looks like your 7.1 database needs to be migrated to the 7.2 level
before you can use it from the 7.2 software.

Version 7.x went out of service at the end of March, 2004. Version 9 is
the current version. You might consider upgrading to V8 and migrating
your databases before you loose the capability to migrate to a currently
supported version.

Phil Sherman
Mikeland wrote:
Please, can you help me about this error:

SQL1091C The release number of the database is not valid.
SQLSTATE=08004

I connect to a db Version: 7, Release: 1 whit a database manager
Version: 7, Release: 2
Jan 12 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Dmitri | last post by:
Hi there, Does anybody know what is DB2 UDB admin API equivalent to "db2 terminate" command? Some background: I'm developing monitoring application(http://chuzhoi_files.tripod.com). I want...
4
by: Development at American Savings | last post by:
I'm having some trouble being able to connect to my db2 server (it lives on an os/2 warp 3 connect box) from my Windows2000 workstation using vs.net 2003. Any suggestions? I have a local user...
0
by: xixi | last post by:
i have been tring to add a new catalog system on my local machine control center from remote server, after i create the host and node, i try to catalog the database, then when i try to access it,...
4
by: Andy J | last post by:
Hi Everyone NEW USER Q. I am trying to restore a database backup image to another machine. Both machines are installed with same DB2 7.2 installation package. Version: 7, Release: 2,...
0
by: Andy J | last post by:
Hi Everyone NEW USER Q. I am trying to restore a database backup image to another machine. Both machines are installed with same DB2 7.2 installation package. Version: 7, Release: 2,...
1
by: mikereiche | last post by:
I'm configuring a 'Federated Database Object' -> Wrapper -> DB2Wrapper -> Server Definitions -> RTLALL (my remote db). I fill in the username/password and dbname. ( I can connect using this...
5
by: Rafael Faria | last post by:
Hello All, I'm new to DB2, so apologies in advance for any stupid comments I might make on this replication problem. Using Information integrator and DB2 8.2 I managed to create a nickname that...
1
by: Dad | last post by:
I am using DB2 Connect 8.2 to DB2 on z/OS. I've used Config. Assistant to create the config to the mainframe DB2 database (Location) called DB_MAIN. I can successfully test the connection w/this...
4
by: Butch | last post by:
Can I have a 32 bit & a 64 bit db2 instance on the same AIX box? If so I do I catalog a databse to use the 32 bit insatnce? Thanks
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.