I'm on DB2 v9. On our dev environment, a disk was removed from the LPAR during remapping and most of the databases were not connectable. Then I restored all the databases and then they were connectable.
Now Websphere is getting an error when trying to connect to the database: Here is the error we are receiving when trying to connect to a database:
09 Oct 2009 09:25:18,656 [SEVERE] - [JDBJ]
com.jdedwards.database.base.JDBException: [SQL_EXCEPTION_OCCURRED] An SQL exception occurred: [IBM][CLI Driver] SQ L30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API being used: "SOCKETS".
Location where the error was detected: "10.100.1.107". Communication function detecting the error:
"send". Protocol specific error code(s): "32", "*", "0". SQLSTATE=08001 . com.jdedwards.database.base.JDBException: [SQL_EXCEPTION_OCCURRED] An SQL exception occurred: [IBM][CLI Driver] SQL30081N A communication error has been detected. Co mmunication protocol being used: "TCP/IP". Communication API being
used: "SOCKETS". Location where the error was detected: "10.100.1.107".
Communication function dete
cting the error: "send". Protocol specific error code(s): "32", "*", "0". SQLSTATE=08001
I'm not sure what might be causing this problem. I can connect to each of the databases in the dev environment in db2 and control center.
Has anyone experienced this problem or have any suggestions or solutions?
Thank you.
CC