I have an issue where my scheduled process status is "not responding". VM is no longer available at all. How I can remove these processes from the list?
Already done: - Archiving is completed (not shown in here) - Resources was retired via System - Resources - Management. (Control room status changed from "Not Responding" to "Unknown" - Immediate stop command returns "Failed to stop process - Failed to send stop instruction to Resource PC - No connection to Resource PC"
Br, Mikko
------------------------------ Mikko Rahikainen RPA Manager Europe/Helsinki ------------------------------
Hi, I was able to change the Status from Warning to Terminated in the control room. 1. Open SSMS and connect. 2. Click on Databases, next click on BluePrism, next click New Query. 3. Then write a Query:- select* from bpasession where statusid=7 update bpasession set statusid=2 where statusid=7 4. Click on Execute or F5.
Note:- statusid=7, where 7 = Warning statusid=2 , where 2=Terminated