I guess thats the very same post I have put forth, and also its been solved too.
Well, that being said, I am having another issue now.
I am getting an issue while I am running a bot from an Orchestrator. Like if I am scheduling the bot and stay connected to the RDP server, the execution is successful. But when I am disconnected from the server and trying the run the bot from the orchestrator, I am getting job shown as (Faulted) in orchestrator. The error says ("Executor start process failed, reason System.Runtime.InteropServices.COMException (0x80070520): A specified logon session does not exist. It may already have been terminated. (Exception from HRESULT: 0x80070520)\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, Boolean fontSmoothing)\r\n at UiPath.Service.Impl.Executor.StartProcessInSession(Guid executorInstanceId, String username, String password, SettingsDictionary execSettings, IntPtr userToken)\r\n at UiPath.Service.Impl.Executor.<>c__DisplayClass17_1.<<Start>b__0>d.MoveNext()" )
This is the common issue most of us are facing, there are multiple ways to fix this but i have no clue definitely which one will work: i will suggest you for trail and error for all following methods:
• Use launch Interactive invoke workflow activity while invoking the wokflow.
• Config RDP timeout to create user session.
• Check simulate Type/Windows Type for background automation