[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
WebSphere to DB2 connection pooling
Hello all,
Trying to set up connection pooling
and getting this error when I Test Connection.
Test Connection failed for datasource ASSESS on server
server1 at node ssbc10 with the following exception: java.lang.Exception:
com.ibm.db2.jcc.c.DisconnectException: Execution failed due to a distribution
protocol error that caused deallocation of the conversation. A DRDA Data
Stream Syntax Error was detected. Reason: 0x2110. View
JVM logs for further details. null
Since I am testing, the DB2 and WebSphere
are on the same server. Any ideas on why the above error would be
thrown? I am suspecting it to be the JNDI name. For instance,
lets say the name of the database is BOB. The JNDI name I am using
is jdbc/BOB. I don't know what the format for this would be so that
is why I suspect it to be the culprit.
-Jason