When we run a Bot in Orchestrator on any of the servers we have , will not download packages from nuget/myget
The errors state it only looks at the Orchastator servers repository.
is there a way to setup that it uses the UiPath configuration of the Server that runs the bot, on a test server we have setup the configuration so that i has the myget repository instead of the Orchestrator.
But still when the bot is run it fails on finding the packages due to it using the Orchestrator repository
UiPath.CoreIpc.RemoteException: NU1102: Unable to find package UiPath.Excel.Activities with version (= 2.12.3)
Found 5 version(s) in Local Orchestrator/nuget/v3/1685834e-35c2-4f94-ae0b-589119baaf9b/index.json [ Nearest version: 2.16.2 ]
Found 2 version(s) in Local Feed [ Nearest version: 2.16.2 ]
Found 1 version(s) in Local Orchestrator/nuget/v3/4fa96256-4de3-49f3-9db2-e26b8831a108/index.json [ Nearest version: 2.9.3 ]
Found 0 version(s) in Local Orchestrator/nuget/v3/702a0866-3ffa-46e0-ac79-f9f5e26b7234/index.json local feed
— End of inner exception stack trace —
at UiPath.Service.Core.ProjectInstaller.InstallCore(InstallProjectCommand installCommand)
at UiPath.Service.Core.NetWindowsProjectInstaller.InstallCore(InstallProjectCommand installCommand)
at UiPath.Service.Core.ProjectInstaller.<>c__DisplayClass9_0.<b__0>d.MoveNext()
— End of stack trace from previous location —
at UiPath.Service.Core.ProjectInstaller.Install(InstallProjectCommand installCommand)
at UiPath.Service.Core.PackageService.InstallProcess(PublishedProcess process, ImpersonableIdentity identity, IRobot robot, CancellationToken ct)
at UiPath.Service.Job.InstallPackage(ImpersonableIdentity identity, CancellationToken ct)
at UiPath.Service.Job.PrepareForExecution(ImpersonableIdentity identity, CancellationToken ct)
at UiPath.Service.Job.UiPath.Service.Core.IExecutorEvents.ExecutorAvailable(ImpersonableIdentity identity, CancellationToken ct)
at UiPath.Service.Impl.ExecutorProxy.OnExecutorAvailableAsync(Object sender, AvailableEventArgs args)
at UiPath.Service.Core.ExecutorService.Available(AvailableMessage availableMessage)
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)
As seen in this error from the unatended bot
it just goes to the orchestrator and doesnt find the spesific version it needs , but we cant seem to find out why its not gooing to the external feeds privded in the nuget.config