1.

What Are The Possible Error Output's Of Read File Activity?

Answer»

Integration can be at different application layers:
• FileNotFoundException :THROWN when yhe file does not exist.
• UnsupportedEncodingException:Thrown when the text file’s ENCODING is not VALID and the content of the file is READ into process data.
• FileIOException :Thrown when an I/O exception occurred when trying to read the file.

Integration can be at different application layers:
• FileNotFoundException :Thrown when yhe file does not exist.
• UnsupportedEncodingException:Thrown when the text file’s encoding is not valid and the content of the file is read into process data.
• FileIOException :Thrown when an I/O exception occurred when trying to read the file.



Discussion

No Comment Found