Skip to main content
Solved

If I delete something on the Temporary file

  • November 5, 2015
  • 3 replies
  • 27 views

Forum|alt.badge.img
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!

Best answer by redgeographics

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
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

david_r
Celebrity
  • November 6, 2015
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

redgeographics
Celebrity
Forum|alt.badge.img+62
  • Celebrity
  • Best Answer
  • November 6, 2015
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

Forum|alt.badge.img
  • November 6, 2015
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.