473,405 Members | 2,261 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,405 software developers and data experts.

v8.1 (win2K) database files into v8.2

was having a real mess trying to upgrade v8.1.6 to v8.2.3 (aka FP10).
so i just deleted the failed 8.1/2, and did a fresh install of 8.2,
having been assured by our DBA types that 8.2 could find the files
left from the 8.1 databases. these are testing databases, so they
aren't critical, but it would make life simpler if that could be
done. looking through help, here, and the UDB on-line library,
doesn't come up with any syntax. nor have the DBA types. ah well.

i ran db2updv8 after the initial upgrade, but it errored, and the
timestamps on the directories/files didn't change.

btw, while the upgrade went to completion without error, i was
getting 'memory can not be "read" ' errors from javaw and db2bp
when trying to access data. screens, config assist for example,
came up ok. re-running the upgrade did error out. is mine a
unique experience?? i sort of hope so.

the upgrade doc read like it was all really simple.

BTDB
Feb 14 '06 #1
4 1876
BobTheDataBaseBoy <"xxx at rcn dot com"> wrote:
was having a real mess trying to upgrade v8.1.6 to v8.2.3 (aka FP10).
so i just deleted the failed 8.1/2, and did a fresh install of 8.2,
having been assured by our DBA types that 8.2 could find the files
left from the 8.1 databases. these are testing databases, so they
aren't critical, but it would make life simpler if that could be
done. looking through help, here, and the UDB on-line library,
doesn't come up with any syntax. nor have the DBA types. ah well.

i ran db2updv8 after the initial upgrade, but it errored, and the
timestamps on the directories/files didn't change.
You did follow the steps in the readme, i.e.

1. install V8.2
2. run "db2iupt" to update the instance
3. catalog all databases from the previous install if you did remove the
instance
4. run "db2updv8" on all databases

If you did do that, it would be extremely helpful if you could tell us the
actual error message.
the upgrade doc read like it was all really simple.


It is.

--
Knut Stolze
DB2 Information Integration Development
IBM Germany
Feb 14 '06 #2
Knut Stolze wrote:
BobTheDataBaseBoy <"xxx at rcn dot com"> wrote:
was having a real mess trying to upgrade v8.1.6 to v8.2.3 (aka FP10).
so i just deleted the failed 8.1/2, and did a fresh install of 8.2,
having been assured by our DBA types that 8.2 could find the files
left from the 8.1 databases. these are testing databases, so they
aren't critical, but it would make life simpler if that could be
done. looking through help, here, and the UDB on-line library,
doesn't come up with any syntax. nor have the DBA types. ah well.

i ran db2updv8 after the initial upgrade, but it errored, and the
timestamps on the directories/files didn't change.


You did follow the steps in the readme, i.e.

1. install V8.2
2. run "db2iupt" to update the instance
3. catalog all databases from the previous install if you did remove the
instance
4. run "db2updv8" on all databases

If you did do that, it would be extremely helpful if you could tell us the
actual error message.
the upgrade doc read like it was all really simple.


It is.

well, it gets complicated.

as some threads here show, there is no db2iupt. there is db2iupdt, but
according to the on-line lib, its purpose on windows is to support
partitioned databases, which i didn't choose when i did the install.

neither is mentioned in the FixPackReadme.txt i got with FP-10. section
1.4.1 only mentions db2updv8 as an option, not requirement.

ran the db2 update ... jdk_path ... but i still get memory exception
in javaw.exe, for example, when choosing the drive in Configuration
Assistant to update one of these databases to Local.

i was able to import the generate.spf, so i can see the databases, that
i had before, and am able to connect to the remote ones, but not the
local ones.

i have 1.5.0_06 and have for a while. 8.1.6 ran fine with it.

will call the 800 number tomorrow. unless Serge is lurking and finds
this familiar <G>.

BTDB

Feb 15 '06 #3
BobTheDataBaseBoy wrote:
Knut Stolze wrote:
BobTheDataBaseBoy <"xxx at rcn dot com"> wrote:
was having a real mess trying to upgrade v8.1.6 to v8.2.3 (aka FP10).
so i just deleted the failed 8.1/2, and did a fresh install of 8.2,
having been assured by our DBA types that 8.2 could find the files
left from the 8.1 databases. these are testing databases, so they
aren't critical, but it would make life simpler if that could be
done. looking through help, here, and the UDB on-line library,
doesn't come up with any syntax. nor have the DBA types. ah well.

