Azure DevOps / Multi Tenant / Integration Service Problems

Hello everyone,

We are currently working with three instances in the UiPath Cloud: Development, Test, and Production. Each of these instances has an active Integration Service. Our development process involves working in UiPath Studio connected to the Development instance. When we push the source code to our Git repository, it gets built and deployed on the other two instances.

However, we’ve encountered an issue. When executing the process, we receive the error “Unable to find a connection of type with the specified Id ‘cb79b842-d17a-4b40-bcd1-71e’”. The current workaround for this issue is to establish a connection with the Production Orchestrator and update all connections before pushing the source code. This process is quite tedious and time-consuming.

We are seeking a more efficient solution to this problem. Is there a way to avoid having to constantly connect the Studio with the Production Orchestrator? Any advice or suggestions would be greatly appreciated.

Thank you in advance for your help!

1 Like

@lukas.grabmeir it sounds like I’ve been putting together a similar environment for my organization–Dev, Test, Prod UiPath tenants, git PRs and pushes trigger pipelines for pre-merge validation, build and deploy etc.
And while I’ve worked out methods to ensure that the whatever necessary Orchestrator objects (folders, assets/credentials, buckets, queues, etc) get configured on Test and Prod via the pipeline, Integration Service Connections are something that I can’t find any way to interact with programmatically.
I was able to find an undocumented api here that looks like it might be what I’d like to use https://cloud.uipath.com/{organization}/{tenant}/connections_/swagger/index.html#/ but I’m flying blind and will have to come up with workarounds to solve problems similar to the ones that you’re describing.

Maybe a vote for this idea could help?