What Are The Possible Error Output’s Of Read File Activity?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this answer should be reported.
Ch Kashif
Integration can be at different application layers:
• File Not Found Exception : Thrown when the file does not exist.
• Unsupported Encoding Exception: Thrown when the text file’s encoding is not valid
and the content of the file is read into process data.
• File IO Exception: Thrown when an I/O exception occurred when trying to read the
file.