<?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: Random Exeption on Runtime Resources &amp;quot;Eccezione da HRESULT: 0x80010108 (RPC_E_DISCONNECTED))&amp;quot; in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Random-Exeption-on-Runtime-Resources-quot-Eccezione-da-HRESULT/m-p/60908#M14294</link>
    <description>The link still works for me.
&lt;DIV style="display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="answer-header answer-header--not-collapsible"&gt;
&lt;DIV class="answer-header__wrapper"&gt;
&lt;H1 class="answer-header__title"&gt;How do I fix "The object invoked has disconnected from its clients" error when interacting with or spying a browser window?&lt;/H1&gt;
&lt;DIV class="answer-header__controls" id="article__sharing"&gt;
&lt;DIV nr="" class="sharing"&gt;&lt;BUTTON nr="" class="sharing__opener" type="button" nr-tooltip="Share this answer" aria-expanded="false"&gt;Share this answer&lt;/BUTTON&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="answer-content"&gt;
&lt;DIV class="answer-body"&gt;
&lt;P&gt;You may encounter the following error message when a Blue Prism Process or Business Object is trying to read from or write to a popup window:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;"The object invoked has disconnected from its clients. (Exception from HRESULT: 0x80010108 (RPC_E_DISCONNECTED)."&lt;/EM&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This error is frequently reported when using Internet Explorer version 11.&lt;/P&gt;
&lt;P&gt;There are two possible reasons for this issue:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Blue Prism is attempting to interact with a browser window that it has previously connected to in the current session, but which is no longer running. This is usually caused by&amp;nbsp;a window or tab in the browser, which was running in a separate&amp;nbsp;Internet Explorer (iexplore.exe)&amp;nbsp;process, no longer running (i.e. it was closed or has become unresponsive).&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;The web page being spied is based upon IFRAME elements, and the behaviour of these elements was changed in Internet Explorer 11 requiring a product fix to avoid this issue.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN&gt;How to resolve this issue&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;There are three possible solutions:&lt;/P&gt;
&lt;H4&gt;&lt;SPAN&gt;&lt;U&gt;&lt;STRONG&gt;Solution 1 - Upgrade to Version 6.4.0 or higher&lt;/STRONG&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;Although a fix was initially&amp;nbsp;introduced to the IFRAME issue in v5.0.18, this was only a partial solution.&amp;nbsp;A more complete and robust&amp;nbsp;fix has since been implemented&amp;nbsp;in release v6.4.0 (for BG-2214) so that the element information within Internet Explorer 11 can now be extracted successfully.&amp;nbsp;&lt;BR /&gt;Therefore, if you are using Internet Explorer 11 then it is recommended that you first&amp;nbsp;upgrade the Blue Prism software in order to prevent this error from appearing.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN&gt;&lt;U&gt;&lt;STRONG&gt;Solution 2 -&amp;nbsp;start using the Child Index value of an Internet Explorer Process&lt;/STRONG&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;Ensure that the Blue Prism Object you are designing is connected to the correct 'iexplore.exe' process by setting the Child Index property to refer to the correct instance of the running process. As Internet Explorer designates the child index as an ordinal number based on the order in which the process was opened, setting the correct child index value depends on being able to control the order in which Internet Explorer windows are opened. If this is known and controllable, then Child Index is the preferred solution.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN&gt;&lt;U&gt;&lt;STRONG&gt;Solution 3 - Resolution Keeping all tabs with a single Process&lt;/STRONG&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;The&amp;nbsp;TabProcGrowth&amp;nbsp;setting will control the behaviour of IE related to tabs and multiple processes. &amp;nbsp;Whilst this may seem a simple solution to the problem, it does run the risk of&amp;nbsp;a single tab window becoming unstable, which&amp;nbsp;might affect all other open tabs that are being controlled by the main 'iexplore' process.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Essentially:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;"&lt;I&gt;By default, IE8 will start with two instances of iexplore.exe (one for the Frame, one for the tab) and grows the number of tab processes as needed based on the amount of available RAM, the number of tabs, the integrity levels for tabs, and the number of distinct IE sessions.&lt;/I&gt;"&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Therefore, to run all tabs in one process that you can identify and attach to, you can set the TabProcGrowth setting to be a DWORD value of '0' in the associated Registry key:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The TabProcGrowth key may already have a value, and it may be defined as a string, but this can be changed from a 'REG_SZ' type of key to a 'DWORD' type, and the value changed from a string to a number,&amp;nbsp;by deleting and recreating the key. By changing the type to a number this is setting the&amp;nbsp;maximum number of tab processes that&amp;nbsp;can be executed for a single&amp;nbsp;session of a single frame process.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;Cano Ai&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 15 Sep 2021 13:42:00 GMT</pubDate>
    <dc:creator>david.l.morris</dc:creator>
    <dc:date>2021-09-15T13:42:00Z</dc:date>
    <item>
      <title>Random Exeption on Runtime Resources "Eccezione da HRESULT: 0x80010108 (RPC_E_DISCONNECTED))"</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Random-Exeption-on-Runtime-Resources-quot-Eccezione-da-HRESULT/m-p/60905#M14291</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;a few days ago, on the RR of Blueprism, I receive this error. For now, I see that it happen when it's working on Internet Explorer, but I cannot be sure that IE have a problem, because if I use it manually, it works...&lt;BR /&gt;&lt;BR /&gt;Have you ever seen this message before? It seems to be a Windows error and not a BluePrism error.&lt;BR /&gt;&lt;BR /&gt;Can It be an error of the website not supported by my version of IE?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Alessandro Gandolfo&lt;BR /&gt;Consultant&lt;BR /&gt;Capgemini&lt;BR /&gt;Europe/Rome&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jul 2019 07:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Random-Exeption-on-Runtime-Resources-quot-Eccezione-da-HRESULT/m-p/60905#M14291</guid>
      <dc:creator>AlessandroGando</dc:creator>
      <dc:date>2019-07-29T07:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Random Exeption on Runtime Resources "Eccezione da HRESULT: 0x80010108 (RPC_E_DISCONNECTED))"</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Random-Exeption-on-Runtime-Resources-quot-Eccezione-da-HRESULT/m-p/60906#M14292</link>
      <description>Have you looked through the Support Center? This article indicates a couple possible causes and a few options for possible resolutions: &lt;A href="http://portal.blueprism.com/customer-support/support-center#/path/1141000682" target="_blank" rel="noopener"&gt;&lt;MARK style="background: #ffffff; color: #000000;"&gt;&lt;/MARK&gt;&lt;/A&gt;&lt;A href="http://portal.blueprism.com/customer-support/support-center#/path/1141000682" target="test_blank"&gt;http://portal.blueprism.com/customer-support/support-center#/path/1141000682&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;3Ci @ Southern Company&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jul 2019 09:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Random-Exeption-on-Runtime-Resources-quot-Eccezione-da-HRESULT/m-p/60906#M14292</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-07-29T09:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Random Exeption on Runtime Resources "Eccezione da HRESULT: 0x80010108 (RPC_E_DISCONNECTED))"</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Random-Exeption-on-Runtime-Resources-quot-Eccezione-da-HRESULT/m-p/60907#M14293</link>
      <description>Link is broken now. Please post updated URL&lt;BR /&gt;&lt;BR /&gt;I am getting following&amp;nbsp;&lt;BR /&gt;
