I can not stop warning session
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-03-23 11:46 AM
------------------------------
shao hanqing
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-03-23 12:10 PM
As per my Knowledge Warning sessions can't be stopped from the user side, you need to figure out why the system went to warning state by logging in to the System from your side .There might be some unwanted Pop up's are blocking the processes to proceed further and close the pop up's if any present in the ongoing process. Once the Pop Up's are closed then warning stage will be disappeared and will back to running state.
Recommended to Signoff the System and re-login to start the schedule again.
------------------------------
SYED FAHEEM
RPA Developer
DAR-ME
Asia/Kolkata
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
31-05-24 07:48 PM
Warning sessions can't be stopped via control room. You will need to re-start the Hvd manually and then it goes off.
Another way to cancel warning sessions is to kill the session using db query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-06-24 02:15 PM - edited 02-06-24 02:17 PM
In addition to the above suggested solutions, you can also write a batch script file with .bat extension having the below code:
@echo off
taskkill /F /IM Automate.exe
cd "C:\Program Files\Blue Prism Limited\Blue Prism Automate"
start Automate.exe /resourcepc /public
Whenever the issue comes in, you can run the bat script file and it should kill the Blue Prism application and turn on the Runtime Resource agent.
Alternatively, you can locate the Runtime Resource agent from the system tray. Right click on the agent icon, select Restart option and it should show a pop-up asking for restart confirmation as a process is running, click on Restart and then you can turn on the Runtime Resource agent using the cmd command:
"C:\Program Files\Blue Prism Limited\Blue Prism Automate\Automate.exe" /resourcepc /public
Hope this helps you out and if so, please mark the current thread as the 'Answer', so others can refer to the same for reference in future.
Regards,
Devneet Mohanty,
SS&C Blueprism Community MVP 2024,
Automation Architect,
Wonderbotz India Pvt. Ltd.
