Kbase P136230: Error in network deamon when attempting ODBC connection to a database on UNIX by root from a Windows
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/10/2008 |
|
Status: Unverified
SYMPTOM(s):
Error in network deamon when attempting ODBC connection to a database on UNIX by root from a Windows PC.
Error in Network Daemon with no error number.
FACT(s) (Environment):
Database is on a remote drive
ODBC test connect fails.
No problems with host name resolution.
UNIX
Progress 9.x
OpenEdge 10.x
CAUSE:
Root does not have proper rights to the database files.
FIX:
Open permissions to database files
ie: chmod 777 *
or
connect with a user that has access rights to the database files as well as necessary SQL rights and permissions to sql schema.