15-02-23 08:58 AM
Hi All,
Is there any way where we can sign out the warning/offline/missing VMs without manually logging into the VM?
Please suggest.
Regards,
Senthil Selvam
15-02-23 08:50 PM
Hi @Senthil Selvam ,
I don't think so if we can sign out without manually logging into the VM since the blueprism goes into warning/offline/missing VM's state when Blueprism loses the connection with Blue prism and in order to bring it back, someone has to login to the machine and fix the issue. Might be @ewilson can guide us better on it
16-02-23 04:23 AM
That's a feature that DSM(Distributed System Management) tools will take care of. If you simply need the Sign Out function, it seems that you can develop it using RPC.
23-02-23 05:03 PM
I'm also not aware of any such option but indeed a great question.
27-02-23 01:30 PM
Providing the machine can still be reached (e.g. through RDP), it's just lost connection to BP, we use the following run from a command line to remote restart the machine:
psexec \\[machine name] "C:\Windows\System32\shutdown.exe" /r
This removes the need to manually log into the machine, it just restarts it remotely.