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

DB2 V9 Installation Problem

I am going to install DB2 version 9 on Windows XP workstation. But I
can not continue the installation after I issue the command "setup /i
en". System shows me that "A major error occoured while installing DB2
on this computer".

The following is a part of the installation log.

Action ended 22:43:57: SetInitialPropertiesCA. Return value 1.
Action 22:43:57: StreamLibrarysCA.
Action start 22:43:57: StreamLibrarysCA.
1: The current directory for the process has now been changed to C:
\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_DB20001
1: Failed to create the C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_DB20001\CN
\db2istring_v9.dll file
1: Failed to copy string file zh_CN_ISTRING_BINARY to C:
\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_DB20001\CN\db2is tring_v9.dll.
Action ended 22:44:02: StreamLibrarysCA. Return value 1.
Action 22:44:02: InitializeURERunTimeLocationCA.
Action start 22:44:02: InitializeURERunTimeLocationCA.
Action ended 22:44:02: InitializeURERunTimeLocationCA. Return value 1.
The following is my current Java version. I guess installation failed
due to Java.

java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build
pwi32dev-20070201 (SR4))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32
j9vmwi3223-20070201 (JIT enabled)
J9VM - 20070131_11312_lHdSMR
JIT - 20070109_1805ifx1_r8
GC - 200701_09)
JCL - 20070131

Any advice? Thanks in advance!

James

Jun 4 '07 #1
4 4550
Hi.

I had a similar problem on a computer where the default locale was Swedish.
If you have a locale other than english:
* Select a Customized installation.
* When you get the screen where you can choose language, deselect all
languages but english.
/dg

"James" <hu*****@gmail.comwrote in message
news:11**********************@g37g2000prf.googlegr oups.com...
I am going to install DB2 version 9 on Windows XP workstation. But I
can not continue the installation after I issue the command "setup /i
en". System shows me that "A major error occoured while installing DB2
on this computer".

The following is a part of the installation log.

Action ended 22:43:57: SetInitialPropertiesCA. Return value 1.
Action 22:43:57: StreamLibrarysCA.
Action start 22:43:57: StreamLibrarysCA.
1: The current directory for the process has now been changed to C:
\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_DB20001
1: Failed to create the C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_DB20001\CN
\db2istring_v9.dll file
1: Failed to copy string file zh_CN_ISTRING_BINARY to C:
\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_DB20001\CN\db2is tring_v9.dll.
Action ended 22:44:02: StreamLibrarysCA. Return value 1.
Action 22:44:02: InitializeURERunTimeLocationCA.
Action start 22:44:02: InitializeURERunTimeLocationCA.
Action ended 22:44:02: InitializeURERunTimeLocationCA. Return value 1.
The following is my current Java version. I guess installation failed
due to Java.

java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build
pwi32dev-20070201 (SR4))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32
j9vmwi3223-20070201 (JIT enabled)
J9VM - 20070131_11312_lHdSMR
JIT - 20070109_1805ifx1_r8
GC - 200701_09)
JCL - 20070131

Any advice? Thanks in advance!

James

Jun 4 '07 #2
On Jun 5, 12:41 am, "Dan van Ginhoven" <danfa...@hotmail.comwrote:
Hi.

I had a similar problem on a computer where the default locale was Swedish.
If you have a locale other than english:
* Select a Customized installation.
* When you get the screen where you can choose language, deselect all
languages but english.
/dg

"James" <huyu...@gmail.comwrote in message

news:11**********************@g37g2000prf.googlegr oups.com...
I am going to install DB2 version 9 on Windows XP workstation. But I
can not continue the installation after I issue the command "setup /i
en". System shows me that "A major error occoured while installing DB2
on this computer".
The following is a part of the installation log.
Action ended 22:43:57: SetInitialPropertiesCA. Return value 1.
Action 22:43:57: StreamLibrarysCA.
Action start 22:43:57: StreamLibrarysCA.
1: The current directory for the process has now been changed to C:
\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_DB20001
1: Failed to create the C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_DB20001\CN
\db2istring_v9.dll file
1: Failed to copy string file zh_CN_ISTRING_BINARY to C:
\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_DB20001\CN\db2is tring_v9.dll.
Action ended 22:44:02: StreamLibrarysCA. Return value 1.
Action 22:44:02: InitializeURERunTimeLocationCA.
Action start 22:44:02: InitializeURERunTimeLocationCA.
Action ended 22:44:02: InitializeURERunTimeLocationCA. Return value 1.
The following is my current Java version. I guess installation failed
due to Java.
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build
pwi32dev-20070201 (SR4))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32
j9vmwi3223-20070201 (JIT enabled)
J9VM - 20070131_11312_lHdSMR
JIT - 20070109_1805ifx1_r8
GC - 200701_09)
JCL - 20070131
Any advice? Thanks in advance!
James- Hide quoted text -

- Show quoted text -
But the installation failed on the first screen. Nothing I could do
before the installation failed.

