Kbase P3587: Permissions issue when administering after-imaging.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/11/2006 |
|
Status: Unverified
FACT(s) (Environment):
IBM AIX 4.3.3
Progress 8.3D
SYMPTOM(s):
Permissions issue when administering after-imaging.
Scripts using _rfutil not running when database is up.
Scripts using _rfutil do run correctly when database is not up.
During database startup, getting error 1295 on the .lic file and 4029 on the .lg file.
Unable to open <file-name>, errno = <error code>. (1295)
Unable to open <file-name>, errno = 13. (1295)
Error opening file <file-name>, errno = <errno>. (4029)
Error opening file <file-name>, errno = 13. (4029)
CAUSE:
On UNIX errno = 13 indicates:
#define EACCES 13 Permission denied
Running ls -l $DLC and $DLC/bin showed that the Progress executables weren't owned by root.
FIX:
Ensure that the Progress executables have the correct permissions and that they are owned by root.