Skip to main content
Question

Request for Inputs - Rerun Entire Workspace in FME Server

  • March 19, 2024
  • 3 replies
  • 68 views

spill002
Contributor
Forum|alt.badge.img+1

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.

3 replies

hkingsbury
Celebrity
Forum|alt.badge.img+67
  • Celebrity
  • March 20, 2024

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.


redgeographics
Celebrity
Forum|alt.badge.img+62

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. 


spill002
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • March 25, 2024

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