All
I installed the db2 8.1 & FP11 on windows 2003 professional server. But I get the following error when connect the database on 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: "10.1.2.8". Communication function detecting the error: "connect". Protocol specific error code(s): "10061", "*", "*". SQLSTATE=08001"
the database can be connected on server locally.
db2 server's configuration as follow:
DB2SET DB2COMM=TCPIP
DBM cfg

VCENAME=50000
run OS command "netstat -a" .There isn't TCPIP port 50000 in listening state on server.
and there isn't restriction on connection.
I can discover the database on server using configuration assistant.
Why??

.