Link to home
Start Free TrialLog in
Avatar of Prardhan N
Prardhan NFlag for India

asked on

Unable to connect to DB -- DB2 LUW 10.5

Hi All

I am facing the below Error message in my Application logs.

 Invalid operation: Connection is closed. ERRORCODE=-4470, SQLSTATE=08003

Can any one give inputs to solve this.

Does increasing LOGFILSZ help to solve this.


Application is not able to connect to DB.
Avatar of Kent Olsen
Kent Olsen
Flag of United States of America image

Hi sridhar,

Is there anything else in the error log?  (Check the system logs and db2diag.log)

In generic terms, the message you're seeing means "an error occurred so the connection is being closed".  We'll need to find out what the error is to know why the connection is closing.
Avatar of Prardhan N

ASKER

Hi Kent

There are no Error Messages in Diag Logs or notify logs.
Hi!

What about warnings ?
What db2 driver (version) are you using to connect to the database ?

Regards,
    Tomas Helgi
SOLUTION
Avatar of Kent Olsen
Kent Olsen
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
No, This Warning is not seen in Diag log and notify logs.
Thanks for your timely inputs.
What did the issue turn out to be?