Skip to main content
Question

Marking FME server job failed

  • August 20, 2023
  • 3 replies
  • 79 views

naveen
Contributor
Forum|alt.badge.img+7

When the published workspace is unable to connect to database or ArcGIS services via feature reader, then the translation fails but the FME server job status is success. I would like to know if there is a way that FME server status can be marked as failure when specific condition are not met with in the FME workbench workflow??

3 replies

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3700 replies
  • August 21, 2023

One thing you can try is connecting a Terminator to the <Rejected> output of the FeatureReader to force a job termination.


keziaatsafe
Safer
Forum|alt.badge.img+8
  • Safer
  • 153 replies
  • August 22, 2023

Hi @naveen​ ,

In addition to redgeographics' suggestion, I would also recommend confirming that the Rejected Feature Handling parameter in FME Workbench is set to Terminate Translation instead of Continue Translation. This parameter is located in the Navigator panel > Workspace Parameters > Translation > Rejected Feature Handling.

 

Hope this helps!

Kezia


naveen
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 12 replies
  • August 25, 2023

Thanks Guys..will use it and get back.