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

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.DB2Exceptions
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(db2syscs.exe) TID:121328 Appid:*LOCAL.DB2.00EE43155822
base sys utilities sqlePeekRequest Probe:20

Errno =
0x026ACF60 : 0x00000000 ....

2005-05-03-08.58.57.470001 Instance:DB2 Node:000
PID:1948(db2syscs.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(db2syscs.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\SQLLIB\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\SQLLIB".
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 7699
timVerizon wrote:
Hoping someone can help here..
Our application (C#.Net) was receiving IBM.Data.DB2.DB2Exceptions
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(db2syscs.exe) TID:121328 Appid:*LOCAL.DB2.00EE43155822
base sys utilities sqlePeekRequest Probe:20

Errno =
0x026ACF60 : 0x00000000 ....

2005-05-03-08.58.57.470001 Instance:DB2 Node:000
PID:1948(db2syscs.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(db2syscs.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\SQLLIB\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\SQLLIB".
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
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,...
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: 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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...
0
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,...
0
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...

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.