Salesforce

TMPDIR environment variable disappears when using the pro command.

« Go Back

Information

 
TitleTMPDIR environment variable disappears when using the pro command.
URL NameP71053
Article Number000189509
EnvironmentLinux Intel
Progress 9.x
OpenEdge 10.x
Question/Problem Description
TMPDIR environment variable disappears when using the pro command.
Running progress after setting the TMPDIR environment variable, the statement:

DISPLAY OS-GETENV("TMPDIR").

displays the unknown value '?'
If I shell out to linux without from the Procedure Editor and executing:

echo $TMPDIR

displays nothing!
Exiting the Progress Session and executing:

echo $TMPDIR

from the command prompt displays the correct value.
Same behavior observed using several flavors of Linux.
Steps to Reproduce
Clarifying Information
Error Message
Defect NumberOE00101832
Enhancement Number
Cause
Resolution
A workaround is not to run the _progres executable owned by root and to copy it to another directory as yourself making the _progres executable not owned by root anymore, then the TMPDIR value will be preserved.
Workaround
Notes
Keyword Phrase
Last Modified Date9/13/2015 6:01 AM

Powered by