Anyone have a good solution for automatically purging this folder? The solutions on FMEpedia seem to be manual processes geared to Workbench on a desktop...
Anyone have a good solution for automatically purging this folder? The solutions on FMEpedia seem to be manual processes geared to Workbench on a desktop...
I'd personally just create a batch script that browses that directory and deletes things over a specific date and then schedule the batch script.
You could do it programmatically in Python, .NET, Java, etc as well.
Thus depends on what your preference is.
I'm not sure if it's the same issue, but I just saw an update to 2013-SP2 that might solve this. The problem was that FME wasn't deleting temporary files created during publishing a workspace from Workbench. It was essentially a permissions thing and this is now fixed.
Build 13472:
Fixed cleanup of temporary files stored during publication from Workbench (PR#44767)
That might be a different issue - you say your's are created during a translation - but it sure wouldn't help. In our case we found a temp folder on the FME store had - like you - 40gb of unnecessary files.
Hope this is of use.
Mark
Mark Ireland
Product Evangelist
Safe Software Inc.
This issue still seems to be occurring in 2018. Will be reporting it.