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 > Which application from where ?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-23-09, 11:47
DBFinder DBFinder is offline
Registered User
 
Join Date: Sep 2008
Location: Toronto,Canada
Posts: 606
Which application from where ?

Hi all

As we have located some error in DB2DIAG.LOG,
How can I tell which application on which workstation is causing this error.

This is important cause DEV team need to locate the source of error.

I searched through app snapshots but did not find anything using appID and PID/TID.

Code:
2009-03-23-10.55.26.840000   Instance:DB2   Node:000
PID:1808(db2syscs.exe)   TID:1776   Appid:GA4603F1.HC0E.023243150035
base sys utilities  sqleattach_agent Probe:60   Database:TRIUMPH

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

Server DB2 v 8.1.5 on Win 2000

Thanks
DBFinder
Reply With Quote
  #2 (permalink)  
Old 03-23-09, 12:30
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
GA4603F1 is the ip address of the application client. But it is in hex, so you need to convert to decimal.
So it is GA.46.03.F1 and then convert each level to Decimal.

Also, G=0 H=1, I= 2, etc (don't ask).
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #3 (permalink)  
Old 03-23-09, 13:53
DBFinder DBFinder is offline
Registered User
 
Join Date: Sep 2008
Location: Toronto,Canada
Posts: 606
Thanks,

This resolved my problem.

I came to conclusion that all the errors were caused by one workstation.

All others are OK.

Thanks Again
DBFinder
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