Skip to main content

I have a submitter workspace that should call a child workspace.

The logfile says it does, however the child workspace never shows up in the job log.

The log of the submitting workspace says

FMEServerJobSubmitter(ServerFactory): http://xxxxxx:8084 - Running workspace 'gdp_import2k_worker.fmw' in repository 'Geoportal'...FMEServerJobSubmitter(ServerFactory): http://xxxxxx:8084 - Job #0 submitted

 

 

This "Job#0" raises my suspicion - is there something going wrong, maybe with user permissions or the like?

 

hi @dollargis,

 

What version of FME are you using, and also in your FMEServerJobSubmitter parameters is the Wait for Jobs to Complete set to Yes?

 


Also, check if the user of the FME Server connection that you have set to the FMEServerJobSubmitter has the privilege to run the child workspace.

 


 

The "Job #0 submitted" error is usually the result of a discrepancy between the number of parameters or parameter types in the FMEServerJobSubmitter and what is in the published workspace. The FMEServerJobSubmitter will not automatically pick up changes to the child workspace.

 

If you have experiences this or another similar problem please vote up the idea for more FMEServerJobSubmitter logging.