Hi,
I am new to DB2, i want to catalog DB2 databases in Control Center(Windows) but databases exist in AIX server
I catalog the database by following commands in CLP (windows)
=>catalog tcpip node <node name> remote <server name> server <port no>
=>catalog database <db name> at node <node name>
i am getting the error while try to connect database in Control Center
SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "". Communication function detecting the error: "gethostbyname" . Protocol specific error code(s): "*", "11004", "*". SQLSTATE=08001
How can i solve this problem
I am new to DB2, i want to catalog DB2 databases in Control Center(Windows) but databases exist in AIX server
I catalog the database by following commands in CLP (windows)
=>catalog tcpip node <node name> remote <server name> server <port no>
=>catalog database <db name> at node <node name>
i am getting the error while try to connect database in Control Center
SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "". Communication function detecting the error: "gethostbyname" . Protocol specific error code(s): "*", "11004", "*". SQLSTATE=08001
How can i solve this problem
Comment