<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Handling crash pop-ups in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Handling-crash-pop-ups/m-p/85093#M36141</link>
    <description>The solution that we use to solve this issue is to kill the process responsible for showing the popup, which is usually "WerFault.exe". You can write a bat file that which runs in regular intervals to kill this process. Once the process is killed, BP can resume its execution. The interval can be decided according to how frequently this popup shows up.&lt;BR /&gt;&lt;BR /&gt;A better solution is always welcome. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amandeep Malhotra&lt;BR /&gt;Graduate Analyst&lt;BR /&gt;Barclays Technology Centre India&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 29 Aug 2019 09:59:00 GMT</pubDate>
    <dc:creator>AmandeepMalhotr</dc:creator>
    <dc:date>2019-08-29T09:59:00Z</dc:date>
    <item>
      <title>Handling crash pop-ups</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Handling-crash-pop-ups/m-p/85091#M36139</link>
      <description>We have the issue of randomly crashing business applications, sometimes Excel and whatever can crash, will crash at some point I guess.&lt;BR /&gt;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).&amp;nbsp;&lt;BR /&gt;We try to handle the situation but having huge difficulties.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Time-outs doesnt seem to work as Blue Prism waits for hours that UI is responding although the pop-up doesnt allows it.&lt;BR /&gt;However, time-outs are also not the preferred solution as the problem is just moved from everlasting 'running' to stalled 'warning' state.&lt;BR /&gt;&lt;BR /&gt;We also cannot try to identify the pop-up as it can appear between each navigation stage randomly.&lt;BR /&gt;&lt;BR /&gt;Any ideas are much appreciated.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Walter Koller&lt;BR /&gt;Solution Manager&lt;BR /&gt;Erste Group IT International GmbH&lt;BR /&gt;Europe/Vienna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Aug 2019 07:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Handling-crash-pop-ups/m-p/85091#M36139</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2019-08-28T07:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Handling crash pop-ups</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Handling-crash-pop-ups/m-p/85092#M36140</link>
      <description>The pop up you're refering to is "application is not responding", right?&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;/Joakim&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Joakim Eklund&lt;BR /&gt;Senior RPA Developer&lt;BR /&gt;Swedbank AB&lt;BR /&gt;Europe/Stockholm&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2019 07:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Handling-crash-pop-ups/m-p/85092#M36140</guid>
      <dc:creator>joakimeklund</dc:creator>
      <dc:date>2019-08-29T07:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Handling crash pop-ups</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Handling-crash-pop-ups/m-p/85093#M36141</link>
      <description>The solution that we use to solve this issue is to kill the process responsible for showing the popup, which is usually "WerFault.exe". You can write a bat file that which runs in regular intervals to kill this process. Once the process is killed, BP can resume its execution. The interval can be decided according to how frequently this popup shows up.&lt;BR /&gt;&lt;BR /&gt;A better solution is always welcome. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amandeep Malhotra&lt;BR /&gt;Graduate Analyst&lt;BR /&gt;Barclays Technology Centre India&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2019 09:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Handling-crash-pop-ups/m-p/85093#M36141</guid>
      <dc:creator>AmandeepMalhotr</dc:creator>
      <dc:date>2019-08-29T09:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Handling crash pop-ups</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Handling-crash-pop-ups/m-p/85094#M36142</link>
      <description>We have similar with the bat file, but a different approach. Program (bat file) is started at the start of the BP process and is running in background, whenever the pop up with specific window name shows up, it is automatically killed.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;A&lt;BR /&gt;Robotics Senior Developer&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2019 14:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Handling-crash-pop-ups/m-p/85094#M36142</guid>
      <dc:creator>acilinska</dc:creator>
      <dc:date>2019-09-17T14:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Handling crash pop-ups</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Handling-crash-pop-ups/m-p/85095#M36143</link>
      <description>there is a possibility of posting the code for such a bat file?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Sep 2019 12:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Handling-crash-pop-ups/m-p/85095#M36143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-19T12:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Handling crash pop-ups</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Handling-crash-pop-ups/m-p/85096#M36144</link>
      <description>Hi Annija,&lt;BR /&gt;&lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SeeAnn Loh&lt;BR /&gt;Senior Programmer&lt;BR /&gt;Jabil&lt;BR /&gt;Asia/Kuala_Lumpur&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Sep 2020 06:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Handling-crash-pop-ups/m-p/85096#M36144</guid>
      <dc:creator>seeannloh</dc:creator>
      <dc:date>2020-09-03T06:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Handling crash pop-ups</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Handling-crash-pop-ups/m-p/85097#M36145</link>
      <description>A developer on my team created a Process that can be run at the same time as the Main process because the object it calls has a Run Mode = Background.&amp;nbsp; &amp;nbsp;This process calls an object that looks for random pop up windows that may display using the Utility - General VBO's 'Window Exists' action.&amp;nbsp; &amp;nbsp;If the window is found, the object will attach to it and attempt to close the window.&amp;nbsp; &amp;nbsp; This process also accepts a Time data item named 'Stop Time Override' to set a time when the process should stop running.&amp;nbsp; &amp;nbsp; So, this may be another option besides the .bat file option.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Brenton Westwood&lt;BR /&gt;Systems Analyst&lt;BR /&gt;Southern Company&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Sep 2020 13:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Handling-crash-pop-ups/m-p/85097#M36145</guid>
      <dc:creator>bjwestwo</dc:creator>
      <dc:date>2020-09-03T13:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: Handling crash pop-ups</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Handling-crash-pop-ups/m-p/85098#M36146</link>
      <description>&lt;P&gt;The .bat file can be ran just with Utillity- Environment&amp;nbsp; - "Start process" action.&lt;/P&gt;
&lt;P&gt;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).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Annie&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Sep 2020 12:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Handling-crash-pop-ups/m-p/85098#M36146</guid>
      <dc:creator>acilinska</dc:creator>
      <dc:date>2020-09-07T12:40:00Z</dc:date>
    </item>
  </channel>
</rss>

