I’m having an FME workspace that has a custom transformer that is set to parallel running.
when running the workspace from FME form there is no issue, everything runs smoothly.
If I want to schedule this workspace (due to lack of FME flow) using Windows task scheduler the workspace terminates because none of the cild processes run succesfully.
They all crash with the message ‘Access is denied’. This is the commandline for a child process:

When not running in parallel, there is no issue.
anyone an idea what can cause this issue? it’s really fustrating on how to solve this?