472,374 Members | 1,319 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,374 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 8562
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
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
1
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
1
by: ezappsrUS | last post by:
Hi, I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...

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.