Hi community,
We need to migrate some rpa to a virual machines and others we need to disconnect the hardware monitor, so does the RPA need physical hardware monitor in order to keep running?
Best Regards
Hi community,
We need to migrate some rpa to a virual machines and others we need to disconnect the hardware monitor, so does the RPA need physical hardware monitor in order to keep running?
Best Regards
No, it uses a virtual session (RDP)
No need to use any physical hardware monitor to run the bot in RPA.
There are two bots one is attended and another is Unattended.
In attended we need physical hardware monitor and displays the working of bot on the foreground.
But In Unattended it runs in the background, we trigger the bot with respective time it automatically run in the background and no need to allot a physical hardware monitor.
Hope it helps!!
Given that some actual PCs have security features that put the PC into sleep mode after a minute or so, would an unattended robot be blocked by this, or will it still run in the background?
John
Unattended and background are two different things.
The robot clicking/typing should keep the PC from going to sleep. However, generally you should use servers specifically for running automations, and turn those kind of things off (ie automatic sleep).