Handling crash pop-ups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-08-19 08:36 AM
When one of the application crashes, a pop-up window appears, informing the user that the application just crash and to press OK to continue (which is actually a shutdown of the application).
We try to handle the situation but having huge difficulties.
Normally we wait for an UI element to appear and then react if this happens or mitigate if it doesnt appear. With those crash pop-ups, the UI element is identified by Blue Prism but since the application lost focus and no further interaction is possible, Blue Prism is stuck in a navigation stage.
Time-outs doesnt seem to work as Blue Prism waits for hours that UI is responding although the pop-up doesnt allows it.
However, time-outs are also not the preferred solution as the problem is just moved from everlasting 'running' to stalled 'warning' state.
We also cannot try to identify the pop-up as it can appear between each navigation stage randomly.
Any ideas are much appreciated.
------------------------------
Walter Koller
Solution Manager
Erste Group IT International GmbH
Europe/Vienna
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-08-19 08:02 AM
Have you tried to monitor the memory usage of the application(s) on the machine? This can be done between cases and using the action "Read Process Working Set" in "Utility - Environment". Given that it reaches a certain memory consumption level, just restart the application.
/Joakim
------------------------------
Joakim Eklund
Senior RPA Developer
Swedbank AB
Europe/Stockholm
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-08-19 10:59 AM
A better solution is always welcome. 🙂
------------------------------
Amandeep Malhotra
Graduate Analyst
Barclays Technology Centre India
Europe/London
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-09-19 03:04 PM
------------------------------
A
Robotics Senior Developer
------------------------------

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-09-19 01:09 PM
------------------------------
Cohen
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-09-20 07:04 AM
Can you please share how did you start your BAT file after BP process started and is running in background? Are they under the same session?
Thanks
------------------------------
SeeAnn Loh
Senior Programmer
Jabil
Asia/Kuala_Lumpur
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-09-20 02:55 PM
------------------------------
Brenton Westwood
Systems Analyst
Southern Company
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-09-20 01:40 PM
The .bat file can be ran just with Utillity- Environment - "Start process" action.
But since my comment here has been a while and we migrated to cloud virtual machines were windows defender was not allowing to run this bat file. So now we are using "second thread", which is actually a object with visual basic code that starts this "pop up closing" but as a second thread (first thread is BP code running).
The problem with running process in background mode is the loss of licence as you are using 2 licences, the foreground one and the background one.
------------------------------
Annie
------------------------------
