<?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 issue - external table is not in the expected format in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/OLEDB-issue-external-table-is-not-in-the-expected-format/m-p/80690#M877</link>
    <description>&lt;P&gt;Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="c5e63ea0-81f8-48b9-bde7-b9fabd8876b1" data-tag-text="@Neeraj Kumar" href="https://community.blueprism.com/network/profile?UserKey=c5e63ea0-81f8-48b9-bde7-b9fabd8876b1" data-itemmentionkey="9655702b-356c-4e34-a26a-33b8a46a0331"&gt;@Neeraj Kumar&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I've seen this error come up a few times when there is a data mismatch between the columns in the excel file and collections i want to extract to. E.g. a column contains a datetime format in the excel file but the collection might be all text. Its also been an issue where the format types cant be reconciled, i think by default the oledb takes everything as text but if a column is formatted to a type that sql is not familiar with it can cause an error. I resolve this by doing a format to text all for all columns in the excel file before running the oledb action which was ok for the data i was using.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;NTTData&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 30 Oct 2023 13:51:00 GMT</pubDate>
    <dc:creator>michaeloneil</dc:creator>
    <dc:date>2023-10-30T13:51:00Z</dc:date>
    <item>
      <title>OLEDB issue - external table is not in the expected format</title>
      <link>https://community.blueprism.com/t5/University-Forum/OLEDB-issue-external-table-is-not-in-the-expected-format/m-p/80685#M872</link>
      <description>&lt;SPAN&gt;I am using OLEDB in my process to read XLSX file and running the process&amp;nbsp; and sometimes getting the below error while opening the OLEDB connection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;External Table is not in the expected format&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have observed that the same code works fine in next attempt.&lt;BR /&gt;&lt;BR /&gt;This is happening in Prod only and not able to replicate in UAT and Dev.&lt;BR /&gt;&lt;BR /&gt;Any suggestions to fix this intermittent issue where bot fails to open OLEDB connection?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Daulat&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Daulat Ram&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Nov 2021 08:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/OLEDB-issue-external-table-is-not-in-the-expected-format/m-p/80685#M872</guid>
      <dc:creator>DaulatRam1</dc:creator>
      <dc:date>2021-11-09T08:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB issue - external table is not in the expected format</title>
      <link>https://community.blueprism.com/t5/University-Forum/OLEDB-issue-external-table-is-not-in-the-expected-format/m-p/80686#M873</link>
      <description>Hi Daulat,&lt;BR /&gt;&lt;BR /&gt;I came across this post on Stackoverflow that might address your issue. Looks like they're changing their connection string a bit.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/1139390/excel-external-table-is-not-in-the-expected-format" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/1139390/excel-external-table-is-not-in-the-expected-format&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>Tue, 09 Nov 2021 12:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/OLEDB-issue-external-table-is-not-in-the-expected-format/m-p/80686#M873</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-11-09T12:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB issue - external table is not in the expected format</title>
      <link>https://community.blueprism.com/t5/University-Forum/OLEDB-issue-external-table-is-not-in-the-expected-format/m-p/80687#M874</link>
      <description>Thanks for your inputs Eric. We are using the Updated connection string only but issue still persists.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Daulat&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Daulat Ram&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Nov 2021 05:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/OLEDB-issue-external-table-is-not-in-the-expected-format/m-p/80687#M874</guid>
      <dc:creator>DaulatRam1</dc:creator>
      <dc:date>2021-11-26T05:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB issue - external table is not in the expected format</title>
      <link>https://community.blueprism.com/t5/University-Forum/OLEDB-issue-external-table-is-not-in-the-expected-format/m-p/80688#M875</link>
      <description>Hi Daulat,&lt;BR /&gt;&lt;BR /&gt;Can you also try to check the file format. Some times files are stored as xlsx but they refer to XML spreadsheet type and not your typical Excel Workbook type which creates issue while connecting with excel files as OLEDB. We have seen this issue in past when we directly downloaded any file from SAP and tried to read it directly using OLEDB connection. As a workaround, we first need to save the file again as a proper .xlsx (Excel Spreadsheet Format) and then continue with it.&lt;BR /&gt;&lt;BR /&gt;You can check the different excel formats in the given screenshot below. The one highlighted is likely to case the issues when trying to establish an OLEDB connection. Ensure that your file is first saved as the first xlsx format which you can see in the screenshot :&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="32416.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/32525i858AB552B16B1401/image-size/large?v=v2&amp;amp;px=999" role="button" title="32416.png" alt="32416.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Automation Consultant&lt;BR /&gt;Blueprism 6x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Nov 2021 06:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/OLEDB-issue-external-table-is-not-in-the-expected-format/m-p/80688#M875</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2021-11-26T06:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB issue - external table is not in the expected format</title>
      <link>https://community.blueprism.com/t5/University-Forum/OLEDB-issue-external-table-is-not-in-the-expected-format/m-p/80689#M876</link>
      <description>&lt;P&gt;posting on a old thread in case if someone able to resolution on this. Received this error all of sudden while bot running in production and next day on re-run - issue did not came.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Neeraj Kumar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Oct 2023 16:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/OLEDB-issue-external-table-is-not-in-the-expected-format/m-p/80689#M876</guid>
      <dc:creator>Neel1</dc:creator>
      <dc:date>2023-10-27T16:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB issue - external table is not in the expected format</title>
      <link>https://community.blueprism.com/t5/University-Forum/OLEDB-issue-external-table-is-not-in-the-expected-format/m-p/80690#M877</link>
      <description>&lt;P&gt;Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="c5e63ea0-81f8-48b9-bde7-b9fabd8876b1" data-tag-text="@Neeraj Kumar" href="https://community.blueprism.com/network/profile?UserKey=c5e63ea0-81f8-48b9-bde7-b9fabd8876b1" data-itemmentionkey="9655702b-356c-4e34-a26a-33b8a46a0331"&gt;@Neeraj Kumar&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I've seen this error come up a few times when there is a data mismatch between the columns in the excel file and collections i want to extract to. E.g. a column contains a datetime format in the excel file but the collection might be all text. Its also been an issue where the format types cant be reconciled, i think by default the oledb takes everything as text but if a column is formatted to a type that sql is not familiar with it can cause an error. I resolve this by doing a format to text all for all columns in the excel file before running the oledb action which was ok for the data i was using.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;NTTData&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Oct 2023 13:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/OLEDB-issue-external-table-is-not-in-the-expected-format/m-p/80690#M877</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2023-10-30T13:51:00Z</dc:date>
    </item>
  </channel>
</rss>

