<?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 Error in Open Workbook &amp;quot;Open Workbook took more than 30 secs.&amp;quot; BP Version 6.1 in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78179#M30233</link>
    <description>Hi Everyone,

&amp;nbsp;

I have a process which tries to open a workbook which basically an Excel Macro file (.xlsm) and take some time to open due to it size. When I am trying open the workbook using MS EXCEL VBO action Open Workbook, it gives an error

"Internal: Could not execute coge stage because exception thrown by code stage. Open workbook took more than 30 secs"

I am not sure why BP is only waiting 30 seconds and timing out. Any guidance is appreciated.

Thanks !</description>
    <pubDate>Thu, 15 Mar 2018 22:12:00 GMT</pubDate>
    <dc:creator>AnkurSharma</dc:creator>
    <dc:date>2018-03-15T22:12:00Z</dc:date>
    <item>
      <title>Error in Open Workbook "Open Workbook took more than 30 secs." BP Version 6.1</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78179#M30233</link>
      <description>Hi Everyone,

&amp;nbsp;

I have a process which tries to open a workbook which basically an Excel Macro file (.xlsm) and take some time to open due to it size. When I am trying open the workbook using MS EXCEL VBO action Open Workbook, it gives an error

"Internal: Could not execute coge stage because exception thrown by code stage. Open workbook took more than 30 secs"

I am not sure why BP is only waiting 30 seconds and timing out. Any guidance is appreciated.

Thanks !</description>
      <pubDate>Thu, 15 Mar 2018 22:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78179#M30233</guid>
      <dc:creator>AnkurSharma</dc:creator>
      <dc:date>2018-03-15T22:12:00Z</dc:date>
    </item>
    <item>
      <title>Hi Ankur,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78180#M30234</link>
      <description>Hi Ankur,
&amp;nbsp;
You can definitely change the timeout for opening Excel. In the Excel VBO ""Open Workbook"" action, there is a data item called Timeout which is defaulted to 30. Changing that may solve your problem.
&amp;nbsp;
Marc</description>
      <pubDate>Tue, 20 Mar 2018 12:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78180#M30234</guid>
      <dc:creator>Marcde_Leon</dc:creator>
      <dc:date>2018-03-20T12:07:00Z</dc:date>
    </item>
    <item>
      <title>Marc,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78181#M30235</link>
      <description>Marc,
I am on version 6.1. I do not have an input for Timeout on the Excel VBO action of Open Workbook. Are you on a different version?
Pete</description>
      <pubDate>Tue, 20 Mar 2018 18:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78181#M30235</guid>
      <dc:creator>PeterBly</dc:creator>
      <dc:date>2018-03-20T18:12:00Z</dc:date>
    </item>
    <item>
      <title>Can you go and check code…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78182#M30236</link>
      <description>Can you go and check code stage of your vbo, you may find the time out data item there.</description>
      <pubDate>Fri, 30 Mar 2018 10:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78182#M30236</guid>
      <dc:creator>IshanMahajan</dc:creator>
      <dc:date>2018-03-30T10:40:00Z</dc:date>
    </item>
    <item>
      <title>I got the same Error, I…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78183#M30237</link>
      <description>I got the same Error, I haved change the time out data item, but the Errror goes on.
The Error is only on XLSM files</description>
      <pubDate>Mon, 09 Apr 2018 19:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78183#M30237</guid>
      <dc:creator>ThaisSanches2</dc:creator>
      <dc:date>2018-04-09T19:15:00Z</dc:date>
    </item>
    <item>
      <title>I do not see timeout…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78184#M30238</link>
      <description>I do not see timeout dataitem inside my EXCEL VBO, did you add that ? if yes adding only a data item won't help, you need to use that as well inside the code stage.
&amp;nbsp;
Have you tried to open the workbook using Start Process inside Utility - Environment VBO ? you can do that as well and attach to you workbook using MS Excel VBO.</description>
      <pubDate>Tue, 10 Apr 2018 11:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78184#M30238</guid>
      <dc:creator>IshanMahajan</dc:creator>
      <dc:date>2018-04-10T11:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Open Workbook "Open Workbook took more than 30 secs." BP Version 6.1</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78185#M30239</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;I am facing the similar issue while both opening and closing workbook.&lt;BR /&gt;I increased the timeout from 30 sec to 1.5 min but still the issue persists. I am working with XLSM file which is of around 6-7 MB.&lt;BR /&gt;&lt;BR /&gt;Any solution friends?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Swaroop.M&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swaroop M&lt;BR /&gt;Consultant&lt;BR /&gt;EY&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Aug 2020 19:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78185#M30239</guid>
      <dc:creator>SwaroopM</dc:creator>
      <dc:date>2020-08-27T19:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Open Workbook "Open Workbook took more than 30 secs." BP Version 6.1</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78186#M30240</link>
      <description>Hi Swaroop,&lt;BR /&gt;&lt;BR /&gt;I am also facing the same issue with close instance of macro workbook.&lt;BR /&gt;&lt;BR /&gt;Have you found the solution?&lt;BR /&gt;&lt;BR /&gt;If yes, could you please share with us?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Lavanya&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Lavanya Adulapuram&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jul 2022 15:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78186#M30240</guid>
      <dc:creator>Lavanya.A</dc:creator>
      <dc:date>2022-07-11T15:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Open Workbook "Open Workbook took more than 30 secs." BP Version 6.1</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78187#M30241</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="ae2893cf-f920-4c63-83c2-794b4744e153" data-tag-text="@Lavanya Adulapuram" href="https://community.blueprism.com/network/profile?UserKey=ae2893cf-f920-4c63-83c2-794b4744e153" data-itemmentionkey="06842cf4-c6fa-4b93-b187-2aaaee9c17bb"&gt;@Lavanya Adulapuram&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Are you using the latest version of the MS Excel VBO available on the DX? If not, I'd suggest upgrading to that and seeing if you still experience the issue.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/ms-excel-vbo" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/ms-excel-vbo&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jul 2022 20:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78187#M30241</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-07-11T20:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error in Open Workbook "Open Workbook took more than 30 secs." BP Version 6.1</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78188#M30242</link>
      <description>Hi All!&amp;nbsp; I've had similar issues with XLSM files and found that increasing the timeout in the code stages was sufficient.&amp;nbsp; However, it could be that my file is in a different location. I move my file to the local user downloads folder first, then open, modify, save and close before moving it back to a network file share.&amp;nbsp; If your file is not local to the bot workstation, can you try moving it there first and see if that alleviates some of the lag?&amp;nbsp; Network traffic varies constantly so eliminating this variable might be just enough to get the files to respond in a more reasonable amount of time.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Diane Sanzone&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jul 2022 12:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-in-Open-Workbook-quot-Open-Workbook-took-more-than-30-secs/m-p/78188#M30242</guid>
      <dc:creator>diane.sanzone</dc:creator>
      <dc:date>2022-07-12T12:45:00Z</dc:date>
    </item>
  </channel>
</rss>

