Kbase P188474: Unable to execute pro or open a client session on Unix using a specific user
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/27/2011 |
|
Status: Unverified
SYMPTOM(s):
Unable to execute pro or open a client session on Unix using a specific user
sh: mpro: execute permission denied
exec(2): could not load a.out
All files under DLC have permission -rwxr-x---
Installation made using root but using umask 027
FACT(s) (Environment):
Works fine logged in as root
A complete install has been performed
HP-UX 11.11
OpenEdge 10.x
CAUSE:
Users do not have enought permission to execute
FIX:
Use chmod and set permission 775 to the following files:
dld.sl
libpthread.1
libm.2
libcl.2
librt.2
libc.2
libdl.1
e.g: chmod 775 dld.sl