Question

How to Retrieve a Published Parameter via a FMEServerJobSubmitter

  • 2 November 2018
  • 1 reply
  • 8 views

Badge

Hi, I´m currently struggling with retrieving a Published Parameter via a FMEServerJobSubmitter.

The Published Parameter is a Attribute Value, which I have run through a StringConcatentor. Either the parameter can´t be found, or I end up with the Parameter Name as textstring.

In short, what I´m trying to achive is to fetch the File-Name of each .txt I produce in one of my Workbenches. This is to allow my next workbench(Via a second FMEServerJobSubmitter) to find the files under the temp Folder. Everything is handled in one "Control"-Workbench.

I have also tried to fetch the file Name(path_rootname) via a Feature Reader, without any luck.

 

Overview of the "Control Workspace"

The first FMEServerJobSubmitter and Example issues with Published Parameters

According to the log in FME-Server, the File Name can´t be found. Please also see log-File().

I just can´t get my head around what to do. I´m sure some of you smart people have some super intelligent advice to share.

Some Guides I have read on the Topic

https://knowledge.safe.com/questions/39045/how-dio-i-set-a-user-parameter-in-attributecreator.html

https://knowledge.safe.com/articles/56071/fme-server-workflow-management-fme-server-2016.html

https://knowledge.safe.com/articles/1439/fme-server-workflow-management-1.html

 

Best Regards,

/Daniel


1 reply

Userlevel 2
Badge +17

I don't think schema features output from the <Schema> port of the FeatureReader would be necessary to perform the job. Try deleting the connection between the <Schema> port and the FMEServerJobSubmitter.

Reply