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: 
Anonymous
Not applicable

How to get rejected records by tNetezzaBulkExec

I'm loading data to Netezza using tNetezzaBulkExec but it always fails because it reaches the max number of errors.

Is there anyways to capture the rows that error out?

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hello,

Are you able to use tNetezzaOutput component to load data to Netezza successfully?

Here is a "Rejects" link from tNetezzaOutput component which allows you to track the data that could not be processed for any reason (wrong type, undefined null value, etc.)

Best regards

Sabrina

Anonymous
Not applicable
Author

Thank xdshi for your reply. Unfortunately I don'tt use tNetezzaOutput because it is very, very slow and I have about 63 million records to load.

If that is the only option, I guess I will be forced to split the file and try.

Thank again