KB Article #179785

CFTS08E Error code SFM_SUB : invalid file name OR other error _ Executing temporary file

Problem

Random error


CFTS08E Error code SFM_SUB : invalid file name OR other error _ Executing temporary file


Heavy transfer load



Resolution


System resources prevent CFT from creating a process to execute an EOT script and it cannot be managed on CFT v3.1.3



To help on this issue, the process throttling has been implemented from version 3.2.4. (see uconf cft.server.max_processing_scripts)


It allows CFT to get control on the max number of simultaneous EOT procedure execution.



In version 3.1.3 (and below), the only options are:

  • Increase system resource limits (like max user processes)
  • Avoid peaks in the number of simultaneous transfers
  • Optimize script so that their execution take less time to execute than the transfer
  • Ensure all CFTUTIL END commands from scripts are done using the &IDTU and not the &IDT that takes a lot longer to retrieve the transfer from the CFT catalog.