<?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: Bot freezes when SAP freeze in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Bot-freezes-when-SAP-freeze/m-p/66285#M18890</link>
    <description>Thanks for sharing this tip &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/47423"&gt;@ChenglungTsai1&lt;/a&gt; :)​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ritansh Jatwani Senior Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;EY&lt;BR /&gt;Gurgaon&lt;BR /&gt;*If you find this post helpful mark it as best answer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Sun, 24 Oct 2021 19:59:00 GMT</pubDate>
    <dc:creator>ritansh.jatwani</dc:creator>
    <dc:date>2021-10-24T19:59:00Z</dc:date>
    <item>
      <title>Bot freezes when SAP freeze</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Bot-freezes-when-SAP-freeze/m-p/66278#M18883</link>
      <description>Hello&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Not sure if this goes in this community but hopefully someone has experienced this issue.&lt;BR /&gt;I've been running a BP process for almost two years now, and recently it started to fail, the bot goes into SAP and opens a transaction, it enters some header parameters and then when it tries to go to the next step, SAP sometimes freezes in the middle of that action, the bot has a couple of wait stages before throwing an exception, the issue is that once SAP has froze, the bot also freeze and it looks like it is always in the second wait stage, why does the bot freeze instead of throwing the exception after the 10 second wait has timed out?&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ricardo Cabrera&lt;BR /&gt;Application Developer&lt;BR /&gt;Ericsson&lt;BR /&gt;America/Mexico_City&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Oct 2019 15:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Bot-freezes-when-SAP-freeze/m-p/66278#M18883</guid>
      <dc:creator>RicardoCabrera</dc:creator>
      <dc:date>2019-10-01T15:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Bot freezes when SAP freeze</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Bot-freezes-when-SAP-freeze/m-p/66279#M18884</link>
      <description>Maybe you can try the external run mode to solve this issue.&lt;BR /&gt;&lt;BR /&gt;Open the Application Modeller and select the root node and you will find the drop down list called "Select the Application Manager mode" in the bottom corner.&lt;BR /&gt;&lt;BR /&gt;To choose external mode will let Blue Prism bot run as a external process not automate.exe itself. &lt;BR /&gt;(You can open your task manager to check this. When you using external mode and run it, you will find that a new process call appman.exe is created.)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;By this way, if the application which you want to manipulate get freeze, it will not cause blue prism freeze and after the timeout blue prism will throw the exception.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Chenglung Tsai&lt;BR /&gt;Consultant&lt;BR /&gt;Avanade&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Oct 2019 03:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Bot-freezes-when-SAP-freeze/m-p/66279#M18884</guid>
      <dc:creator>ChenglungTsai1</dc:creator>
      <dc:date>2019-10-02T03:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Bot freezes when SAP freeze</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Bot-freezes-when-SAP-freeze/m-p/66280#M18885</link>
      <description>Definitely have to test this out! Have you solved application not responding issues with this solution and how did you figure out this solution? &lt;BR /&gt;Big thanks for sharing!&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>Wed, 02 Oct 2019 07:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Bot-freezes-when-SAP-freeze/m-p/66280#M18885</guid>
      <dc:creator>joakimeklund</dc:creator>
      <dc:date>2019-10-02T07:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Bot freezes when SAP freeze</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Bot-freezes-when-SAP-freeze/m-p/66281#M18886</link>
      <description>Sure I tried this solution on the WPF application.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When I work with the drop down list by using navigate stage(select item action), I don't know why this application will be freezed and cause Blue Prism hang on the navigate stage. It couldn't go to next stage smoothly. (The default timeout is 5 mins I guess.)&lt;BR /&gt;&lt;BR /&gt;So I set this external mode and changed the timeout time to 10 seconds. By this way blue prism(appman.exe) can throw the exception out if the application didn't give the control back to blue prism.&lt;BR /&gt;&lt;BR /&gt;I think you can use this solution to solve your SAP issue. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Chenglung Tsai&lt;BR /&gt;Consultant&lt;BR /&gt;Avanade&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Oct 2019 08:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Bot-freezes-when-SAP-freeze/m-p/66281#M18886</guid>
      <dc:creator>ChenglungTsai1</dc:creator>
      <dc:date>2019-10-02T08:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Bot freezes when SAP freeze</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Bot-freezes-when-SAP-freeze/m-p/66282#M18887</link>
      <description>awesome, thank you very much for your suggestion, I'll try this asap because this issue is really driving me nuts, the bot freezes at least twice a day&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ricardo Cabrera&lt;BR /&gt;Application Developer&lt;BR /&gt;Ericsson&lt;BR /&gt;America/Mexico_City&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Oct 2019 21:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Bot-freezes-when-SAP-freeze/m-p/66282#M18887</guid>
      <dc:creator>RicardoCabrera</dc:creator>
      <dc:date>2019-10-02T21:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: Bot freezes when SAP freeze</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Bot-freezes-when-SAP-freeze/m-p/66283#M18888</link>
      <description>Cool, hope this approach can help you solve this issue.&lt;BR /&gt;&lt;BR /&gt;But you mentioned that freezes happen at least&lt;SPAN&gt;&amp;nbsp;twice a day, I suggest you just contact with BP support team is better.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Chenglung Tsai&lt;BR /&gt;Consultant&lt;BR /&gt;Avanade&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Oct 2019 02:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Bot-freezes-when-SAP-freeze/m-p/66283#M18888</guid>
      <dc:creator>ChenglungTsai1</dc:creator>
      <dc:date>2019-10-03T02:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Bot freezes when SAP freeze</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Bot-freezes-when-SAP-freeze/m-p/66284#M18889</link>
      <description>Hi Ricardo,&lt;BR /&gt;&lt;BR /&gt;Is this the issue has been resolved using this solution?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;venkatraman kaliyaperumal&lt;BR /&gt;RPA Specialist&lt;BR /&gt;Osram&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 23 Oct 2021 09:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Bot-freezes-when-SAP-freeze/m-p/66284#M18889</guid>
      <dc:creator>venkatramankal1</dc:creator>
      <dc:date>2021-10-23T09:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Bot freezes when SAP freeze</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Bot-freezes-when-SAP-freeze/m-p/66285#M18890</link>
      <description>Thanks for sharing this tip &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/47423"&gt;@ChenglungTsai1&lt;/a&gt; :)​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ritansh Jatwani Senior Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;EY&lt;BR /&gt;Gurgaon&lt;BR /&gt;*If you find this post helpful mark it as best answer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 24 Oct 2021 19:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Bot-freezes-when-SAP-freeze/m-p/66285#M18890</guid>
      <dc:creator>ritansh.jatwani</dc:creator>
      <dc:date>2021-10-24T19:59:00Z</dc:date>
    </item>
  </channel>
</rss>

