DB2 Error during JTS/Setup
Hi I have installed DB2 10.5 and CLM 6.0.2 osn the same Linux machine and getting the following error in jts.log file during creation of database in jts/setup.
Caused by: com.ibm.db2.jcc.am.DisconnectNonTransientConnectionException: [jcc][t4][2030][11211][4.17.28] A communication error occurred during operations on the connection's underlying socket, socket input stream,
Please let me know.
Regards
Niranjan V
|
2 answers
Hi Niranjan,
are you able to connect to DB2 using a remote client via TCPIP? If not, you may want to check out this technote: https://www-304.ibm.com/support/docview.wss?uid=swg21403644 Regards, Anthony. Comments
V Niranjan
commented Sep 12 '16, 12:56 p.m.
Hi Anthony
Anthony Corrente
commented Sep 20 '16, 1:39 a.m.
Hi Niranjan,
|
Hi Niranjan,
Thank you for your reply. What does your current setup look like on the DB2 side? What does your configuration look like on the JTS side? You're using JCC type 4 driver, you'll need to ensure that DB2 listening an a port (by default it's 50000) If it's listening on 50000, then the information you need to give the JCC driver is typically: hostname: This would be the host name or ip address of your DB2 server port: This is the port that DB2 is listening on. eg: 50000 is usually the default. database name: This is the name of the database to connect to. cf. : http://www-01.ibm.com/support/docview.wss?uid=swg21443723 Regards, Anthony. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.