Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Catch HTTP 404 error within tFileFetch

Dear all,
I'm using tFileFetch to retrieve several files stored on different HTTP servers.
If one HTTP server doesn't respond, I want to log a message into an Oracle database.
It seems that if I connect a tFileFetch to a tWarm component with a OnComponentError relation, nothing happens.
Is there any way to catch this error (java.lang.Exception: Method failed: HTTP/1.1 404 Not Found) ?
Thanks in advance,
Renaud
Labels (4)
1 Reply
Anonymous
Not applicable
Author

hi
Using the tLogCapture to capture the java exception. The job looks like:
tFileFetch
tLogCapture---tLogRow
Best regards
Shong