Good morning, I’ve been testing a few bots recently that have a Read Range activity that picks up a file in one of our shared folders and I’ve run into something odd.
At first, I was under the impression that the bots weren’t using Windows Authentication to access any type of folder that needed higher access because when I was testing this bot with it’s eventual user, one who has access to this shared directory, it was failing at that Read Range activity. I am completely confident that all my syntax for the activity was correct so it must have been something with the access to that folder. This is weird because the person who was running it on their own machine has access, but the bot doesn’t seem to care. This is what I thought until this happened.
I’ve recently moved to developing on a VM instead of on my machine, I didn’t think much of it in terms of what I have access to. When I’m testing a different bot that has that same Read Range activity from a shared directory that requires higher access, I’m met with a “This workbook doesn’t exist.” I go into that folder to investigate only to find out the VM doesn’t have access to that directory. Now this process was working fine on my own desktop which would leave me extremely confused. My user does have access to this particular directory, and if this process was working fine there, does that mean the bot IS using Windows Authentication to read/write from access-only directories?
I’m torn here, on one hand, someone who HAS access to a directory ran the bot and the process failed. But on the other hand, we have my personal user having access to this directory running the bot and it works just fine. Is UiPath Studio/Robot using Windows Authentication to read/write folders?
I welcome any feedback because I am just completely lost