Skip to main content
Open

Check writer accessibility when a workspace is started

Related products:FME Form
  • July 6, 2018
  • 2 replies
  • 48 views

Forum|alt.badge.img+1

It often happens that my workspace runs for a decent amount of time only to crash upon accessing the writer (e.g. the excel file I want to write to is opened by another user). It would be useful if FME checks the accessibility of all writers/featurewriters upon starting the workflow and not only when it wants to commit the result.

2 replies

redgeographics
VIP
Forum|alt.badge.img+63

Would be great on FME Server/Cloud too... I recently had an Enterprise Cloud instance ($10/hour) happily chug away for 3 hours, complete succesfully but not writing anything because the workspace still had the output path on my local network drive specified. I know I should have been paying closer attention, but still... :)


ebygomm
Evangelist
Forum|alt.badge.img+51
  • Evangelist
  • February 21, 2019

I have a little snippet of python I stole from somewhere that checks whether an excel file set as the writer parameter is open and terminates the workspace if it is, but it would be nice to have something native to do the same.