473,472 Members | 2,039 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Call Java Stored Procedure fail after Migrate DB2 V7 to V8

DB2 V8 FP4 on W2K.

After a long long time waiting..

SQL1131N DARI (Stored Procedure) process has been terminated
abnormally.
SQLSTATE=38503

And in DB2Diag.log

PID:1116 TID:1524 Node:000 Title: Fenced mode process encountered an
abnormal situation...terminating
0x02B925C4 : 0x00000000

Any suggestion?
Thanks.
Richard
Nov 12 '05 #1
4 4937
Uggh!

I have been thru a lot on this one :

1. Drop and rebuild all stored procs, especially if they have been
built using the stored proc builder. They may not drop from the Stored
Proc Builder, but will drop from the command line.

2. Drop and re-register all UDFs regardless of language they were
built in.

On 2 Jan 2004 09:49:21 -0800, ri*********@canada.com
(ri*********@canada.com) wrote:
DB2 V8 FP4 on W2K.

After a long long time waiting..

SQL1131N DARI (Stored Procedure) process has been terminated
abnormally.
SQLSTATE=38503

And in DB2Diag.log

PID:1116 TID:1524 Node:000 Title: Fenced mode process encountered an
abnormal situation...terminating
0x02B925C4 : 0x00000000

Any suggestion?
Thanks.
Richard


Nov 12 '05 #2
DB2 Java Stored Procedure is a big shit.
Actually, same problem happens when you do a DB2 Backup/Restore.
All the Java Stored Procedure doesnot work, you need to rebuild all of them.
kurt.wood@NO**@M.state.mn.us (Remove the obvious for replies) wrote in message news:<3f***************@news.state.mn.us>...
Uggh!

I have been thru a lot on this one :

1. Drop and rebuild all stored procs, especially if they have been
built using the stored proc builder. They may not drop from the Stored
Proc Builder, but will drop from the command line.

2. Drop and re-register all UDFs regardless of language they were
built in.

On 2 Jan 2004 09:49:21 -0800, ri*********@canada.com
(ri*********@canada.com) wrote:
DB2 V8 FP4 on W2K.

After a long long time waiting..

SQL1131N DARI (Stored Procedure) process has been terminated
abnormally.
SQLSTATE=38503

And in DB2Diag.log

PID:1116 TID:1524 Node:000 Title: Fenced mode process encountered an
abnormal situation...terminating
0x02B925C4 : 0x00000000

Any suggestion?
Thanks.
Richard

Nov 12 '05 #3
If you have them in jar files, you can use the sqlj.recover_jar command
(they're stored in the catalogs). Or copy them into the lib
directory...backup support for sps in general is something that's being
worked on.

ri*********@canada.com wrote:
DB2 Java Stored Procedure is a big shit.
Actually, same problem happens when you do a DB2 Backup/Restore.
All the Java Stored Procedure doesnot work, you need to rebuild all of them.
kurt.wood@NO**@M.state.mn.us (Remove the obvious for replies) wrote in message news:<3f***************@news.state.mn.us>...
Uggh!

I have been thru a lot on this one :

1. Drop and rebuild all stored procs, especially if they have been
built using the stored proc builder. They may not drop from the Stored
Proc Builder, but will drop from the command line.

2. Drop and re-register all UDFs regardless of language they were
built in.

On 2 Jan 2004 09:49:21 -0800, ri*********@canada.com
(ri*********@canada.com) wrote:

DB2 V8 FP4 on W2K.

After a long long time waiting..

SQL1131N DARI (Stored Procedure) process has been terminated
abnormally.
SQLSTATE=38503

And in DB2Diag.log

PID:1116 TID:1524 Node:000 Title: Fenced mode process encountered an
abnormal situation...terminating
0x02B925C4 : 0x00000000

Any suggestion?
Thanks.
Richard

Nov 12 '05 #4
Documeted apar
http://www-306.ibm.com/cgi-bin/db2ww...2&totalSize=38

PM
<ri*********@canada.com> a écrit dans le message de
news:7c**************************@posting.google.c om...
DB2 V8 FP4 on W2K.

After a long long time waiting..

SQL1131N DARI (Stored Procedure) process has been terminated
abnormally.
SQLSTATE=38503

And in DB2Diag.log

PID:1116 TID:1524 Node:000 Title: Fenced mode process encountered an
abnormal situation...terminating
0x02B925C4 : 0x00000000

Any suggestion?
Thanks.
Richard

Nov 12 '05 #5

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

Similar topics

0
by: aychai | last post by:
Hi all, I am trying to make use Oracle9i db to call an external .Net Web Service from a JAva Stored Procedure. I created the .Net Web Service and use JDeveloper 9.0.3.4Build(1247) to create...
6
by: Eugene A | last post by:
Hello. In this call from a Java prog to a Oracle SP I am trying to pass along some varchars and a cursor, but apperently the syntax of the call to the stor proc is incorrect. What am I doing...
1
by: John Sidney-Woollett | last post by:
Is it possible to call a Postgres stored function (as if it were a procedure), using a PreparedStatement which will receive no return value, instead of having to use a CallableStatement and ignore...
4
by: Jean-Marc Blaise | last post by:
Dear all, I have simulated the windows MULTI application with a java program calling the SQLTP1DL proc referenced as DB2DARI application, on Linux Intel or ZLinux. If the proc is NOT FENCED,...
3
by: Rhino | last post by:
I've spent the last couple of hours trying to figure out how to debug a Java stored procedure and am just going in circles. The last straw came when I got "Cannot open input stream for default"...
1
by: JCAA | last post by:
Hi everybody. I just migrated DB2 7.2 from Win2000 server to Windows 2003 server. As you know... IBM do not support 7.2 anymore, but our application has not been certified with DB2 v8. Since...
5
by: Sandy | last post by:
Hello - I need a good example of how to take a return value from a stored procedure and use it in vb code. I have an app that searches a database by city and state. If a user makes a typo, the...
13
by: Larry Menard | last post by:
Test code: $dbconn = odbc_connect($dbname, $username, $password); $path = "C:\Temp\myJar.jar"; $statement = "CALL SQLJ.INSTALL_JAR('file://$path', 'myJarId')"; $result = odbc_exec($dbconn,...
4
by: Pakna | last post by:
Hi, is there any way to call a JAVA stored procedure from a SQL Trigger? We are having difficulties with this and cannot verify whether DB2 even *has* this capability? Thank you very much....
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...
1
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...
1
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.