Kbase P131057: Error in Network Daemon with sqlexp
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  04/09/2008 |
|
Status: Verified
SYMPTOM(s):
Error: [JDBC Progress Driver]:[20101]Error in Network Daemon. (8933)
Using Progress' SQL-92 JDBC driver
Using sqlexp -url jdbc:jdbcprogress:T:<host>:<service|port>:dbname
Using sqlexp -url jdbc:jdbcprogress:T:localhost:2000:dbname
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.1x
OpenEdge 10.0x
CAUSE:
The progress database server hasn't been started using -S parameter
FIX:
Either: Added the parameters "-N TCP" and "-S <Service-name>" to the proserve parameter file, then added the service "<service-name> <port-number>/tcp" to /etc/services Or: Added the parameters "-N TCP" and "-S <port-number>" to the proserve parameter file and then restarted the DB.