Skip to main content
Hi,

 

   I have two workbenches in FMEServer 2013. First workbench needs to call second workbench by passing a string of 2000-3000 characters and second workbench will receive it as a publish parameter.

 

 

I tried with job submitter but it works with only small size values. Please suggest me any solution.

 

 

Subrat.
Hi,

 

 

you could consider writing the string data to a suitable format (such as text or FFS) before passing the filename to the second workspace.

 

 

David
Hi David,

 

     Would you please give an example in brief?

 

 

Thanks.

 


First workbench

 

 - Do your processing

 

 - At the end, write stringdata to filename.ffs

 

 - WorkspaceRunner, pass "filename.ffs" as parameter

 

 

Second workbench

 

 - FFS reader on published parameter, reading "filename.ffs" and using the stringdata read from the file for the processing

 

 

David
In Fme desktop, i am able to call workbench with workspace runner by specifying fmw location. But in server how to specify a published workbench???
Have a look at the FMEServerJobSubmitter.

 

 

David

Reply