If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2 Crash with ZRC error code

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-09-04, 15:26
dogboy11 dogboy11 is offline
Registered User
 
Join Date: Feb 2004
Posts: 26
DB2 Crash with ZRC error code

I am running DB2 8.1 FP 5 on AIX. I have three machines in a HACMP configuration. We had to switch from our 'A' machine to our 'B' machine as primary. My DB2 instance crashed today on my 'B' system. I looked at the diag log and this message kept popping up again and again......

Unexpected system error 0x24 has occurred.
This has been mapped to ZRC 0x83000024.

I can't find 0x83000024 in my DB2 internals document. Any ideas? Thanks

DB
__________________
Dogboy
Reply With Quote
  #2 (permalink)  
Old 11-09-04, 16:17
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
0x24 (decimal 36) probably refers to the operating system error code, which can be found in /usr/include/errno.h:
Code:
#define EIDRM   36      /* Identifier removed                   */
Probably refers to a missing message queue or semaphore...
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On