<?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: OLEDB Crashed Blue Prism in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Crashed-Blue-Prism/m-p/110915#M49980</link>
    <description>&lt;P&gt;I am also having this issue. It happens for me when opening a connection to an excel file with the wrong compatibility mode / excel version in the connection string's extended properties. Most commonly I get a crash if the version I specify doesn't match the excel sheet I'm trying to open&lt;/P&gt;&lt;P&gt;Provider=Microsoft.ACE.OLEDB.12.0;Data Source=spreadsheet.xlsx;Extended Properties='Excel 12.0 Xml;HDR=YES;Empty Text Mode=EmptyAsNull'; &amp;lt;-- This will work because the spreadsheet is xlsx and the version of the extended properties is "Excel 12.0 Xml"&amp;nbsp;&lt;/P&gt;&lt;P&gt;Provider=Microsoft.ACE.OLEDB.12.0;Data Source=spreadsheet.xls;Extended Properties='Excel 12.0 Xml;HDR=YES;Empty Text Mode=EmptyAsNull'; &amp;lt;-- This will crash because the spreadsheet is xls and the version of the extended properties is "Excel 12.0 Xml" Changing the version to "Excel 8.0" avoids the crash&lt;/P&gt;&lt;P&gt;Editing the object to check the file type before setting the connection string is how I handled the issue. But Blue Prism really shouldn't be crashing like this under any circumstance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 May 2024 19:05:23 GMT</pubDate>
    <dc:creator>ca62013862</dc:creator>
    <dc:date>2024-05-27T19:05:23Z</dc:date>
    <item>
      <title>OLEDB Crashed Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Crashed-Blue-Prism/m-p/74433#M27038</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;I have encountered some interesting behavior in Blue Prism today. We have a reconciliation process that connects to a spreadsheet using the OLEDB Blue Prism object and up until now the process of querying data has proven to be successful. However, when running the process in debug mode this morning, Blue Prism crashed unexpectedly with no exception messaging. I re-opened the application and the item is still locked in the queue, and there is no sign of anything going wrong in the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has anyone encountered issues with OLEDB connectivity like this before? I imagine it may be related to opening and closing the OLEDB connection, but I am unsure.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Nick&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nick LeGuerrier&lt;BR /&gt;Senior RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jan 2020 17:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Crashed-Blue-Prism/m-p/74433#M27038</guid>
      <dc:creator>NickLeGuerrier</dc:creator>
      <dc:date>2020-01-27T17:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB Crashed Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Crashed-Blue-Prism/m-p/74434#M27039</link>
      <description>Might be worth a look for clues in the windows event log and then raising a ticket with our support team.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jan 2020 09:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Crashed-Blue-Prism/m-p/74434#M27039</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2020-01-28T09:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB Crashed Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Crashed-Blue-Prism/m-p/74435#M27040</link>
      <description>Hi Nick,&lt;BR /&gt;&lt;BR /&gt;I would check the windows event log as suggested by John. If that shows nothing else then try with some dummy data incase its a formatting issue with the data (i.e. the data source has changed​ column/table names etc), if that seems to be similar to how it used to be then it would be worthwhile checking your latest windows security updates as there was a few in the November security release from Microsoft that caused serious issues with the Access database engines used&amp;nbsp;by OLE DB. Microsoft have released patches to resolve these issues&amp;nbsp;that will hopefully&amp;nbsp;help with your connection&amp;nbsp;issue. &lt;BR /&gt;&lt;BR /&gt;See Microsoft Database Engine patch details: &lt;A href="https://support.office.com/en-gb/article/access-error-query-is-corrupt-fad205a5-9fd4-49f1-be83-f21636caedec" target="test_blank"&gt;https://support.office.com/en-gb/article/access-error-query-is-corrupt-fad205a5-9fd4-49f1-be83-f21636caedec&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Ian&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ian Campbell&lt;BR /&gt;RPA Specialist&lt;BR /&gt;Allen &amp;amp; Overy&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jan 2020 09:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Crashed-Blue-Prism/m-p/74435#M27040</guid>
      <dc:creator>IanCampbell</dc:creator>
      <dc:date>2020-01-29T09:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB Crashed Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Crashed-Blue-Prism/m-p/74436#M27041</link>
      <description>Thank you to both John and Ian for these suggestions. I will speak to our IT team and hopefully this solves the issue.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Nick&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nick LeGuerrier&lt;BR /&gt;Senior RPA Developer&lt;BR /&gt;MD Financial Management&lt;BR /&gt;Ottawa&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jan 2020 14:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Crashed-Blue-Prism/m-p/74436#M27041</guid>
      <dc:creator>NickLeGuerrier</dc:creator>
      <dc:date>2020-01-29T14:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: OLEDB Crashed Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Crashed-Blue-Prism/m-p/110915#M49980</link>
      <description>&lt;P&gt;I am also having this issue. It happens for me when opening a connection to an excel file with the wrong compatibility mode / excel version in the connection string's extended properties. Most commonly I get a crash if the version I specify doesn't match the excel sheet I'm trying to open&lt;/P&gt;&lt;P&gt;Provider=Microsoft.ACE.OLEDB.12.0;Data Source=spreadsheet.xlsx;Extended Properties='Excel 12.0 Xml;HDR=YES;Empty Text Mode=EmptyAsNull'; &amp;lt;-- This will work because the spreadsheet is xlsx and the version of the extended properties is "Excel 12.0 Xml"&amp;nbsp;&lt;/P&gt;&lt;P&gt;Provider=Microsoft.ACE.OLEDB.12.0;Data Source=spreadsheet.xls;Extended Properties='Excel 12.0 Xml;HDR=YES;Empty Text Mode=EmptyAsNull'; &amp;lt;-- This will crash because the spreadsheet is xls and the version of the extended properties is "Excel 12.0 Xml" Changing the version to "Excel 8.0" avoids the crash&lt;/P&gt;&lt;P&gt;Editing the object to check the file type before setting the connection string is how I handled the issue. But Blue Prism really shouldn't be crashing like this under any circumstance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 19:05:23 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Crashed-Blue-Prism/m-p/110915#M49980</guid>
      <dc:creator>ca62013862</dc:creator>
      <dc:date>2024-05-27T19:05:23Z</dc:date>
    </item>
  </channel>
</rss>

