SetTransactionStatus.xaml failed: An error has occurred. Error code: 0 at Source: Set transaction status (Successful)

I have a queue with approx 27000 items. After processing more than 7000 queue items successfully, I got the below error for one of the items only.

SetTransactionStatus.xaml failed: An error has occurred. Error code: 0 at Source: Set transaction status (Successful)

Please help to let me know the possible reasons for it.

@sumit.tyagi

Check below post for your reference

Maybe some inputs are exceeding the UiPath DB Table Value property

Hope this may help you

Thanks

Hi @sumit.tyagi,

It can also be just one-off scenario as well due to timeout issues/connectivity problem at that moment.

Try increasing timeout for set transaction property, should help.

Alternatively you can consider putting it inside retry scope in case it’s faced frequently to avoid its failure.

Regards
Sonali

Hi Sonali,

I already tried with both options. Timeout increased my execution time drastically so was not a viable option for me due to large number of records. So I had put the Set Transaction Status inside retry scope and it started working fine. Still under observation if in any issue comes up.

Thanks,
Sumit Tyagi

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.