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 > SQL 30081N TCPIP commnication error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-11-10, 08:16
tpsathish tpsathish is offline
Registered User
 
Join Date: Sep 2009
Posts: 2
SQL 30081N TCPIP commnication error

Hi,

We are facing TCPIP Communication error in DB2 Express C,

Issue:

There are 2 sites which we connecting with Public IP
Site A: server
Site B: Client

we are facing the below mentioned error

Standard connection failed.
SQL30081N A communication error has been detected. Communication protocol
being used: "TCP/IP". Communication API being used: "SOCKETS". Location
where the error was detected: "xxx.xxx.xxx.xxx". Communication function
detecting the error: "connect". Protocol specific error code(s): "10060", "*",
"*". SQLSTATE=08001

CLI connection failed.
SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "xxx.xxx.xxx.xxx". Communication function detecting the error: "connect". Protocol specific error code(s): "10060", "*", "*". SQLSTATE=08001


ODBC connection failed.
[IBM][CLI Driver] SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "xxx.xxx.xxx.xxx". Communication function detecting the error: "connect". Protocol specific error code(s): "10060", "*", "*". SQLSTATE=0800

Kindly help me how to solve this.
Reply With Quote
  #2 (permalink)  
Old 01-11-10, 14:55
schintala schintala is offline
Registered User
 
Join Date: Apr 2005
Location: USA
Posts: 119
It could be a firewall issue. Make sure the ping the IP and see how it goes.
Reply With Quote
  #3 (permalink)  
Old 01-12-10, 02:48
sawangupta sawangupta is offline
Registered User
 
Join Date: Nov 2009
Location: Bangalore
Posts: 25
Is the SVCENAME and DB2COMM set at the server ?

db2 update dbm cfg using SVCENAME <service/port number>
db2set DB2COMM=TCPIP
db2stop
db2start

Regards,
Sawan Gupta
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