473,654 Members | 3,098 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Install problems re DB2 V8 (FP8)


I installed DB2 for Linux, Unix, and Windows on V8.2 (i.e. 8.1.7) on
Windows XP on Friday. I had some problems with migration which are still
outstanding - see my earlier thread - but I managed to drop the old
SAMPLE database and create a new one that works fine. That enabled me to
resume work on my current project.

However, I am having problems with UDFs over and above the ones I
mentioned in the earlier thread. I have a UDF that worked perfectly in
DB2 V7.2 and I've been trying to prepare it against DB2 8.2. Every time
I try though, I get SQL1131N DARI (Stored Procedure process has been
terminated abnormally. SQLSTATE=38503) on the call sqlj.install_ja r()
statement.

I also tried using the Development Center to make a simple Java Stored
Procedure but it keeps tripping over SQL1131N too.

I've tried installing FP8 to see if that would help but I didn't see any
difference in behaviour for either my UDF or the new stored proc; I
invariably get SQL1131N during the call to sqlj.install_ja r().

I find this strange because I thought SQL1131N only occurred when a
stored procedure or UDF contained an error that was detected when the
proc or UDF was running; I don't believe I ever encountered SQL1131N
during preparation of a program before.

I checked my DBM configuration and noticed that the JDK_PATH was wrong;
it was still set to the 1.2 JDK which I had used in DB2 7.2. I changed
it to C:\Program Files\SQLLIB\ja va\jdk but this made no difference in
the behaviour I get. I looked at JAVA_HEAP_SZ and it is 4096; that is
the correct value, isn't it?

I also noticed that my (System) CLASSPATH value contained C:\Program
Files\SQLLIB\ja va\java12\jdk\l ib\tools.jar so I removed the java12
directory from that path to make it conform to the true location of the
1.4 JDK with DB2 8.2.

Since I'm still getting the SQL1131N, I assume that there is still more
that I need to change. Can anyone tell me what those things are?
---

Also, I also noticed that the JDK in the Environment Settings of the
Development Center was set to 1.3 but no directory path was specified. I
changed this to JDK 1.4 and set the directory path to C:\Program Files
\SQLLIB\java\jd k and click 'OK'. However, if I go back in and check it
immediately, the JDK is set back to 1.3, although it has remembered my
directory path. Of course, the JDK in DB2 is 1.4, not 1.3, so I don't
know if this is going to work. Why isn't DB2 remembering the JDK change?
Or is DB2 trying to tell me that I *must* use JDK 1.3 with the
Development Center?
--
Henry

Nov 12 '05 #1
3 1724
In article <6%************ *******@news20. bellglobal.com> , Henry
Reardon (He************ *****@hotmail.c om) says...


Sorry I can't help directly (my last linux system was active about 5
years ago) but maybe the DB2 HOWTO contains some missing links.
You can find it at http://www.tldp.org/HOWTO/DB2-HOWTO/
Nov 12 '05 #2
Gert van der Kooij <ge**@invalid.n l> wrote in
news:MP******** *************** *@news.xs4all.n l:
In article <6%************ *******@news20. bellglobal.com> , Henry
Reardon (He************ *****@hotmail.c om) says...


Sorry I can't help directly (my last linux system was active about 5
years ago) but maybe the DB2 HOWTO contains some missing links.
You can find it at http://www.tldp.org/HOWTO/DB2-HOWTO/

Uhh, actually I'm running Windows XP (SP1) and said so in my post. I guess
you saw the "DB2 for Linux, Unix and Windows" and assumed I was running
Linux.

Do you have any ideas for Windows?
--
Henry

Nov 12 '05 #3
In article <HW************ *******@news20. bellglobal.com> , Henry
Reardon (He************ *****@hotmail.c om) says...
Gert van der Kooij <ge**@invalid.n l> wrote in
news:MP******** *************** *@news.xs4all.n l:
In article <6%************ *******@news20. bellglobal.com> , Henry
Reardon (He************ *****@hotmail.c om) says...


