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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
ml1662663516
Contributor III
Contributor III

tDBOuput - getting NB_SUCCESS great than NB_LINE - how?

We are tDBInput from Postgres and then tDBOutput to Snowflake.

After that subjob we are using a tJava to log out:
NB_LINE
NB_SUCCESS
NB_REJECT

If NB_REJECT > 0 then we have a tWarn.

However, what is interesting is that in the tJava we sometimes see the NB_SUCCESS greater than the NB_LINE in the logs?

My understanding is that NB_LINE is the total records processed. NB_SUCCESS are successful records. NB_REJECT are unsuccessful records.

So, how could NB_SUCCESS ever be greater than NB_LINE?

Thanks for any insight!

subjob.jpg

Labels (1)
  • v8.x

0 Replies