Skip to main content
just a quick background, I am running a Workspace runner to run a feature reader to lookup points on area and it create huge amount of "FME_OBJC_MultiWriter_14467677819_2724_1" type of files.

 

 

If I delete something on the Temporary files manually just to save space during running time.

 

and it does not pop up any error on the translation log.

 

can I trust that the data that I have would be correct?

 

 

by right, if FME would be able to identify missing files it created on the temporary folder. thus the theory that it would be safe?

 

 

any thoughts guys? thanks in advance!
Hi

 

 

I'm not sure I think it's a good idea to manually delete temporary files during translation. At least I would be very careful about checking all the logs for warnings etc.

 

 

There is also this option, which should be safe:

 

 

 

 

David
I'm with @david_r you need to be very careful with this during runtime. In fact, I'd stay away from the temp files while the process is running.

 

 

If space is an issue, you can also consider putting the FME temp files on a different drive (a fast one with enough free space obviously). There's a good article on how to do that here: https://knowledge.safe.com/articles/176/fme-temp-environment-variable.html
I'm with the other two as well. In the past I have deleted files during translation (accidentally!) and the translation went all pear shaped.

 

It's safe to delete files *after* translation - sometimes FME fails to clean up after itself. But during translation can easily lead to things going very wrong.

 

 


Reply