Skip to main content
Question

Calling workbenches with large data in FME Server 2013


Forum|alt.badge.img
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.

5 replies

david_r
Evangelist
  • July 5, 2013
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

Forum|alt.badge.img
  • Author
  • July 5, 2013
Hi David,

 

     Would you please give an example in brief?

 

 

Thanks.

 


david_r
Evangelist
  • July 5, 2013
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

Forum|alt.badge.img
  • Author
  • July 5, 2013
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???

david_r
Evangelist
  • July 8, 2013
Have a look at the FMEServerJobSubmitter.

 

 

David

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings