Skip to main content

I am trying to do a transformation basically summarizing the area of vegetation polygons within parcels of land. This involves a number of filters before the "Clipper" is used to 'cut' the vegetation polygons to the shape of the land parcels.

 

Due to the complexity and number of polygons in each dataset this is run sheet-by-sheet. I have this working on my own PC using the WorkspaceRunner. The vegetation polygon sheets are stored as Feature Classes in an Arc Geodatabase and the WorkspaceRunner uses an Excel with a list of the vegetation polygon sheet numbers allowing them to run through the "Child" workspace one sheet at a time.

VHMWorkspaceRunnerThe problems come when I try to replicate this with the ServerJobSubmitter. I can successfully connect to flow and have set up the workspace parameters similarly to those of the WorkspaceRunner above, however when I try to run this 'Parent' workspace I get the following error message.

FMEFlowErrorMessageThis error repeats for each of the individual sheets I am trying to run. I have tried running the 'Child' workspace with a single sheet individually on Server/flow and it works fine.

 

Any help/guidance on what this could possibly be would be greatly appreciated!!

Hi @cameron-m2​ ,

There was a known issue in FMEServerJobSubmitter in FME 2022.1. If this issue is your case, try upgrading FME version.

 

FMEDESKTOP-13280 : FMEServerJobSubmitter (version 4) is submitting jobs incorrectly to FME Server, if the child job has a text parameter and the FMEServerJobSubmitter is using an attribute value to submit it.

Discovered : 2022.1 b22623

Resolved : 2022.2 b22763

https://community.safe.com/s/article/Known-Issues-in-FME-2022-x


Reply