Kbase 40400: Error in network daemon - Check for Firewall
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Solution ID: P10400
FACT(s) (Environment):
Progress 9.1x
SYMPTOM(s):
Unable to connect a database from a remote machine using SqlExplorer
[JDBC Progress Driver]:Error in Network Daemon. (8933)
CAUSE:
Ports are blocked by a Firewall.
FIX:
Find out if there is a Firewall between the client machine and the database server.
If so, check that the database port (used by -S parameter) and the range port used on -minport and -maxport are opened.
For the Database port, use netstat to check if the port status is "LISTEN"
If the database was served on port 2502:
$ netstat -na | grep 2502
tcp 0 0 *.2502 *.* LISTEN