db2 連線報錯connect。 ERRORCODE=-4499, SQLSTATE=08001

longan_plot發表於2013-08-15
在使用data studio連線遠端DB2資料庫時報錯如下:
[jcc][Thread:main][SQLException@5b775b77] java.sql.SQLException
[jcc][Thread:main][SQLException@5b775b77] SQL state  = 08001
[jcc][Thread:main][SQLException@5b775b77] Error code = -4499
[jcc][Thread:main][SQLException@5b775b77] Message    = [jcc][t4][2043][11550][4.13.111] 異常 java.net.ConnectException:開啟埠 50,000 上伺服器 192.168.1.107/192.168.1.107 的套接字時出錯,訊息為:Connection timed out: connect。 ERRORCODE=-4499, SQLSTATE=08001
[jcc][Thread:main][SQLException@5b775b77] Stack trace follows
com.ibm.db2.jcc.am.DisconnectNonTransientConnectionException: [jcc][t4][2043][11550][4.13.111] 異常 java.net.ConnectException:開啟埠 50,000 上伺服器 192.168.1.107/192.168.1.107 的套接字時出錯,訊息為:Connection timed out: connect。 ERRORCODE=-4499, SQLSTATE=08001
com.ibm.db2.jcc.am.id.a(id.java:320)

Cause:
Error 1: DB2 return code is -4499
Four  problems might be the cause of this error.
1、 Firewall is not stopped
2、DB2 is stopped.
3、The wrong DB2 database listening port number is specified.
4、The wrong database name is specified.

solution:
1、Check whether firewall is stopped.
chkconfig iptables off  永久性關閉
service iptables stop  重啟主機後失效
2、Check whether DB2 is started.
db2 list db directory
3、Check the DB2 listening port
db2 get dbm cfg |grep SVCENAME,檢視TCP/IP服務名稱和/etc/services中定義的db2服務名稱是否匹配
4、Check the DB2COMM
db2set -all 檢查DB2COMM是否是TCPIP

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/27015256/viewspace-768610/,如需轉載,請註明出處,否則將追究法律責任。

相關文章