Skip to main content

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?

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


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


Reply