Skip to main content

I have a couple workbenches that retrieve data fields and pass them to a second workbench as @Value(xxxxx) using the FMEServerJobSubmitter. In desktop 2016 the values comes through to the second workbench (on both desktop and server) as @Value(xxxxx), how ever when using desktop 2017 no values reach the second workbench

Above has the @Value(SITUS_CITY) using DT 2016 on Server 2017

Above is missing @Value(xxxx) using DT 2017 on Server 2017

Hi @austinh,

Unfortunately, this is a problem we are fixing in 2017. The FMEServerJobSubmitter transformer does not accept attribute values as its parameter, but were hoping we can get a fix out for this soon. At this point we have a couple of options 1) use desktop 2016, 2) Use the httpCaller instead of the FMEServerJobSubmitter 3) if its an option publish the worksapce to the Server.


@RichardAtSafe

I just upgraded to 2018 desktop and server and was hoping this would be fix, however it does not look like it is. Unfortunatly we will have to limp along with 2016 transformers until we rebuild our workspaces.

Any idea if this will be fixed?


Reply