Skip to main content
Question

Workbench wont send parametrs to a runner via FMEServerSubmitter

  • June 2, 2016
  • 1 reply
  • 7 views

Forum|alt.badge.img

Hi

I have a WB controller and another WB runner. The controller send some parameters to the runner (defined in the runner as published params.) via FMESJS.

However when run on the server, some params are not passed, like the MINX, MIXY, MAXX, MAXY and/or EFFECTIVE_DATE.

They are generated as attributes before the jobsubmitter and I can see them OK in data inspector.

What might the problem be?

Thanks

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.

1 reply

Forum|alt.badge.img
  • Author
  • 25 replies
  • June 2, 2016

I found out what the problem was: There were 2 connections to the SJS, one for effective date only and the other for all other params. So it was submitted twice - onece with only effective date, and once with everything else, but effective date.

Strange behaviuor.