SQL Exception while connecting to DB2 UDB from a Java application
Hi,
I downloaded and installed the DB2 client and I am using the driver "COM.ibm.db2.jdbc.net.DB2Driver".
I use this to connect to a DB2 UDB server (running on AIX) from a Java application running on Solaris. I get the following error:
COM.ibm.db2.jdbc.DB2Exception: [IBM][JDBC Driver] CLI0616E Error opening socket. SQLSTATE=08S01
I have tried a lot of things and can't figure out what's going on. Can anyone help me figure out what is wrong with this ?
Thanks
Bala.

