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 error code -4499

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-01-10, 00:50
SUSHMA50 SUSHMA50 is offline
Registered User
 
Join Date: Dec 2009
Posts: 10
Db2 error code -4499

Hi,
I am currently working on DB2 9.7 database which is installed on the Linux OS. I tried to run a query on the database using JDBC and I am getting the following error

com.ibm.db2.jcc.b.gm: [jcc][t4][2030][11211][3.50.152] A communication error occurred during operations on the connection's underlying socket, socket input stream,
or socket output stream. Error location: T4Agent.sendRequest(). Message: Broken pipe. ERRORCODE=-4499, SQLSTATE=08001



Can someone tell me what can be the issue. Can the possible cause be network

Thanks
Siddharth Shah
Reply With Quote
  #2 (permalink)  
Old 04-01-10, 08:27
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
For SQLSTATE 080001:

Code:
SQLSTATE Value 	Meaning
08001 	The connection was unable to be established to the application server or other server.
08002 	The connection already exists.
08003 	The connection does not exist.
08004 	The application server rejected establishment of the connection.
08007 	Transaction resolution unknown.
08502 	The CONNECT statement issued by an application process running with a SYNCPOINT of TWOPHASE has failed, because no transaction manager is available.
08504 	An error was encountered while processing the specified path rename configuration file.
08505 	Initialization of the continuous availability environment failed.
08506 	A connection failed but has been re-established.
08507 	A connection to the server failed to be re-established because of mismatched release levels.
08508 	The remote host was not found.
Something is up with your connection. What statement did you execute when you got the error?

Andy
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