What are the possible Error output's of Read File activity?
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.
No comments:
Post a Comment