cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Jdbc insert snap account as auto commit is enabled

sathishmadavali
New Contributor II

Hi,
The pipeline sends the record to JDBC INSERT snap, under JDBC INSERT Snap account has auto commit is enabled and batch size is 60. if 180 records are streamed into JDBC INSERT Snap and there was an error in 140th record, how many records JDBC INSERT SNAP sending?

thanks

3 REPLIES 3

sathishmadavali
New Contributor II

anyone can please respond on these.

pmancevski
New Contributor III

Hi,

Only the current executing batch will be rolled back if the Snap fails. In another words in your case it will be inserted 120 records.

You can always check the official documentation:
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/2391441629/Generic+Database+Account

BR,
Pero M.

sathishmadavali
New Contributor II

thank you @pmancevski