Hi,
Im using the Config assistant to connect a client to a remote server, when finished i get the error below, any ideas?
I have run the 'CATALOG' cmds on the client e.g.
db2 catalog tcpip node db2 remote 9.162.141.153 server 22
db2 catalog database DBNAME as DBNAME at node db2
db2 CATALOG DCS DATABASE DBNAME
and can see the port is listening in netstat -a | more e.g.
tcp 0 0 *:xcmccarth *:* LISTEN
I haven't configured anything on the server side as dont have permissions, do I need to? but in the /etc/services file i can see the remote connection port is 446 which is the same as i config on the client,
Error:
SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "9.162.141.153". Communication function detecting the error: "connect". Protocol specific error code(s): "10061", "*", "*". SQLSTATE=08001
Thanks