Hi. There’s something very weird happening to my configuration. So, I’ve created 5 HD-Robots on one single machine (namely domain\robot1
, domain\robot2
, domain\robot3
, domain\robot4
and domain\robot5
). I’ve deployed an Orchestration Process to their environment in which it uses Document Understanding and Persistence. This process is triggered by a queue. The problem is, whenever multiple users start using the process simultaneously, System.Environment.CurrentDirectory
property returns the current directory of the first robot that has been initiated (which in this case, it’s always C:\Users\robot1\.nuget\packages\Containers.Certificate.Generator\1.0.80\lib\net45\
) but whenever ONLY ONE user uses the process, everything is fine. Now, when every robot calls this property, they don’t get the current directory of theirs but the current directory of the first robot! I have no explanation why this is happening. Please help. Thank you in advance.
2 posts - 1 participant