<?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 Connection String to O365 SHP List in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Connection-String-to-O365-SHP-List/m-p/58378#M12228</link>
    <description>&lt;P class="p1" style="margin: 0cm;"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN style="color: black;"&gt;Hello, we are using this connection string ( below ) to connect to o365 list and read/modify/insert data via BluePrism 6.9&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2" style="margin: 0cm; min-height: 19px;"&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1" style="margin: 0cm;"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN style="color: black;"&gt;Provider=Microsoft.ACE.OLEDB.12.0;WSS;IMEX=1;RetrieveIds=Yes;DATABASE=" + DatabaseURL + ";LIST={" + ListID + "};&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2" style="margin: 0cm; min-height: 19px;"&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1" style="margin: 0cm;"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN style="color: black;"&gt;After office was updated to 2108 build ( 14326.20738 ) It allows me only to read the data ONCE.. any other attempt gives me error "The microsoft access database engine could not find the object."&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2" style="margin: 0cm; min-height: 19px;"&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1" style="margin: 0cm;"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN style="color: black;"&gt;After i got this error i have to restart completely BluePrism and then it again works only ONCE ..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2" style="margin: 0cm; min-height: 19px;"&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1" style="margin: 0cm;"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN style="color: black;"&gt;This is really weird, cause on office 2102 build there were no problems at all…&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2" style="margin: 0cm; min-height: 19px;"&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1" style="margin: 0cm;"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN style="color: black;"&gt;If everybody already experienced this behaviour please let me know what helped to resolve the issue&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2" style="margin: 0cm; min-height: 19px;"&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1" style="margin: 0cm;"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN style="color: black;"&gt;Thanks a lot&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2" style="margin: 0cm; min-height: 19px;"&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Matouš Kobilík&lt;BR /&gt;Application Manager&lt;BR /&gt;Československá obchodní banka, a. s.&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------</description>
    <pubDate>Wed, 26 Jan 2022 16:26:00 GMT</pubDate>
    <dc:creator>MatoušKobilík</dc:creator>
    <dc:date>2022-01-26T16:26:00Z</dc:date>
    <item>
      <title>Connection String to O365 SHP List</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Connection-String-to-O365-SHP-List/m-p/58378#M12228</link>
      <description>&lt;P class="p1" style="margin: 0cm;"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN style="color: black;"&gt;Hello, we are using this connection string ( below ) to connect to o365 list and read/modify/insert data via BluePrism 6.9&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2" style="margin: 0cm; min-height: 19px;"&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1" style="margin: 0cm;"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN style="color: black;"&gt;Provider=Microsoft.ACE.OLEDB.12.0;WSS;IMEX=1;RetrieveIds=Yes;DATABASE=" + DatabaseURL + ";LIST={" + ListID + "};&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2" style="margin: 0cm; min-height: 19px;"&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1" style="margin: 0cm;"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN style="color: black;"&gt;After office was updated to 2108 build ( 14326.20738 ) It allows me only to read the data ONCE.. any other attempt gives me error "The microsoft access database engine could not find the object."&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2" style="margin: 0cm; min-height: 19px;"&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1" style="margin: 0cm;"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN style="color: black;"&gt;After i got this error i have to restart completely BluePrism and then it again works only ONCE ..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2" style="margin: 0cm; min-height: 19px;"&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1" style="margin: 0cm;"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN style="color: black;"&gt;This is really weird, cause on office 2102 build there were no problems at all…&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2" style="margin: 0cm; min-height: 19px;"&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1" style="margin: 0cm;"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN style="color: black;"&gt;If everybody already experienced this behaviour please let me know what helped to resolve the issue&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2" style="margin: 0cm; min-height: 19px;"&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1" style="margin: 0cm;"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN style="color: black;"&gt;Thanks a lot&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2" style="margin: 0cm; min-height: 19px;"&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Matouš Kobilík&lt;BR /&gt;Application Manager&lt;BR /&gt;Československá obchodní banka, a. s.&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------</description>
      <pubDate>Wed, 26 Jan 2022 16:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Connection-String-to-O365-SHP-List/m-p/58378#M12228</guid>
      <dc:creator>MatoušKobilík</dc:creator>
      <dc:date>2022-01-26T16:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: Connection String to O365 SHP List</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Connection-String-to-O365-SHP-List/m-p/58379#M12229</link>
      <description>Hi &lt;SPAN&gt;Matouš!&lt;BR /&gt;&lt;BR /&gt;I think that the problem is not over your Blue Prism solution, sometimes the data base connectors from Access DB fails... I see this kind of problems many times when you install the Windows Updates or new Office updates.&lt;BR /&gt;&lt;BR /&gt;I found this link &lt;A href="https://support.microsoft.com/en-us/topic/office-365-microsoft-access-database-engine-could-not-find-the-object-f70da382-cb07-222d-a9dd-19f05466f353" target="_blank" rel="noopener"&gt;https://support.microsoft.com/en-us/topic/office-365-microsoft-access-database-engine-could-not-find-the-object-f70da382-cb07-222d-a9dd-19f05466f353&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In the article comment two possible solutions, try it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this solve the problem.&lt;BR /&gt;&lt;BR /&gt;Bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Programmer&lt;BR /&gt;Altamira AM&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jan 2022 21:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Connection-String-to-O365-SHP-List/m-p/58379#M12229</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-01-26T21:02:00Z</dc:date>
    </item>
  </channel>
</rss>

