Skip to main content
Question

ServerJobSubmitter does not submit

  • July 13, 2018
  • 3 replies
  • 19 views

dollargis
Contributor
Forum|alt.badge.img+6

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?

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

Forum|alt.badge.img+2
  • 719 replies
  • July 17, 2018
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?

 


takashi
Celebrity
  • 7843 replies
  • July 18, 2018
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.

 


richardatsafe
Safer
Forum|alt.badge.img+10
  • Safer
  • 217 replies
  • October 15, 2018

 

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.