Kbase P21391: When executing a UNIX script from within a Progress program,
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  18/03/2003 |
|
Status: Unverified
FACT(s) (Environment):
Sun Solaris SPARC
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
When executing a UNIX script from within a Progress program, the message received is "sort: cannot stat temporary directory -T /tmp: No such file or directory".
Service pack level of Progress is 05.
CAUSE:
Exporting shell variable TMPDIR, "TMPDIR=/tmp" within unix script.
FIX:
Delete export statement ";export TMPDIR" from the UNIX script.