Dear All,
I want to run two different robots on two VMs, which are connected via two different machine ID to the orchestrator.
I only have 1 unattended runtime on my cloud orchestrator.
I don’t want to run the processes in parallel, one will run in the morning and other one in the night
I tried connecting two VMs using the same machine ID, but it didn’t work
Both processes are using same robot user and windows credentials
Right now, the machine I connected first on orchestrator is working fine. But when I start a job on the other machine, it says in pending mode because apparently, the first machine is consuming the runtime.
not unless you want to manually re-assign the licenses each time you run the processes, by disabling the bot that has the license in use so it goes over to the other one.
Question for you: why do you need 2 machines?
As you mentioned one is gonna run in morning and other one at night, you have totally different timings for the process to run.
They can we executed on the same one itself…
A script in a task scheduler for windows could do that for you.
Or, you can finish your first execution in the morning calling this API, and doinsg the same at night.
Anyways, that would be only a temporary solution, you will need at least two licenses so you can make a kind of “License Allocator” automation.
Well that is how the IT Infrastructure is configured since a long time. It is not typical SAP which can connect to multiple instances from the same application. It is some old legacy tool.