Question

Httpcaller Error

  • 6 February 2019
  • 2 replies
  • 39 views

Badge

I am using the FME Httpcaller to get data from an API. There is an issue with the API and some of the calls are rejected with a 404 Not Found Error. I am using the Error logging option in the FME translation but i wish to exclude this particular error. Is there any way to exclude certain errors from being logged in the Error log in FME?


2 replies

Userlevel 4
Badge +30

Hi @ayraju

You can filter message on the Log file

https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_QuickTranslator/QuickTranslator/Viewing_the_Log_File.htm

 

Thanks

Danilo

Userlevel 4

On a general note, it may sometimes help slowing down the HTTP calls using the Decelerator transformer.

Reply