KB Article #176550

CFTS08E Error code 00000002 _ Executing temporary file

 

Problem

--CFTS08E Error code 00000002 _ Executing temporary file

Resolution

This message could appear if the parameter umask is not set.

" Umask information

The various Synchrony processes create files during the runtime execution of the Synchrony platform.

To ensure that these files are properly used by all the Synchrony processes, you must make sure that the Synchrony user has all the rights on the created files. Use the command,

umask -S u=rwx .

Depending on your information system architecture and whether or not you need to share files with products other than Synchrony, you can grant rights on these files to users from group or others. For this option use the command, umask -S go=rx ."


[Example] umask = 022