Sorry I can't help directly (my last linux system was active about 5
years ago) but maybe the DB2 HOWTO contains some missing links.
You can find it at http://www.tldp.org/HOWTO/DB2-HOWTO/

Uhh, actually I'm running Windows XP (SP1) and said so in my post. I guess
you saw the "DB2 for Linux, Unix and Windows" and assumed I was running
Linux.

Do you have any ideas for Windows?


Sorry, I must have been sleaping already :)

I can only confirm your observation that setting another JDK in the
environments settingd isn't saved. Sorry I can't help any further.

Nov 12 '05 #4

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

Similar topics

1
1322
FP8
by: Fred Nurk | last post by:
What ever happened to FP8?? Has IBM forgotten about it or is just so bad IBM does not want to make it available??
10
1791
by: Jean-Marc Blaise | last post by:
Dear all, Will we be able to apply FP8 (that comes out end of January) directly without obligation to go thru FP7a or will we have to step thru FP7a ? I wish to know the answer for both 8.1 and migration from V7.2 to 8.2 FP8. Best regards, Jean-Marc
3
1677
by: Jean-Marc Blaise | last post by:
Dear all, On W2K, I had ESE, IIRW and DOCE at V8.x FP7 level. I applied FP8 and db2setup asked also for the location of the fixpack of DOCE. From the db2log file, we can see that DOCE was removed then re-written. After that, my DB2 Information Center did not work (javaw.exe were started, eclipse.exe also, but IE could not get the http://localhost:51000/help/index.jsp page to display). I deinstalled DOCE, rebooted and reinstalled from...
0
1305
by: Jean-Marc Blaise | last post by:
Dear all, After FP8 apply on a DB2 UDB multi-partition instance, the design advisor's MQT function is not selectable. From the DB2 Information Center (FP7), there is nothing that suggests that MQTs should not work in multi-partition. Have you encountered this problem (I have tested and got the problem on both Windows and Linux) ? Regards,
1
3394
by: zahni31 | last post by:
Hello, i currently setup a new machine with DB2 8.x ESE FP8 . The machine is a HP Proliant ML570, 14 GB RAM, 4xXeon 3.0 GHZ.... Windows 2003 Enterprise (booted with /3GB and /PAE). DB2 is using AWE: DB2_AWE=1,330000,40000
0
1805
by: Henry Reardon | last post by:
I need some help with migration. As I mentioned in my previous post, I am having migration problems after updating DB2 7.2 to DB2 8.2 and then applying FP8. I am running on Windows XP. None of my databases migrated successfully during the upgrade to version 8 of DB2. Some are returning SQL5035N when I look at them in the Control Center; I am trying to migrate these manually but encountering problems; I've mentioned them in my previous...
3
1813
by: Henry Reardon | last post by:
Can someone remind me how to re-install the Development Center? I was playing with the Environment Settings a bit the other day and, ever since, it hasn't worked right. I can create a new Project but that's all I can do; the File and Edit menus are grayed out and I can't seem to find anything that will re-enable them. I upgraded from DB2 (LUW) Version 7.2 to Version 8.2 (FP7) on Friday and applied Fixpack 8 on Saturday. I'm running...
2
2228
by: Peter Sands | last post by:
Hi, I wish to install fixpak 11 on 8.1, On the machine we have 3 instances, but I only want to upgrade to fixpak 11 on one instance for the time being. Can this be done? Or will installing the filesets effect all instances even if I do not do a db2iupdate on all of them. aix 5.2 db2 8.1 fixpak 4 thanks
2
5247
by: Tim V. | last post by:
Here's the layout: AIX v5.2, DB2 v8 fp8 running in 64bit I've got a Multi-partitioned db running on lpar4 and I want to connect it to 2 instances running on lpar13. We'll deal with just 1 instance on lpar13 for now. lpar4 -> db name dwdb lpar13 -> db name IBMEDGE On lpar13, I have a userid that has DBADMIN authority.
0
8290
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8815
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8593
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7306
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6161
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4149
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4294
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1916
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1593
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.