Kbase P130433: Proutil holder returning different value when executed via shell and via cron
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/8/2009 |
|
Status: Verified
SYMPTOM(s):
Proutil holder returning different value when executed via shell and via cron
Via shell it returns 16
Via cron it returns 127
FACT(s) (Environment):
UNIX
Progress/OpenEdge Versions
CAUSE:
Missing set PATH environment variable
FIX:
Set enviroment variable PATH by executing the following:
PATH=$PATH:$DLC:$DLC/bin; export PATH