Skip to main content

Hello,

I have a workbench, which when published to FME Server - is not updating the data, rather - I am getting the cached data. 

 

Is there any way that when I publish the workbench to FME server- can I use the option of “Rerun Entire Workspace” rather than “Run Workspace”.

 

Please find the below snapshot of the options in workbench :  

 

 

Also, want to mention that - when I did ran the workbench in FME Desktop - it updates the data only when I use the option “Rerun Entire Workspace”, but when I use the option “Run Workspace” - I am seeing the cached data.

 

Please let me know If I am missing anything.

FME Flow (Server) shouldn’t be caching any data. It will be reading in the source data as it sits at the time of running.

For Form (desktop) as you don’t have feature caching on (this would use cached features) and the behavior you’re experiencing in Flow, suggests your process is referencing a static/dev dataset and processing this each time instead of what you’re expecting it to.


Like @hkingsbury says, if your workspace is not updating the data when run on FME Server it’s not because of the caching, there’s something else going on. Check your job logs and see if you can find out what’s going on. 


Thank you both for the inputs, now - I am seeing the data is getting updated.


Reply