Question
Virtual machine configuration(Robotic Process automation)
Hi,
1)when we run the deployed solution from the robotics runtime stand alone, VM gets registered with the PEGA platform.But by default , its generating one operator id that match our system host name. but how to setup multiple virtual machines on the same server for the same workgroup?
2)And also when we have multiple solutions ,like when each solution is configured with respective work group, How to run multiple solutions at a time from Robotics runtime stand alone.?
3) when we have Multiple PEGA applications , how to configure the server details in runtime config.xml?
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
The idea behind robots attached to Pega is that you would have one Runtime per virtual machine. A virtual machine is just that - an instance of a computer that has its own computer name so each robot takes its name from the machine. Therefore, when running robots interfacing with Pega only one per machine is supported.
Running multiple instances of the Runtime when not attached to a Pega instance is possible but requires some extra work to manage the RuntimeConfig. There is only one RuntimeConfig and it would need to be modified before starting the robot. This is an advanced topic and is better handled by provisioning multiple VMs.