If the file c:\temp\file_0.txt file does not exist, the above error message is displayed.the append function only works if the file already exists. The expected behavior is that :WRITE_PROCESS will create the file if needed.
Cause
Cause type: Defect Root Cause: A new file should be created if it doesn't exist and a write_process function should be used with the parameter APPEND.
Environment
OS Version: N/A
Resolution
Update to a fix version listed below or a newer version if available.
With this fix, a new file is created if it doesn't exist and the :WRITE_PROCESS function is used with the parameter APPEND.
Fix Status: Released
Fix Version(s): Automation Engine 12.1.0 - Available Automation Engine 12.0.2 - Available
Additional Information
Workaround : Check to ensure the file listed in the :PREP_PROCESS_FILENAME exists, and if it does not, create it before calling :WRITE_PROCESS script function.