If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > TCP/IP error 111

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-07-05, 18:49
kkempter kkempter is offline
Registered User
 
Join Date: Mar 2005
Posts: 4
TCP/IP error 111

Any help / direction wit the following client error?


FUNCTION: DB2 UDB, common communication, sqlcctcpconnr, probe:110

MESSAGE : DIA3202C The TCP/IP call "connect" returned an errno="111".
Reply With Quote
  #2 (permalink)  
Old 11-08-05, 05:20
grahammartin grahammartin is offline
Registered User
 
Join Date: Apr 2005
Posts: 41
If this is a Linux Client, then errno 111 is:

The connection has been refused.
If you are trying to connect to the database, check that the database
manager and TCP/IP protocol support at the server have been started
successfully.

So, I would advise you check:

- DB2 is running on the Server (ie you can connect locally )
- DB2COMM=tcpip registry variable is set on the server
- You can telnet to the Server/Port from the Client (which is a good way to test the Port is open, and the Server is up, and the routing is ok).
- You have cataloged the Client with the correct details.

Graham Martin
http://www.ibm.com/software/data/db2/migration/
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On