Current Behavior: {“message”:“Executor start process failed, reason System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))\r\n at UiPath.UiSystemClass.OpenInteractiveWindowsSession(String bstrUser, String bstrPassword, UiOpenSessionFlags nFlags, String bstrApplication, String bstrAppArguments, Int32 nDelayMs, Int32 userToken, UiGenericOptions options)\r\n at UiPath.Core.Setup.OpenInteractiveWindowsSession(String username, String password, OpenSessionFlags flags, String application, String arguments, Int32 userToken, Int32 preferredWidth, Int32 preferredHeight, Int32 preferredDepth)\r\n at UiPath.Service.Impl.Executor.StartProcessInSession(Guid executorInstanceId, String username, String password, OpenSessionInfo sessionInfo, IntPtr userToken)\r\n at UiPath.Service.Impl.Executor.<>c__DisplayClass13_0.<b__0>d.MoveNext()”,“level”:“Error”,“timeStamp”:“2017-10-23T05:51:34.7296524-04:00”}
Expected Behavior: It should run
Studio/Robot/Orchestrator Version: UiPath Studio 2017.1.6435
Last stable behavior: 20th Oct,2017
Last stable version:UiPath Studio 2017.1.6435
OS Version:Windows Server 2012 R2 Standard
Others if Relevant: (workflow, logs, .net version, service pack, etc):
Hey guys, Even I had the same issue initially. I fixed for myself. Sharing my experience so that if any one of you have the same issue then will fix an isssue for you guys too.
Reason for my issue: I did not had password set for my windows system and same I did not provide in UiPath Orchestrator robot section.
Hence, Solved by setting up a password to my windows system and updated the same in UiPath Orchestrator robot section. After successfully setting password it worked flawlessly.
I am having the same issue here. Could you please provide the step by step solution?
What do you mean that I need to set u password for my windows system? how do I do that?
Thank you so much.
Hey Nazarius, When you are trying to connect to another system from your local machine, you need to set the system password of that machine and then try to access that system, it is kind of recommended standards whenever you need to access another machine from your machine.
Step-1, set up a password to the machine which you want to integrate with Orchestrator(please refer: Windows Articles - dummies)
Step-2, updated the same in UiPath Orchestrator robot section and then try.