Error handling with File Reader with File System connection

Dear Forum,
I have a loop in Knime and sometime it encounters an error in a File reader node with a File System
input Connection (with SharePoint), the way that I can’t use the “Try” node before the File reader to catch the error. How can I skip the error and continue the loop when the file searched by the iteration is not found?

Hello @bermq,

Try/Catch nodes can’t catch configuration warnings or to say errors during configuration. Don’t know your exact flow but maybe this topic can help:

In general idea is to have a node in Try/Catch sequence that will fail (actual error) if a file does not exist.

Br,
Ivan

3 Likes

Hi Ivan,
It works!
image

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.