I have 2 orchestrators : one tenant and one host. On both they have various dependencies and I was wondering. Let’s say for exemple I have system.Text.Json in 5.2.0 in host and 6.0.0 in tenant. Which version of them will be used by a dependencies that is located in tenant ? Should we only allow one orchestrator to have dependencies ? What is the best practise ?
Hey @Maximilien_Selva To avoid complications and versioning issues, it’s recommended to use the same version of dependencies across both orchestrators (tenant and host). If that’s not feasible, ensure your automation packages are self-contained and specify the required versions within the package. This way, you reduce the risk of dependency conflicts and improve the stability of your workflows.
cheers
The problem is where I work we have VM. Import the specific package can lead to having to do that for every UiPathStudio which we want to avoid. But your answer about having the same version is what I looked for thanks for the reply.
Since us developper can’t have access to orchestrator host, is it better to upload all dependencies on orchestrator host or should we stick to important dependencies in host and not important one to tenant ?
Hey @Maximilien_Selva if your query is resolved kindly close this thread by mark this as solution. so it would help for other too.
cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.