Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
DEV4
Contributor III
Contributor III

Job failed with Javalang exception

Hello all,

My job failed with the below error message. Looks like non-numeric value occured in the source which caused the failure while inserting in to numeric column. Please help me how to handle this issue.

 

0683p000009M9Ia.png

Thanks

Labels (4)
1 Reply
Anonymous
Not applicable

The source has problematic data, ~[?:?], below are 4 situations that depends on your need.
1. Check the data source, correct or remove these problematic data from the source, and then re-run the job.
2. In the job, use tschemaCheckComplianceCheck to check and filter these problematic data before inserting into DB.
3. Capture the error message and stop the job.
4. Just reject these problematic data and continue to execute the job.

Regards
Shong