473,626 Members | 3,316 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

UDB JDBC procedure call causes S04E in DB2

I'm trying to call a z/OS stored procedure from Win UDB and am getting
a SQLCODE: -444, SQLSTATE: 42724.
On the the z/OS system log, I see -
DSNL027I -PRDA SERVER DISTRIBUTED AGENT WITH 102
LUWID=GA79647C. C009.01FA421529 19=180
THREAD-INFO=PCTEST:MYP C:PCTEST:javaw. exe
RECEIVED ABEND=04E
FOR REASON=00D3003B
DSNL028I -PRDA GA79647C.C009.0 1FA42152919=180 103
ACCESSING DATA FOR
LOCATION 2.121.130.124
IPADDR 2.121.130.124

I haven't been able to find anything by searching IBM.

Does anyone have any idea what's causing this?

Thank you in advance,
Serenity
Mar 12 '08 #1
3 7702
N6****@gmail.co m wrote:
I'm trying to call a z/OS stored procedure from Win UDB and am getting
a SQLCODE: -444, SQLSTATE: 42724.
On the the z/OS system log, I see -
DSNL027I -PRDA SERVER DISTRIBUTED AGENT WITH 102
LUWID=GA79647C. C009.01FA421529 19=180
THREAD-INFO=PCTEST:MYP C:PCTEST:javaw. exe
RECEIVED ABEND=04E
FOR REASON=00D3003B
OK, Your Windows box is not guilty (for a change), that much is clear.
I'd try to find these hex numbers (or their numeric equivalents) in Java
land. Perhaps a NULL pointer exception, etc, etc...

Cheers
Serge
--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
Mar 12 '08 #2
N6****@gmail.co m wrote:
I'm trying to call a z/OS stored procedure from Win UDB and am getting
a SQLCODE: -444, SQLSTATE: 42724.
On the the z/OS system log, I see -
DSNL027I -PRDA SERVER DISTRIBUTED AGENT WITH 102
LUWID=GA79647C. C009.01FA421529 19=180
THREAD-INFO=PCTEST:MYP C:PCTEST:javaw. exe
RECEIVED ABEND=04E
FOR REASON=00D3003B
DSNL028I -PRDA GA79647C.C009.0 1FA42152919=180 103
ACCESSING DATA FOR
LOCATION 2.121.130.124
IPADDR 2.121.130.124

I haven't been able to find anything by searching IBM.

Does anyone have any idea what's causing this?

Thank you in advance,
Serenity
I have not got all the z/os manuals but i think that this may be idle thread
timeout. Is your connection idle for significant periods of time?

Colin
Mar 12 '08 #3
Colin Booth wrote:
N6****@gmail.co m wrote:
>I'm trying to call a z/OS stored procedure from Win UDB and am getting
a SQLCODE: -444, SQLSTATE: 42724.
On the the z/OS system log, I see -
DSNL027I -PRDA SERVER DISTRIBUTED AGENT WITH 102
LUWID=GA79647C. C009.01FA421529 19=180
THREAD-INFO=PCTEST:MYP C:PCTEST:javaw. exe
RECEIVED ABEND=04E
FOR REASON=00D3003B
DSNL028I -PRDA GA79647C.C009.0 1FA42152919=180 103
ACCESSING DATA FOR
LOCATION 2.121.130.124
IPADDR 2.121.130.124

I haven't been able to find anything by searching IBM.

Does anyone have any idea what's causing this?

Thank you in advance,
Serenity

I have not got all the z/os manuals but i think that this may be idle
thread timeout. Is your connection idle for significant periods of time?
The reason code is available at Lookat, and it is indeed a timeout:

http://publibz.boulder.ibm.com/cgi-b...CJ12/SPTD3003B

--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Mar 12 '08 #4

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

Similar topics

4
10660
by: randy.p.ho | last post by:
Using JDBC, is there a way to call a stored procedure with multiple return values? Thanks.
1
6185
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 the return result? The reason... Our java middleware was written against Oracle (where we use stored procedures extensively) and is now being ported to Postgres. I would prefer not to have to rewrite all the java code replacing stored...
1
3766
by: Gerald Khin | last post by:
Calling a RUNSTATS statement through JDBC fails due to a syntax error. I guess that this is because RUNSTATS is no SQL. JNI is not an option for me. I wonder if there is some package or stored procedure (like the DBMS_STATS package in Oracle) that I could use to compute statistics? Gerald
2
1851
by: Tom Davies | last post by:
Can anyone tell me how to find out what causes this error -- the message is not very revealing! I'm using DB2 8.1 fixpak 5 on Windows XP, using the Sun JDK 1.4.2. Thanks, Tom com.ibm.db2.jcc.b.SQLException: 5 at com.ibm.db2.jcc.b.ce.e(ce.java:1093)
2
9217
by: Kent Lewandowski | last post by:
hi all, Recently I wrote some stored procedures using java jdbc code (admittedly my first stab) and then tried to implement the same within java packages (for code reuse). I encountered problems doing this. I wanted to implemented a generic "Helper" class like this: /** * Helper
0
1451
by: usenet | last post by:
Hi. I have a DB2 stored procedure that I call using JDBC. Now I'm trying to batch the call. This is done by the book: stmt = connection.prepareCall(" ... "); stmt.setString(1, "foo"); stmt.addBatch();
3
8465
by: info | last post by:
Hi, how could I do an export of tables via Java / JDBC. There are very big tables. I thought about: EXPORT TO c:\aa.ixf OF ixf SELECT * FROM TEST1 How could I call this from JDBC / Java? Any other ideas?
5
3514
by: Kenevel | last post by:
Hi there, Is it possible to use inline SQL PL over JDBC? If so, which statement type is required and what syntax does the inline SQL PL take? A CallableStatement, for example, need to be enclosed within curly braces: eg: {CALL some_procedure()} Cheers
7
4185
by: Otto Carl Marte | last post by:
Hi, When using a CallableStatement with the IBM DB2 Universal JDBC Driver the executeUpdate and getUpdateCount() methods on CallableStatement always return -1. According to the JDBC specification it should return the number of rows affected by the stored procedure and 0 if no rows are affected (and it does this for all other database's jdbc drivers). I opened a PMR with IBM and received the following explanation. IBM claims that...
0
8272
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8205
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,...
1
8370
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8514
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
7206
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
6126
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
5579
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4094
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...
1
2632
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 we have to send another system

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.