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.
The 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.
This 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!!