Product: IESX
Version: 10.0
Application: Administration
Search Type: Error
Topic:
Error setting execontext ies status fffffff27h /tmp/ies_script_ttyp1.csh; permission denied
Description:
SYMPTOM: error setting execontext ies status fffffff27h
/tmp/ies_script_ttyp1.csh; permission denied
Solution:
CAUSE: iesx_net.csh script was not removing tmp file.
WORKAROUND: Edit the script /exetree_XXX/mcp/iesx_net.csh.
XXX implies you would have to do it for each platform/exetree.
At the end of the iesx_net.csh script are these lines:
stty echo icanon
unset iesx_args
exit
Insert one line after the stty command, this line should read as;
\rm -f $IES_SCRIPT
The script should then be:
stty echo icanon
\rm -f $IES_SCRIPT
unset iesx_args
exit
OR
Open permissions on tmp directory and set users umask to 0 or 002.
RESOLUTION: This was fixed in 10.1. A similiar problem did exist
in the iesx.csh script but was fixed on 10.0.
Last Modified on: 16-NOV-98