Kbase P16781: Warning [MERANT][ODBC PROGRESS driver][PROGRESS]Error in Network Daemon with wrong host name
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  06/11/2004 |
|
Status: Verified
SYMPTOM(s):
ODBC test connect to database fails with error:
Warning [MERANT][ODBC PROGRESS driver][PROGRESS]Error in Network Daemon
No errors in the database log file
CAUSE:
The "Error in Network Daemon" is the result of a networking problem. One of the networking parameters being passed in the test connect is different then the ones the database is being started with.
FIX:
1. Determine the -H parameter and -S parameters that the database was started with. This can be determined from the database.lg file or the database startup parameters. If using the database log file take the parameters from the end of the log file as the database log file is appended to each time the database is started.
2. Change the Host name and port number on the client DSN to match the number in the database.lg file.
When a the connection is successful the message "Connection Established" is displayed.