Jun 5 '07 #3
On Jun 4, 8:48 pm, James <huyu...@gmail.comwrote:
On Jun 5, 12:41 am, "Dan van Ginhoven" <danfa...@hotmail.comwrote:
Hi.
I had a similar problem on a computer where the default locale was Swedish.
If you have a locale other than english:
* Select a Customized installation.
* When you get the screen where you can choose language, deselect all
languages but english.
/dg
"James" <huyu...@gmail.comwrote in message
news:11**********************@g37g2000prf.googlegr oups.com...
I am going to install DB2 version 9 on Windows XP workstation. But I
can not continue the installation after I issue the command "setup /i
en". System shows me that "A major error occoured while installing DB2
on this computer".
The following is a part of the installation log.
Action ended 22:43:57: SetInitialPropertiesCA. Return value 1.
Action 22:43:57: StreamLibrarysCA.
Action start 22:43:57: StreamLibrarysCA.
1: The current directory for the process has now been changed to C:
\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_DB20001
1: Failed to create the C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_DB20001\CN
\db2istring_v9.dll file
1: Failed to copy string file zh_CN_ISTRING_BINARY to C:
\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_DB20001\CN\db2is tring_v9.dll.
Action ended 22:44:02: StreamLibrarysCA. Return value 1.
Action 22:44:02: InitializeURERunTimeLocationCA.
Action start 22:44:02: InitializeURERunTimeLocationCA.
Action ended 22:44:02: InitializeURERunTimeLocationCA. Return value 1.
The following is my current Java version. I guess installation failed
due to Java.
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build
pwi32dev-20070201 (SR4))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32
j9vmwi3223-20070201 (JIT enabled)
J9VM - 20070131_11312_lHdSMR
JIT - 20070109_1805ifx1_r8
GC - 200701_09)
JCL - 20070131
Any advice? Thanks in advance!
James- Hide quoted text -
- Show quoted text -

But the installation failed on the first screen. Nothing I could do
before the installation failed.
Are you installing or reinstalling?

If there are traces of an old installation, you need to run db2unins -
f from the CD

http://massif.torolab.ibm.com:8888/h...c/r0023371.htm

--
Leo Petr
http://lpetr.org/blog/

Jun 5 '07 #4
On Jun 5, 10:18 am, Leo Petr <leons.petrazic...@gmail.comwrote:
On Jun 4, 8:48 pm, James <huyu...@gmail.comwrote:
On Jun 5, 12:41 am, "Dan van Ginhoven" <danfa...@hotmail.comwrote:
Hi.
I had a similar problem on a computer where the default locale was Swedish.
If you have a locale other than english:
* Select a Customized installation.
* When you get the screen where you can choose language, deselect all
languages but english.
/dg
"James" <huyu...@gmail.comwrote in message
>news:11**********************@g37g2000prf.googleg roups.com...
I am going to install DB2 version 9 on Windows XP workstation. But I
can not continue the installation after I issue the command "setup /i
en". System shows me that "A major error occoured while installing DB2
on this computer".
The following is a part of the installation log.
Action ended 22:43:57: SetInitialPropertiesCA. Return value 1.
Action 22:43:57: StreamLibrarysCA.
Action start 22:43:57: StreamLibrarysCA.
1: The current directory for the process has now been changed to C:
\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_DB20001
1: Failed to create the C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_DB20001\CN
\db2istring_v9.dll file
1: Failed to copy string file zh_CN_ISTRING_BINARY to C:
\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_DB20001\CN\db2is tring_v9.dll.
Action ended 22:44:02: StreamLibrarysCA. Return value 1.
Action 22:44:02: InitializeURERunTimeLocationCA.
Action start 22:44:02: InitializeURERunTimeLocationCA.
Action ended 22:44:02: InitializeURERunTimeLocationCA. Return value 1.
The following is my current Java version. I guess installation failed
due to Java.
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build
pwi32dev-20070201 (SR4))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32
j9vmwi3223-20070201 (JIT enabled)
J9VM - 20070131_11312_lHdSMR
JIT - 20070109_1805ifx1_r8
GC - 200701_09)
JCL - 20070131
Any advice? Thanks in advance!
James- Hide quoted text -
- Show quoted text -
But the installation failed on the first screen. Nothing I could do
before the installation failed.

Are you installing or reinstalling?

If there are traces of an old installation, you need to run db2unins -
f from the CD

http://massif.torolab.ibm.com:8888/h...c=/com.ibm.db2....
Actually, I meant:
http://publib.boulder.ibm.com/infoce...c/r0023371.htm
--
Leo Petr
http://lpetr.org/blog/

Jun 5 '07 #5

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

Similar topics

3
by: Rob Brown | last post by:
I put together an installation program and it works great the first time. The problem I have is that we want the users to be able to rerun the installation without needing to uninstall the older...
0
by: MichaƂ Januszczyk | last post by:
Hello. I've got the following problem: I created a windows installer project that installs my application. The application works with some files. I want to include some example files with the...
1
by: 3f | last post by:
Hello; We have made a web application that people can download from our web site and installed on: Windows XP Windows 2000 Professional Windows 2003 Server Windows 2000 Server
2
by: mb12036 | last post by:
All- Having a problem installing a DB2 client on a machine running AIX version 5.0. Client appeared to install one time succesfully, then was uninstalled and a reinstall was attempted. For...
2
by: news.symantec.com | last post by:
Hi All, I'm trying to install DB2 Enterprise Edition 8.1 (partitioned installation) onto a clean Win 2k SP4 advanced server box. The problem is the partitioned installation requires a "Domain...
4
by: Will Honea | last post by:
Wanting to look at V9, I attempted to install Db2 Express-C on a Suse Linux box I use as a sandbox. Since I was less that thorough when removing previous installations of V8 and V7, the...
2
by: =?Utf-8?B?R3JlZw==?= | last post by:
I have no idea where to post this question, or even if its appropriate for me to post it here. I don't know if installing a VB.Net program has caused the problem I'm having or not. All I know is I...
0
by: Now You Know | last post by:
Best Christmas Lights Decoration Sale Installation in Los Angeles 818-386-1022 (These types of Innovative lights will definetly add to your Christmas decor) Here are the tips to use: The most...
0
by: Now You Know | last post by:
Best Christmas Lights Decoration Sale Installation in Los Angeles 818-386-1022 (These types of Innovative lights will definetly add to your Christmas decor) Here are the tips to use: The most...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.