Skip to main content

Hi,

 

my workspace runner sends off a job to a child process which grabs files from a file system and zip them together.

The files are being copied to a temp location such as E:\\Temp\\_auto_zip_dataset_1549542585771_21996 but they don't clean up after the child process is done with the zipping job and the zip file is written into a desired output location.

Could you please suggest how to make sure the temp location doesn't run out of space?

Thanks, Monika

Hi @honkovam,

For the temp location, is this set with the FME_TEMP environment variable? Or is this a temporary space you are writing the files directly to before zipping up the files?

Are you able to share both your workspaces (parent and child) with us?

- Andrea


Reply