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 Deadlock error messages in the db2diag.log

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-28-07, 11:06
kschlap kschlap is offline
Registered User
 
Join Date: Nov 2007
Posts: 1
DB2 Deadlock error messages in the db2diag.log

For the last week, we've been seeing the message below (over 1,000 times) in the db2diag.log. Can someone please shed some light on what this error message means? We're concerned because we are getting deadlock error messages in the Psft application:

2007-11-28-09.39.23.964620-360 I13230487C334 LEVEL: Warning
PID : 569684 TID : 1 PROC : db2event (DB2DETAILDEADLOCK) 0
INSTANCE: <instance> NODE : 000
FUNCTION: DB2 UDB, database monitor, sqm___sqlmeiot, probe:70
MESSAGE : target type 0 failed to open DB2DETAILDEADLOCK with rc -2146631637

Thanks
Reply With Quote
  #2 (permalink)  
Old 11-28-07, 15:44
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Probably the event monitor file has reached its maximum size, and the database manager fails to activate the monitor.
Reply With Quote
  #3 (permalink)  
Old 11-30-07, 04:43
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
I wouldn't even say "probably". The details for the reason code say this:
Quote:
$ db2diag -rc -2146631637

Input ZRC string '-2146631637' parsed as 0x800D002B (-2146631637).

ZRC value to map: 0x800D002B (-2146631637)
V7 Equivalent ZRC value: 0xFFFF8E2B (-29141)

ZRC class :
SQL Error, User Error,... (Class Index: 0)
Component:
SQLM ; database monitor (Component Index: 13)
Reason Code:
43 (0x002B)

Identifer:
SQLM_RC_EVFULL
Identifer (without component):
SQLZ_RC_EVFULL

Description:
monitor full of data

Associated information:
Sqlcode -1617
SQL1617N The specified event monitor has already reached its MAXFILES and
MAXFILESIZE limit.

Number of sqlca tokens : 0
Diaglog message number: 8052
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
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