Hello Team,
I’m facing same one issue in Queue, BOT is failing in middle of execution after 100 to 130 records, In my queue have 700+ transactions, I Don’t know why it’s getting fail. Do we have solution for this issue?
Hello Team,
I’m facing same one issue in Queue, BOT is failing in middle of execution after 100 to 130 records, In my queue have 700+ transactions, I Don’t know why it’s getting fail. Do we have solution for this issue?
Please try increasing the delay in retry to 10 seconds and retry count to 3 and check…this generally happens when there is some disconnect with the orchestrator while bot is running…So retrying the same after few seconds might fix it
Try and let us know if you still face the issue
cheers
Agreed @Anil_G,
The “Set Transaction Status Failed: Tenant Required” error with the error code 1023 usually occurs when the Orchestrator API is not able to identify the correct tenant associated with the transaction item you are trying to update.
To resolve this issue, you can try the following steps: