473,657 Members | 3,021 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DIA0001E An internal error occurred. Report the following error code : "ZRC=0x8136001C ".

Hoping someone can help here..
Our application (C#.Net) was receiving IBM.Data.DB2.DB 2Exceptions
ERROR [57011] [IBM][CLI Driver][DB2] SQL0904N Unsuccessful execution
caused by an unavailable resource. Reason code: '', type of resource:
'', and resource name: ''. SQLSTATE=57011 .

When looking in db2diag.log, we found the following that seemed to
correspond to each exception:

2005-05-03-08.58.57.470000 Instance:DB2 Node:000
PID:1948(db2sys cs.exe) TID:121328 Appid:*LOCAL.DB 2.00EE43155822
base sys utilities sqlePeekRequest Probe:20

Errno =
0x026ACF60 : 0x00000000 ....

2005-05-03-08.58.57.470001 Instance:DB2 Node:000
PID:1948(db2sys cs.exe) TID:121328 Appid:none
DRDA Communication Manager sqljcSend Probe:10

CCI Error:
0x026AD4F0 : 0x00000037 7...

2005-05-03-08.58.57.470002 Instance:DB2 Node:000
PID:1948(db2sys cs.exe) TID:121328 Appid:none
DRDA Communication Manager sqljcSend Probe:10

DIA0001E An internal error occurred. Report the following error code :
"ZRC=0x8136001C ".

Here are db2level results:
D:\MW\IBM\SQLLI B\BIN>db2level
DB21085I Instance "DB2" uses "32" bits and DB2 code release "SQL08013"
with
level identifier "02040106".
Informational tokens are "DB2 v8.1.3.132", "s030728", "WR21324", and
FixPak
"3".
Product is installed at "D:\MW\IBM\SQLL IB".
We found out that the Work Load Manager was quiesed. ONce we resumed
it, our DB2 calls worked fine. Here is the main issue now. In other
servers, under this scenario, our application would not receive a
generic exception with 904N, but rather a more deatiled explanatino
that the WLM is quiesced or SP is stopped. I am thinking tha the
ZRC=0x8136001C" is really a problem within DB2 connect on this server -
that it can't pass back the real SQL codes & reason so it throws this
error and just gives the generic 904N exception....

We are running on Windows 2000 Advanced Server Service Pack 4.

Questions are:
1) What is 'DIA0001E An internal error occurred. Report the following
error code :
"ZRC=0x8136001C ".'?

2) Does it prevent us from getting more spefic exception that we would
expect when WLM is quiesced?

3) What can fix?

Much thanks
Tim
Verizon

Nov 12 '05 #1
1 7728
timVerizon wrote:
Hoping someone can help here..
Our application (C#.Net) was receiving IBM.Data.DB2.DB 2Exceptions
ERROR [57011] [IBM][CLI Driver][DB2] SQL0904N Unsuccessful execution
caused by an unavailable resource. Reason code: '', type of resource:
'', and resource name: ''. SQLSTATE=57011 .

When looking in db2diag.log, we found the following that seemed to
correspond to each exception:

2005-05-03-08.58.57.470000 Instance:DB2 Node:000
PID:1948(db2sys cs.exe) TID:121328 Appid:*LOCAL.DB 2.00EE43155822
base sys utilities sqlePeekRequest Probe:20

Errno =
0x026ACF60 : 0x00000000 ....

2005-05-03-08.58.57.470001 Instance:DB2 Node:000
PID:1948(db2sys cs.exe) TID:121328 Appid:none
DRDA Communication Manager sqljcSend Probe:10

CCI Error:
0x026AD4F0 : 0x00000037 7...

2005-05-03-08.58.57.470002 Instance:DB2 Node:000
PID:1948(db2sys cs.exe) TID:121328 Appid:none
DRDA Communication Manager sqljcSend Probe:10

DIA0001E An internal error occurred. Report the following error code :
"ZRC=0x8136001C ".

Here are db2level results:
D:\MW\IBM\SQLLI B\BIN>db2level
DB21085I Instance "DB2" uses "32" bits and DB2 code release "SQL08013"
with
level identifier "02040106".
Informational tokens are "DB2 v8.1.3.132", "s030728", "WR21324", and
FixPak
"3".
Product is installed at "D:\MW\IBM\SQLL IB".
We found out that the Work Load Manager was quiesed. ONce we resumed
it, our DB2 calls worked fine. Here is the main issue now. In other
servers, under this scenario, our application would not receive a
generic exception with 904N, but rather a more deatiled explanatino
that the WLM is quiesced or SP is stopped. I am thinking tha the
ZRC=0x8136001C" is really a problem within DB2 connect on this server -
that it can't pass back the real SQL codes & reason so it throws this
error and just gives the generic 904N exception....

We are running on Windows 2000 Advanced Server Service Pack 4.

Questions are:
1) What is 'DIA0001E An internal error occurred. Report the following
error code :
"ZRC=0x8136001C ".'? That maps to a -902 rc = 28

SQL0902C A system error (reason code = "<reason-code>")
occurred. Subsequent SQL statements cannot be
processed.

Explanation:

A system error occurred.

User Response:

Record the message number (SQLCODE) and reason code in the
message.

If trace was active, invoke the Independent Trace Facility at
the operating system command prompt. Then contact your technical
service representative with the following information:

o Problem description

o SQLCODE and embedded reason code

o SQLCA contents if possible

o Trace file if possible.

Federated system users: isolate the problem to the data source
failing the request (refer to the problem determination guide to
determine which data source is failing to process the SQL
statement) and take the necessary diagnostic steps for that data
source. The problem determination procedures for data sources
vary, so refer to the applicable data source manuals.

sqlcode : -902

sqlstate : 58005

2) Does it prevent us from getting more spefic exception that we would
expect when WLM is quiesced?

3) What can fix?

I would increase the diaglevel and see if there is more information.
Beyond that db2trc, ... support

--
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Nov 12 '05 #2

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

Similar topics

13
4794
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, $statement); Result: PHP Warning: odbc_exec(): SQL error: CLI0119E Unexpected system failure.
0
8820
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
8601
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
7314
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
6162
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
5630
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
4150
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
2726
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
2
1937
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1601
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.