06-09-19 11:37 AM
06-09-19 03:09 PM
Generally you shouldn't mix any other environment with Production. There could be valid reasons to combine DEV and UAT, but production should really be left on its own for reliability and stability.
The way to run multiple resource PCs on a single VM is to start them using the command line command and specifying different ports for each one. The default port if you don't specify anything is 8181. This explains why you see the "listener failed" message as you are trying to start more than one digital worker on port 8181.
In the installation folder, use the command "automate.exe /resourcepc /public /port 8182", "automate.exe /resourcepc /public /port 8183" etc to start runtime resources on different ports on the same machine. Other flags such as /user {username} {password} or /sso may be needed depending on how your environment is setup.
If you need more guidance on how to use the command line to start Runtime Resources, you can look at the in-product help file and search for "command line" as the search term.
------------------------------
James Man
Senior Product Consultant
Blue Prism
Asia/Hong_Kong
------------------------------