cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduled process status 'not responding'

MikkoRahikainen
Level 4
Hello,

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?  
19041.png
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
------------------------------
2 REPLIES 2

Aravindkodela
Level 3

Hi Mikko,
I'm also facing the same issue. Can you please let me know how to solve it?

Thanks,
Aravind



------------------------------
Aravind kodela
------------------------------

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

------------------------------
Aravind kodela
------------------------------