Hello,
I have dispatcher and performer in a process where the dispatcher bot is able to add items to the queue while performer bot throws below error while trying to read transactions from the same queue - And this is happening only in the prod environment, there is no issue running bot in DEV and UAT environments - Retry Get transaction item: Folder does not exist or the user does not have access to the folder. Error code: 1100
The only difference in both the environments is in UAT its running on a VDI using service account and in prod its user’s personal VDI (not sure if this makes any difference)
Thanks for responding - I made sure the robot has all the permissions to the folder. To add to this, dispatcher is running on the same VDI and adding items to the queue in the same folder and there are no issues.