max retry nmber = 2
no.of retries in queue = 3.
which takes precedence in a queue based transaction?
In a queue-based transaction, the “Max Retry Number” setting takes precedence over the number of retries in the queue.
When a queue item is processed, the robot will check the “Max Retry Number” setting to determine the maximum number of times it can retry the transaction in case of a failure. If the number of retries in the queue is greater than the “Max Retry Number,” the robot will still only attempt the transaction the maximum number of times specified in the “Max Retry Number.”
In a queue-based transaction, the “Number of Retries” set at the individual queue item level takes precedence over the “Max Retry Number” defined for the entire queue. If a specific queue item has a “Number of Retries” value set, it will be retried for the specified number of times, irrespective of the “Max Retry Number” for the queue. However, if a queue item does not have a “Number of Retries” specified, the system will use the “Max Retry Number” for the queue to determine the number of retries for that particular item.
Thanks for the answers guys
Actually in this case queue retry will work…as if uou see the retrytransactionstatus.xaml it will check if a queue based retry is enaled or not and if enabled it would incrmenet the number and move forward and will not try same transaction immediately but will try based on the queue retry…
But it is not advised to give both…one thing is …here because queue retry number is more it would be handled…if it is other way round there there might be issues in transaction number counts
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.