Hi all,
I’m using Studio Community 23.10.0 to create an automation and it worked fine. After I published it to the Orchestrator ( cloud.uipath.com ), I could see it in UiPath Assistant. When I click the Run button, the package was successfully downloaded to %USERPROFILE%.nuget\packages folder, however, an error message popped out as below:
I opened the log file in %UserProfile%\AppData\Local\UiPath\Logs\internal\Robot.log, and I could see the detailed error message (Sorry I could not upload more than 1 pictures as I’m a new user in this forum). Here is the detail stack trace:
2023-11-09T08:43:02.3681531+08:00 => [INFO] [UiPath.Service.UserHost] [23.10.0.0]
The restore inputs for ‘WorkTimeReminder.1.0.2’ have not changed. No further actions are required to complete the restore.
2023-11-09T08:43:02.3682426+08:00 => [INFO] [UiPath.Service.UserHost] [23.10.0.0]
Assets file has not changed. Skipping assets file writing. Path: %UserProfile%.nuget\packages\worktimereminder\1.0.2\AllDependencies.json
2023-11-09T08:43:02.3682672+08:00 => [INFO] [UiPath.Service.UserHost] [23.10.0.0]
No-Op restore. The cache will not be updated. Path: %UserProfile%.nuget\packages\worktimereminder\1.0.2\nuget.cache
2023-11-09T08:43:02.3667038+08:00 => [ERROR] [UiPath.Service.UserHost] [23.10.0.0]
UiPathUserServices_******** 65849037 IAgentOperations GetProjectDetails 106. # System.InvalidOperationException: Process ‘WorkTimeReminder’ is not installed.
at UiPath.Service.UserHost.ProjectCache.GetProjectDetails(PublishedProcess process)
at UiPath.Service.UserHost.AgentOperations.GetProjectDetails(GetProjectDetailsParameters parameters, CancellationToken ct)
at UiPath.CoreIpc.Server.<>c__DisplayClass7_3.<<-ctor>g__InvokeMethod|6>d.MoveNext()
— End of stack trace from previous location —
at UiPath.CoreIpc.Server.<>c__DisplayClass7_1.<<-ctor>g__HandleRequest|3>d.MoveNext()
— End of stack trace from previous location —
at UiPath.CoreIpc.Server.<>c__DisplayClass7_2.<<-ctor>b__5>d.MoveNext()
— End of stack trace from previous location —
at UiPath.CoreIpc.Helpers.Timeout[TResult](TimeSpan timeout, List1 cancellationTokens, Func2 func, String message, Func`2 exceptionHandler)
Any suggestion would be appreciated. Thanks in advance!
As you said, whenever you have uploaded the package into Orchestrator and tried to run from assistant it will be downloaded first before running. As you can see the error msg clearly that, Under C disk (User Profile) there is no folder is create to storage the downloaded code.
Solutions: Create a folder in C drive in below format,
C:/Userprofile/.nuget/
Hi @Jayavignesh_G , as I said in the post, the package was already successfully downloaded, so I have no need to create the nuget folder. But the process was still not installed.
Ensure process version in Orchestrator matches the package version.
Checked
Check permissions and roles for the user or robot executing the process.
Checked
Verify that the package is uploaded and published in Orchestrator.
Checked
Confirm UiPath Robot is correctly connected to Orchestrator.
Checked
Check process association with the correct environment.
Checked
Try reinstalling the process in Orchestrator.
Reinstall many times.
Restart UiPath Robot service or your machine.
I used User Mode, so there is no Robot Service, and UiPath Assistant and my desktop have already restarted many times.
I created a Time Trigger and when the specified time reached, the Orchestrator could successfully send the job command to the Assistant and the process could be run successfully too. In addition, I can run the process remotely in the Orchestrator by starting a Job. But, even the process was run successfully, the same error message still popped out.
Hi @nikhil.girish ,
I’ve tried to delete the package folder and reinstall it but the problem still existed.
Proxy/firewall maybe the cause, I think, but I’m not sure how to and which settings should I configure.