i have made a federated server wherein i have cataloged a remote iseries database using port 456. Later I created a wrapper but when was creating a server it gave me an error: SQL1024N. A database connection does not exists. sqlstate08003. I tried establishing a connection to the same database it ended with an 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: "192.168.100.60 ". Communication function detecting the error: "connect". Protocol specific error code(s): "79", "*", "*". SQLSTATE=08001
I tried telnet but the connection was not established, netstat command also shows the request in the LISTEN mode, traceroute command was also successful. I can also successfully ping the remote server.
SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "192.168.100.60 ". Communication function detecting the error: "connect". Protocol specific error code(s): "79", "*", "*". SQLSTATE=08001
I tried telnet but the connection was not established, netstat command also shows the request in the LISTEN mode, traceroute command was also successful. I can also successfully ping the remote server.
Comment