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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
gurn
Contributor III
Contributor III

tDBRow returning ok when SQL fails

Hi

I've had a slight issue with the tDBRow component connected to Snowflake. I've embedded a SQL in the configuration which I'm forcing to fail in testing but although the SQL fails and the console displays the error the sub job returns ok and continues.

If anyone else had a similar issue, what was the resolution to catch the error?

Thanks

Dave

Labels (3)
1 Reply
Anonymous
Not applicable

@Dave Gurney​ , make sure the 'die on error' box is checked, so that the Java exception will be thrown out when SQL fails and it can be captured by tLogCatcher.

 

Regards

Shong