&lt;DIV&gt;Could not execute code stage because exception thrown by code stage: The object invoked has disconnected from its clients. (Exception from HRESULT: 0x80010108 (RPC_E_DISCONNECTED))&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Suhas Dhongade&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2021 13:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Random-Exeption-on-Runtime-Resources-quot-Eccezione-da-HRESULT/m-p/60907#M14293</guid>
      <dc:creator>SuhasDhongade1</dc:creator>
      <dc:date>2021-09-15T13:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Random Exeption on Runtime Resources "Eccezione da HRESULT: 0x80010108 (RPC_E_DISCONNECTED))"</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Random-Exeption-on-Runtime-Resources-quot-Eccezione-da-HRESULT/m-p/60908#M14294</link>
      <description>The link still works for me.
&lt;DIV style="display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="answer-header answer-header--not-collapsible"&gt;
&lt;DIV class="answer-header__wrapper"&gt;
&lt;H1 class="answer-header__title"&gt;How do I fix "The object invoked has disconnected from its clients" error when interacting with or spying a browser window?&lt;/H1&gt;
&lt;DIV class="answer-header__controls" id="article__sharing"&gt;
&lt;DIV nr="" class="sharing"&gt;&lt;BUTTON nr="" class="sharing__opener" type="button" nr-tooltip="Share this answer" aria-expanded="false"&gt;Share this answer&lt;/BUTTON&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="answer-content"&gt;
&lt;DIV class="answer-body"&gt;
&lt;P&gt;You may encounter the following error message when a Blue Prism Process or Business Object is trying to read from or write to a popup window:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;"The object invoked has disconnected from its clients. (Exception from HRESULT: 0x80010108 (RPC_E_DISCONNECTED)."&lt;/EM&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This error is frequently reported when using Internet Explorer version 11.&lt;/P&gt;
&lt;P&gt;There are two possible reasons for this issue:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Blue Prism is attempting to interact with a browser window that it has previously connected to in the current session, but which is no longer running. This is usually caused by&amp;nbsp;a window or tab in the browser, which was running in a separate&amp;nbsp;Internet Explorer (iexplore.exe)&amp;nbsp;process, no longer running (i.e. it was closed or has become unresponsive).&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;The web page being spied is based upon IFRAME elements, and the behaviour of these elements was changed in Internet Explorer 11 requiring a product fix to avoid this issue.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN&gt;How to resolve this issue&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;There are three possible solutions:&lt;/P&gt;
&lt;H4&gt;&lt;SPAN&gt;&lt;U&gt;&lt;STRONG&gt;Solution 1 - Upgrade to Version 6.4.0 or higher&lt;/STRONG&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;Although a fix was initially&amp;nbsp;introduced to the IFRAME issue in v5.0.18, this was only a partial solution.&amp;nbsp;A more complete and robust&amp;nbsp;fix has since been implemented&amp;nbsp;in release v6.4.0 (for BG-2214) so that the element information within Internet Explorer 11 can now be extracted successfully.&amp;nbsp;&lt;BR /&gt;Therefore, if you are using Internet Explorer 11 then it is recommended that you first&amp;nbsp;upgrade the Blue Prism software in order to prevent this error from appearing.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN&gt;&lt;U&gt;&lt;STRONG&gt;Solution 2 -&amp;nbsp;start using the Child Index value of an Internet Explorer Process&lt;/STRONG&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;Ensure that the Blue Prism Object you are designing is connected to the correct 'iexplore.exe' process by setting the Child Index property to refer to the correct instance of the running process. As Internet Explorer designates the child index as an ordinal number based on the order in which the process was opened, setting the correct child index value depends on being able to control the order in which Internet Explorer windows are opened. If this is known and controllable, then Child Index is the preferred solution.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN&gt;&lt;U&gt;&lt;STRONG&gt;Solution 3 - Resolution Keeping all tabs with a single Process&lt;/STRONG&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;The&amp;nbsp;TabProcGrowth&amp;nbsp;setting will control the behaviour of IE related to tabs and multiple processes. &amp;nbsp;Whilst this may seem a simple solution to the problem, it does run the risk of&amp;nbsp;a single tab window becoming unstable, which&amp;nbsp;might affect all other open tabs that are being controlled by the main 'iexplore' process.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Essentially:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;"&lt;I&gt;By default, IE8 will start with two instances of iexplore.exe (one for the Frame, one for the tab) and grows the number of tab processes as needed based on the amount of available RAM, the number of tabs, the integrity levels for tabs, and the number of distinct IE sessions.&lt;/I&gt;"&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Therefore, to run all tabs in one process that you can identify and attach to, you can set the TabProcGrowth setting to be a DWORD value of '0' in the associated Registry key:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The TabProcGrowth key may already have a value, and it may be defined as a string, but this can be changed from a 'REG_SZ' type of key to a 'DWORD' type, and the value changed from a string to a number,&amp;nbsp;by deleting and recreating the key. By changing the type to a number this is setting the&amp;nbsp;maximum number of tab processes that&amp;nbsp;can be executed for a single&amp;nbsp;session of a single frame process.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;Cano Ai&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2021 13:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Random-Exeption-on-Runtime-Resources-quot-Eccezione-da-HRESULT/m-p/60908#M14294</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2021-09-15T13:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: Random Exeption on Runtime Resources "Eccezione da HRESULT: 0x80010108 (RPC_E_DISCONNECTED))"</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Random-Exeption-on-Runtime-Resources-quot-Eccezione-da-HRESULT/m-p/60909#M14295</link>
      <description>I am getting this error on MS Word VBO - Save As Action.&amp;nbsp;&lt;BR /&gt;Automation just writing some data into word file and trying save it as on disk.&amp;nbsp;&lt;BR /&gt;I have BP V6.9&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Suhas Dhongade&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Sep 2021 11:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Random-Exeption-on-Runtime-Resources-quot-Eccezione-da-HRESULT/m-p/60909#M14295</guid>
      <dc:creator>SuhasDhongade1</dc:creator>
      <dc:date>2021-09-16T11:39:00Z</dc:date>
    </item>
  </channel>
</rss>

