Process runs from Assistant but not in the Studio

I am having issues running any type of process from the studio. I’ve even tested on blank processes and still getting the same error. In studio, when I run a process, I get an ‘access denied’ prompt.

This is the output feed:

When I run from Assistant, the process runs fine:

I don’t know what the issue here could be, I’ve reinstalled UiPath, changed file paths but the issue is still the same. I don’t know if it’s an orchestrator user setting because I’m connected as one of my orchestrator admin users in the studio.

These are the user roles in orchestrator:

@Sarang_92

  1. You are missing automation dveeloper role…
    But i dont think that migh be issue for you error…

Can you try opening studio as admin…(right click and select run as adminstrator) and then try to run the process

Cheers

Thanks for the response.

So, I connected to the orchestrator via the assistant and opened studio as an admin but it said access denied but when I opened it normally (still connected to the orhestrator), it opened but still doesn’t run the processes.

@Sarang_92

Try a fresh installation of UiPath please

Also looks like some activity is given a wrong input

cheers

I reinstalled UiPath and even blank processes are having the same ‘access is denied’ issue. I reran a blank process and this is the logs:

03:10:27.2905 => [ERROR] [UiPath.Studio] [4] Error: No license exist for this installation Exception: UiPath.Licensing.Library.Extended.Exceptions.NotLicensedException: No license exist for this installation
at UiPath.Licensing.Library.Extended.Implementation.OnlineLoader.UpdateAsync(IDictionary2 userMetadata, ProxySettings proxySettings) at UiPath.Licensing.Library.Extended.Implementation.LicenseProvider.UiPath.Licensing.Library.Extended.ILicenseProvider.UpdateOnlineLicenseAsync(IDictionary2 userMetadata)
03:10:39.2980 => [ERROR] [UiPath.Studio] [16] Error: No license exist for this installation Exception: UiPath.Licensing.Library.Extended.Exceptions.NotLicensedException: No license exist for this installation
at UiPath.Licensing.Library.Extended.Implementation.OnlineLoader.UpdateAsync(IDictionary2 userMetadata, ProxySettings proxySettings) at UiPath.Licensing.Library.Extended.Implementation.LicenseProvider.UiPath.Licensing.Library.Extended.ILicenseProvider.UpdateOnlineLicenseAsync(IDictionary2 userMetadata)
03:11:21.1077 => [WARN] [UiPath.Studio] [1] Office version: O365
03:11:21.1271 => [WARN] [UiPath.Studio] [1] Office build version: 16.0.16327.20200
03:11:22.0179 => [ERROR] [UiPath.Studio] [4] Error: No license exist for this installation Exception: UiPath.Licensing.Library.Extended.Exceptions.NotLicensedException: No license exist for this installation
at UiPath.Licensing.Library.Extended.Implementation.OnlineLoader.UpdateAsync(IDictionary2 userMetadata, ProxySettings proxySettings) at UiPath.Licensing.Library.Extended.Implementation.LicenseProvider.UiPath.Licensing.Library.Extended.ILicenseProvider.UpdateOnlineLicenseAsync(IDictionary2 userMetadata)
03:11:25.2670 => [ERROR] [UiPath.Studio] [1] System.IO.InvalidDataException: The file is not a valid nupkg. File path: C:\Users\xxx\AppData\Local\Programs\UiPath\Studio\TemplatePackages\UiPath.Template.TriggerBasedAttendedAutomation.22.10.7.nupkg
—> System.IO.FileNotFoundException: Could not find file ‘C:\Users\xxx\AppData\Local\Programs\UiPath\Studio\TemplatePackages\UiPath.Template.TriggerBasedAttendedAutomation.22.10.7.nupkg’.

This is another part:

03:12:55.2081 => [ERROR] [UiPath.Studio.App.Logging.OutputLogger] [15] Unexpected error has occurred during the library compilation process:
Access to the path ‘C:\Users\xxx\UiPath\BlankProcess.local\install\BlankProcess_Main.dll’ is denied.
03:12:55.2060 => [ERROR] [UiPath.Studio] [15] Unexpected error has occurred during the library compilation process:
Access to the path ‘C:\Users\xxx\UiPath\BlankProcess.local\install\BlankProcess_Main.dll’ is denied.
03:16:28.6428 => [WARN] [UiPath.Studio] [1] GetCompilableWorkflows: allWfCount = 2, normalizedDistinctWfCount = 1
03:16:32.4677 => [ERROR] [UiPath.Studio.App.Logging.OutputLogger] [47] Unexpected error has occurred during the library compilation process:
Access to the path ‘C:\Users\xxx\UiPath\BlankProcess.local\install\BlankProcess_Main.dll’ is denied.

Seems like a licensing issue though I’m on the pro trial currently and I’m connected successfully to the orchestrator in the studio.

I’ve finally gotten it to work though I did nothing significant so I’m not sure what the issue could have been. One of the things I did was to reconnect on the assistant via Service URL and not Machine Key as I was doing previously though it took multiple tries for the process to run well again so I’m not sure.

Thanks for the assistance though.

1 Like