SQL30081N error while connecting to a DB2 ver. 7.2 Database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • toffees
    New Member
    • Aug 2008
    • 1

    SQL30081N error while connecting to a DB2 ver. 7.2 Database

    Hi,

    I am having some problems getting an application server to connect to the database server. Both servers run on Windows 2000 Server. DB2 version 7.2 is running on the database server. I am able to connect and query the database from the application server using a db2 command window. The error that is occuring is shown below.

    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: "recv". Protocol specific error code(s): "10055", "*", "*". SQLSTATE=08001

    Can someone please assist urgently?

    It should be noted that the application server is a new server that was built to replace a failed server and is using the same machine name and IP address that the old server was using.
  • ganeshmn25
    New Member
    • Aug 2008
    • 28

    #2
    HI ,


    I had similar problems under OS/2 some years ago...

    Try "db2stop force" and "db2admin stop

    Then db2admin start and db2start

    and also make sure by giving command db2set

    Directory entry type = LOCAL
    Protocol = TCPIP
    Hostname = $myIP
    Service name = 50000



    Regards

    Padmanaban.N
    DB2 Associate

    Comment

    Working...