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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How do I handle an exception

Hi,

 

I am facing below error in tfileinputexcel component :

Exception in component tFileInputExcel_1
java.lang.ArrayIndexOutOfBoundsException: 1120256

 

this is because I have a corrupted file in input , but I want my job to run with non-corrupted file and handle this exception. Could you please help.

Labels (3)
10 Replies
Anonymous
Not applicable
Author

The exception is thrown in child job, so you can use a tLogCatcher in the child job to capture the exception error and log them to a file or db.