Go to C:\Program Files (x86)\UiPath\Studio\UiPath
Run regutil.exe from cmd.exe like so: regutil export-info /out_file=C:\temp\response.txt
This will export your license data as an encrypted text which you can upload to orchestrator.
Not sure if it will work with community edition, but for the training license I got from my company I get 10 seats for attended, development and non-production.
I am using VM ware for automation. The machine is connected to orchestrator.
I am getting the below error. After deploying my robot and updating the license as well in the orchestrator.
Job Details
Process: Note
Environment: UAT
Robot: Dev
Info: “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, SettingsDictionary execSettings, IntPtr userToken)\r\n at UiPath.Service.Impl.Executor.<>c__DisplayClass15_1.<b__0>d.MoveNext()”
Start Time: 2018/05/18 6:40:59
End Time: 2018/05/18 6:40:59
I have the robot installed and connected to Orchestrator but when I upload the package and run the job it kills my session on the robot server at the beginning of the job and again at the end.
The robot was connected with my own user account and also with a service account but same issue.
The package I have tested was calculator and the ping test.