Skip to main content

How to set preference in FME workbench where one can set precedence: Step 1: (Run first) Data is downloaded successfully using HTTPFetcher, until it is complete the step 2 should not start. Step 2: (Run second) then a reader is used to read the above downloaded data. Currently having issue of step 2 start before step 1 is finished.

Hi @tareen_s, I think you can use the FeatureReader connecting to the HTTPCaller output.


Is it possible that you're using an older version of FME? The HTTPFetcher was renamed to HTTPCaller already in FME 2015. If that's the case you may want to consider trying a more recent version of FME to see if this behavior has been improved.

The HTTPCaller should not normally continue before the reponse has been fully received.


Is it possible that you're using an older version of FME? The HTTPFetcher was renamed to HTTPCaller already in FME 2015. If that's the case you may want to consider trying a more recent version of FME to see if this behavior has been improved.

The HTTPCaller should not normally continue before the reponse has been fully received.

Thanks for your response. This script was created in FME 2014, I am currently running FME 2017

 

 


Thanks for your response. This script was created in FME 2014, I am currently running FME 2017

 

 

Try upgrading the transformer:

 

http://docs.safe.com/fme/2017.1/html/FME_Desktop_Documentation/FME_Workbench/Workbench/Working_With_Transformer_Versions.htm
Thanks, I will try this

 

 


Reply