i ran db2updv8 after the initial upgrade, but it errored, and the
timestamps on the directories/files didn't change.

You did follow the steps in the readme, i.e.

1. install V8.2
2. run "db2iupt" to update the instance
3. catalog all databases from the previous install if you did remove the
instance
4. run "db2updv8" on all databases

If you did do that, it would be extremely helpful if you could tell us
the
actual error message.
the upgrade doc read like it was all really simple.

It is.

well, it gets complicated.

as some threads here show, there is no db2iupt. there is db2iupdt, but
according to the on-line lib, its purpose on windows is to support
partitioned databases, which i didn't choose when i did the install.

neither is mentioned in the FixPackReadme.txt i got with FP-10. section
1.4.1 only mentions db2updv8 as an option, not requirement.

ran the db2 update ... jdk_path ... but i still get memory exception
in javaw.exe, for example, when choosing the drive in Configuration
Assistant to update one of these databases to Local.

i was able to import the generate.spf, so i can see the databases, that
i had before, and am able to connect to the remote ones, but not the
local ones.

i have 1.5.0_06 and have for a while. 8.1.6 ran fine with it.

will call the 800 number tomorrow. unless Serge is lurking and finds
this familiar <G>.

I'm always lurking, but my hit ratio for non SQL problems is pathetic.

--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
Feb 15 '06 #4
BobTheDataBaseBoy <"xxx at rcn dot com"> wrote:
as some threads here show, there is no db2iupt. there is db2iupdt, but
according to the on-line lib, its purpose on windows is to support
partitioned databases, which i didn't choose when i did the install.
You are correct. It is db2iupdt (I always forget the 'd' ;-)); and
apparently you don't need that on Windows in your case.
i have 1.5.0_06 and have for a while. 8.1.6 ran fine with it.


1.5.0_06 is Java 5 (1.5)? I'm not completely sure, but I think DB2 only
supporst Java 4 so far.

--
Knut Stolze
DB2 Information Integration Development
IBM Germany
Feb 15 '06 #5

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

Similar topics

0
by: llama | last post by:
Hello, Don't want to touch off a religious war, but does anyone have any firsthand experience with perl scripts running under windows 2000 either IIS or apache? I've lately done a lot of one off...
4
by: GO | last post by:
I have a custom Perl application (programmed by myself) that is used to rename files. For some reason, within the last month, it is no longer working properly. Prior to this I've been using it for...
2
by: mos | last post by:
I want to put a MySQL 4.1 database on a Win2k laptop but the problem is it contains confidential client information. It has to be Window because applications accessing the database are written in...
3
by: Matthew P. Seltzer | last post by:
All- This is a bit 'out there,' but, here goes. I have copied the WinSxS folder from a WinXP box to my Win2K box. I would like to be able to apply XP control styles to my Win2K VB.NET apps. Given...
1
by: Mike | last post by:
Need some help please. Trying to restore a 7.2 DB from one machine to a newer machine running 8.2. Upon restoring I get: SQL2519N The database was restored, but the restored database was not...
2
by: bbxrider | last post by:
win2k adv server/ iis5.0/vb6.0/ado and/or odbc connections on client machine i have an mdb on win2k adv server machine and want internet read/write to it from both a non-windows, red hat, webserver...
6
by: alanknipmeyer | last post by:
Hi, I`m in the process of migrating a Access 2002 (Run in 2000 mode) from Windows 98 to Win2K Server. It is a shared resource via a file share on the 98 Server. Client systems are Win98 with the...
4
by: Adrian Parker | last post by:
I have a web app that has one problem when deployed on win2003 but works fine on win2k. On a page, I have a button that causes a reload of the page with a different set of querystring values (to...
4
by: Slasher186 | last post by:
Hi all, First of all, I'm sorry if I posted at the wrong section here, but I can't seem to find the VB 6.0 newsgroup ? I'm developing my apps with VB 6.0 sp5 installed on win xp. I have create...
1
by: Ruben | last post by:
I created a simple form that includes a hyperlink field which when clicked, launches any given pdf file saved in a multi-user network. The problem is: It ONLY seems to work well when launched...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.