I have a queue with huge number of items. I am getting below error for “Set transaction status” very frequently:
Set transaction status (Successful): An error has occurred. Error code: 0
Set transaction status (Successful): The operation has timed out.
Set transaction status (Business Exception status): The operation has timed out.
Set transaction status (Business Exception status): Unable to connect to the remote server
Please let me know the possible route cause and a its known solution.
Is it related to IIS/Server Connection? Would putting a retry on Set Transaction fix this issue?
I already tried with both options. Increasing timeout is not feasible as it increased overall execution time drastically. So I had put the set Transaction status inside Retry scope and it worked. Still keeping it under observation.