Hello,
We have UiPath Studio 2020.10.4 installed with Enterprise license. So we dont have Orchestrator access. The aim is to run the process while not connected/logged in to the RDP session, what am i missing?
I can run the process without issues by using
-
UiPath Studio
-
UiPath Robot tray
-
Clicking on sample.bat file
-
Running from Windows Task Scheduler while i am logged in to the RDP session (Run only when user is logged on is checked)
-
a) After the process is started and in that time i’m logged in to the RDP session if i close the RDP session the robot stops working
b) If i am not logged in to the RDP session the process does not start at all (eventhough Run whether user is logged on or not is checked)
I have searched and read many topics, this is what i have done so far:
*Logon as batch job policy is set for the user that is going to run the process
HKSMETALS\yellowatom user is added
*Added a generic windows credential for the user
UiPath:user=hksmetals.eu\yellowatom
User name: hksmetals.eu\yellowatom
Password: Password
*Created a bat file with command
“C:\Program Files (x86)\UiPath\Studio\UiRobot.exe” -file “C:\ProgramData\UiPath\Packages\HKS_OpenstaandePosten.1.0.6.nupkg”
*Created a task in Windows Task Scheduler
On Actions tab start a program is selected pointing to the Sample.bat file.