Skip to main content

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

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