.net cannot connect to DB2 DataBase

ERROR [08001] [IBM] SQL30081N A communication error was detected. The communication protocol is used: "TCP / IP". The communication API is used: "SOCKETS". The place where the error was detected: "10.66.180.30". Communication function that detects an error: "connect". Protocol specific error codes: "10061", "," ". SQLSTATE = 08001

+5
source share
2 answers

You need to download the driver directly from the IBM page;)

+3
source

There are a number of reasons for this error, is your db2 running? oyou configured node, the runtime client installed correctly ?, check out this link.

+1
source

All Articles