Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DB2 Client Library for Redhat ES 3 - multithreaded by default ?

Status
Not open for further replies.

colmmagoo

Programmer
Aug 19, 2004
6
US
Hi,

I have an application that connects to DB2 8.1 server on Redhat Linux ES 3; it uses the DB2 8.1 CLI to talk to the DB2 server. This application serves as an intermediary (middleware) for client apps that connect to it via odbc.
When a client app exits, my application stops the thread that has been servicing the client. (I'm using the ACE framework). At that point, I see the following error message in db2diag.log:

2004-09-09-18.34.23.415575 Instance:db2inst1 Node:000
PID:2994(db2agent (NAVYA)) TID:3021703520 Appid:*LOCAL.db2inst1.064700013347DRDA Communication Manager sqljcReceive Probe:30 Database:NAVYA

CCI Error:
0xBFFF64E0 : 0x00000047 G...

2004-09-09-18.34.23.431372 Instance:db2inst1 Node:000
PID:2994(db2agent (NAVYA)) TID:3021703520 Appid:*LOCAL.db2inst1.064700013347DRDA Communication Manager sqljcReceive Probe:30 Database:NAVYA

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

2004-09-09-18.34.23.454892 Instance:db2inst1 Node:000
PID:2994(db2agent (idle)) TID:3021703520 Appid:*LOCAL.db2inst1.064700013347
data protection sqlpterm Probe:3200

Database shutdown with next LSN of 000000000426800C.

Subsequent client connections to my application can no longer access db2.

I am wondering if this may have to do with the multithreadedness (or lack thereof) of the FB2 8.1 CLI for Linux ?

Does this kind of error look familiar to anyone ?

Thanks for any advice,
Colm.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top