Issue with UiPath Integration Service Activity On Orchestrator

Hello All,

I have developed an RPA workflow using UiPath Studio Web, and it is working fine when tested in the cloud. Please refer to the screenshot below. I have also published it to Orchestrator.

Next, I called this workflow in UiPath Maestro.

Issue I am getting is related to Integration service for Gmail. I tried to lower down the dependencies but it seems non editable in UiPath Studio web. Dependency version for
UiPath integration service is “UiPath.IntegrationService.Activities = 1.16.0-beta.20250624.1”

Below is the error message I am getting on Maestro.

Failure in the Orchestrator Job - (170002)
job.faulted for job: Failed to install package ‘Compliance_Get_Emails_Workflow.Rpa.Compliance_Get_Emails_Workflow.1.0.1’ System.Exception: Failed to install package ‘Compliance_Get_Emails_Workflow.Rpa.Compliance_Get_Emails_Workflow.1.0.1’ —> System.Exception: NU1102: Unable to find package UiPath.IntegrationService.Activities with version (>= 1.16.0-beta.20250624.1) - Found 18 version(s) in Orchestrator Host [ Nearest version: 1.15.0 ] - Found 18 version(s) in Official [ Nearest version: 1.15.0 ] - Found 0 version(s) in Local - Found 0 version(s) in nuget.org - Found 0 version(s) in Connect - Found 0 version(s) in Processes Feed — End of inner exception stack trace — at UiPath.Robot.Core.ProjectInstaller.ThrowInstallationException(IEnumerable1 loggerErrors, IEnumerable1 additionalInstallPackageCommandErrors, Package package) at UiPath.Robot.Core.ProjectInstaller.InstallCore(InstallProjectCommand installCommand) at UiPath.Service.Core.NetWindowsProjectInstaller.InstallCore(InstallProjectCommand installCommand) at UiPath.Robot.Core.ProjectInstaller.<>c__DisplayClass11_0.<b__0>d.MoveNext() — End of stack trace from previous location — at UiPath.Robot.Core.ProjectInstaller.Install(InstallProjectCommand installCommand) at UiPath.Service.Core.PackageService.InstallWithTelemetry(InstallProjectCommand installCommand, String operationName, ProjectInstallTelemetry telemetryData) at UiPath.Service.Core.PackageService.InstallProcess(PublishedProcess process, ImpersonableIdentity identity, IRobot robot, Nullable`1 jobId, CancellationToken ct) at UiPath.Service.Job.InstallPackage(ImpersonableIdentity identity, CancellationToken ct) at UiPath.Service.Job.PrepareForExecution(ImpersonableIdentity identity, CancellationToken ct) at UiPath.Service.Job.StartAsync(IUserCredential credential)

It seems like for Integration service package version is different on orchestrator and on UiPath Studio web.

Let me know if you have any updates on this.

Thank you.

@Rahul_More3

Go to automation ops → manage feed → custom feed and add the below feed there and then try

https://uipath.pkgs.visualstudio.com/Public.Feeds/_packaging/UiPath-Internal/nuget/v3/index.json

Cheers

Hi @Anil_G

Thanks for the reply.

i tried but getting same issue.

UiPath Maestro Error
Failure in the Orchestrator Job - (170002)
job.faulted for job: Failed to install package ‘Compliance_Get_Emails_Workflow.Rpa.Compliance_Get_Emails_Workflow.1.0.4’ System.Exception: Failed to install package ‘Compliance_Get_Emails_Workflow.Rpa.Compliance_Get_Emails_Workflow.1.0.4’ —> System.Exception: NU1102: Unable to find package UiPath.IntegrationService.Activities with version (>= 1.16.0-beta.20250624.1) - Found 18 version(s) in Orchestrator Host [ Nearest version: 1.15.0 ] - Found 18 version(s) in Official [ Nearest version: 1.15.0 ] - Found 0 version(s) in Local - Found 0 version(s) in nuget.org - Found 0 version(s) in Connect - Found 0 version(s) in Processes Feed — End of inner exception stack trace — at UiPath.Robot.Core.ProjectInstaller.ThrowInstallationException(IEnumerable1 loggerErrors, IEnumerable1 additionalInstallPackageCommandErrors, Package package) at UiPath.Robot.Core.ProjectInstaller.InstallCore(InstallProjectCommand installCommand) at UiPath.Service.Core.NetWindowsProjectInstaller.InstallCore(InstallProjectCommand installCommand) at UiPath.Robot.Core.ProjectInstaller.<>c__DisplayClass11_0.<b__0>d.MoveNext() — End of stack trace from previous location — at UiPath.Robot.Core.ProjectInstaller.Install(InstallProjectCommand installCommand) at UiPath.Service.Core.PackageService.InstallWithTelemetry(InstallProjectCommand installCommand, String operationName, ProjectInstallTelemetry telemetryData) at UiPath.Service.Core.PackageService.InstallProcess(PublishedProcess process, ImpersonableIdentity identity, IRobot robot, Nullable`1 jobId, CancellationToken ct) at UiPath.Service.Job.InstallPackage(ImpersonableIdentity identity, CancellationToken ct) at UiPath.Service.Job.PrepareForExecution(ImpersonableIdentity identity, CancellationToken ct) at UiPath.Service.Job.StartAsync(IUserCredential credential)
June 30, 2025, 03:20:02 PM
6E8A0F5A-9BC0-44D8-A904-5C805DA2AE78

Orchestrator Job Screenshot

@Anil_G I tried but it’s not working.

1 Like