Hi,
When I use UI Robot & CMD run process will show access is define.
I already use admin run.
Have any idea which part i was run?
Hello,
Please, try to use the UiRobot.exe app from installation path.
In my case: C:\Program Files (x86)\UiPath\Studio
Hi @Jacky_Huang,
I am assuming that your admin account cannot go into your non-admin account (ad-hungjacky)
The issue here is the scope of your admin account.
You have installed the robot on a local user (ad-hungjacky) and UiRobot is found in app-21.4.4 folder. But when you run the command, you are starting up CMD as administrator. Now this administrator account may or may not have access to the local user accounts and Test.1.0.1.nupkg. The error message tells me the admin account does not have access to logged in user folder.
You can try running the cmd command exactly as you have but without starting CMD as administrator. Just open CMD with the same logged in user (ad-hungjacky)
Hello Sir,
When I use normal account(not admin) run CMD, the output message will show unknown symbol.
Below picture will show my situatlion.
C:\Users\ad-huangjacky>“C:\Users\ad-huangjacky\AppData\Local\UiPath\app-21.4.3\UiRobot.exe” -file “C:\Users\ad-huangjacky\Desktop\TEST.1.0.1.nupkg”
???
Hi again @Jacky_Huang,
I see that your initial post has the correct command. The syntax is
uirobot.exe execute - - file yourpackagefullpath.nupkg
The ??? error you got may be because of the incorrect syntax.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.