Question

Workbench wont send parametrs to a runner via FMEServerSubmitter

  • 2 June 2016
  • 1 reply
  • 0 views

Badge

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


1 reply

Badge

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.

Reply