<?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: Exception Handling in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Exception-Handling/m-p/52412#M7289</link>
    <description>Hi Iryna,&lt;BR /&gt;&lt;BR /&gt;I came across the same error while I'm using the Open Workbook in Blue Prism MS Excel VBO-Extended. This happens because excel contains pivot tables, where 'refresh data when opening the file' is checked (in Pivot table's options). However I can't change it to false programmatically in Blue Prism before using the Open Workbook. Did you manage to solve this one?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Theo&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Theodoros Papasotiriou&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 02 Jun 2021 10:56:00 GMT</pubDate>
    <dc:creator>TheodorosPapaso</dc:creator>
    <dc:date>2021-06-02T10:56:00Z</dc:date>
    <item>
      <title>Exception Handling</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exception-Handling/m-p/52408#M7285</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am getting below exception while executing the code.&lt;BR /&gt;&lt;BR /&gt;Could not execute code stage because exception thrown by code stage: The message filter indicated that the application is busy. (Exception from HRESULT: 0x8001010A (RPC_E_SERVERCALL_RETRYLATER))&lt;BR /&gt;&lt;BR /&gt;Can any one please tell why I am getting this type exception and how to resolve it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shraddha Pavagi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Oct 2020 19:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exception-Handling/m-p/52408#M7285</guid>
      <dc:creator>ShraddhaPavagi2</dc:creator>
      <dc:date>2020-10-10T19:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exception Handling</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exception-Handling/m-p/52409#M7286</link>
      <description>Hi Shraddha&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="answer-header answer-header--not-collapsible"&gt;
&lt;DIV class="answer-header__wrapper"&gt;
&lt;DIV class="answer-header__controls" id="article__sharing"&gt;
&lt;DIV nr="" class="sharing"&gt;&lt;STRONG&gt;Why do I get error "Exception from HRESULT: 0x8001010A (RPC_E_SERVERCALL_RETRYLATER)" when creating an MS Excel file?&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="answer-header answer-header--not-collapsible"&gt;&lt;/DIV&gt;
&lt;DIV class="answer-content"&gt;
&lt;DIV class="answer-body"&gt;
&lt;P&gt;This is a Microsoft error and is &lt;U&gt;not&lt;/U&gt; related to Blue Prism&amp;nbsp; The error usually occurs when MS Excel is not ready to handle your call (for example, if the user is busy editing a cell or pressing the mouse button).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following two threads on the Microsoft forum may help you to address this error:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://social.msdn.microsoft.com/Forums/en/vsto/thread/1dab0874-bba5-481a-9986-a11a66efa0a0" target="_blank" rel="noopener"&gt;COM IMessageFilter vs. Exception Handling in a Retry Loop?&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://social.msdn.microsoft.com/forums/en-US/vsto/thread/11c6ca3f-6bd9-47d9-83e4-9c8adc6292c2" target="_blank" rel="noopener"&gt;Multi-threading&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Hossein Azimi&lt;BR /&gt;Customer Support Engineer, APAC&lt;BR /&gt;Blue Prism&lt;BR /&gt;Sydney NSW&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Oct 2020 23:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exception-Handling/m-p/52409#M7286</guid>
      <dc:creator>hossein.azimi</dc:creator>
      <dc:date>2020-10-10T23:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exception Handling</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exception-Handling/m-p/52410#M7287</link>
      <description>Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shraddha Pavagi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Oct 2020 07:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exception-Handling/m-p/52410#M7287</guid>
      <dc:creator>ShraddhaPavagi2</dc:creator>
      <dc:date>2020-10-12T07:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exception Handling</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exception-Handling/m-p/52411#M7288</link>
      <description>Hi everyone.&lt;BR /&gt;&lt;BR /&gt;My solution was very simple.&lt;BR /&gt;I found the core of the problem: the &lt;STRONG&gt;Excel setting&lt;/STRONG&gt;. If you have some information that &lt;SPAN style="text-decoration: underline;"&gt;updates while the opening - switch it off&lt;/SPAN&gt;. &lt;BR /&gt;Example: Pivot Table. Do not allow to refresh data while opening Excel.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Iryna Musiiovska&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2021 16:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exception-Handling/m-p/52411#M7288</guid>
      <dc:creator>UAMUSIIOIR</dc:creator>
      <dc:date>2021-04-20T16:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exception Handling</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exception-Handling/m-p/52412#M7289</link>
      <description>Hi Iryna,&lt;BR /&gt;&lt;BR /&gt;I came across the same error while I'm using the Open Workbook in Blue Prism MS Excel VBO-Extended. This happens because excel contains pivot tables, where 'refresh data when opening the file' is checked (in Pivot table's options). However I can't change it to false programmatically in Blue Prism before using the Open Workbook. Did you manage to solve this one?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Theo&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Theodoros Papasotiriou&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jun 2021 10:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exception-Handling/m-p/52412#M7289</guid>
      <dc:creator>TheodorosPapaso</dc:creator>
      <dc:date>2021-06-02T10:56:00Z</dc:date>
    </item>
  </channel>
</rss>

