cancel
Showing results for 
Search instead for 
Did you mean: 

About avoiding process warning status

AtsushiWatanabe
Level 2
​We can see on 'Control' screen that Process is in 'Warning' status.
If 'Warning' continues, subsequent Processes goes forever waiting.
There was a corresponding means, but it is not all-purpose.
http://portal.blueprism.com/customer-support/support-center#/path/1197259982

Therefore, if 'Warning' status lasts longer than the predefined time, It would be nice to be able to kill the process and run 'CloseDown' page.
I would like to propose to incorporate it into the standard features of the next Blue Prism version, so I would like to exchange opinions.

Best regards.

------------------------------
Atsushi Watanabe
InformationSystem
Sony/Taiyo Corp.
Asia/Tokyo
------------------------------
4 REPLIES 4

HarshitRawat
Level 8
I somewhat agree that there is a need to have some option to do something when a session is in warning state for long. But we also need to first finalize what should be the ideal option ? 
a ) Should the process be directly terminated ?
b) Should there be an alert  shown ?
c) Should there be an email sent ?

I think everyone would prefer different option.

------------------------------
Harshit Rawat
All State
------------------------------

​Dear Harshit Rawat-san,

Thank you for your reply.

I think that the process should be directly terminated.
The reason is that other processes will not work.
I don't think It need much alert shown or email.

Also, If possible, I think it would be nice if the user could choose from a) to c) options.

Best regards,
Atsushi Watanabe

------------------------------
Atsushi Watanabe
InformationSystem
Sony/Taiyo Corp.
Asia/Tokyo
------------------------------

Hi Atsushi,

I had a similar issue and I found 'stupid' solution. But it will work only if your license allows you to run more than 1 process at the same time.
Create process which:
 - Checks the BP database for warning state. The table that you should query is [BPASession] and the column is [statusid]. If there is any row where statusid=1 then update it with 2.
-Schedule it to run every X minutes.

I am not the SQL expert but I guess there is also such possibility without using Blue Prism. Trigger in SQL studio or something.

------------------------------
Karol Pietrzyk
------------------------------

Dear Karol Pietrzyk-san,

Thank you for your reply.
I see.
It's a way to monitor the process status from the outside.
Currently, we only have 1 license, so we can't just handle Blue Prism,
but I would consider using something like VB.NET.
Hopefully, Blue Prism itself has its own features.

Best regard,

------------------------------
Atsushi Watanabe
InformationSystem
Sony/Taiyo Corp.
Asia/Tokyo
------------------------------