<?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: Auto refresh failure  IDbCommand interface failure on renew sharepoint.map connection in Service</title>
    <link>https://community.fabric.microsoft.com/t5/Service/Auto-refresh-failure-IDbCommand-interface-failure-on-renew/m-p/3821174#M228551</link>
    <description>&lt;P&gt;Generally this means that you haven't installed the same drivers / configuration on your server that runs the on-premises data gateway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would suggest that you have installed something on your local machine to make this work, like Microsoft Access 64Bit, and this has installed a driver or package that makes this work.&amp;nbsp; There could also be some configuration associated with these drivers to makes things work too, so you'll need to see if you've done any additional set up on your machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, think about all the things you'd install on a new work machine if you wanted to get it to work. Do that on the server.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Apr 2024 00:34:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-04-09T00:34:18Z</dc:date>
    <item>
      <title>Auto refresh failure  IDbCommand interface failure on renew sharepoint.map connection</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Auto-refresh-failure-IDbCommand-interface-failure-on-renew/m-p/3820150#M228484</link>
      <description>&lt;P&gt;Question: Why is renew of the query working with the desktop version and not in the powerBI services.&lt;BR /&gt;In service the connection works and is ok we tested it with a singele excel.&lt;/P&gt;&lt;P&gt;Renew failure message&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;[ValidateMarkupTags][ccon]DataSource.NotFound: Excel Workbook: [ccon]The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine. The 64-bit version of the Access Database Engine OLEDB provider may be required to read this type of file. To download the client software, visit the following site: &lt;A href="https://go.microsoft.com/fwlink/?LinkID=285987.[/ccon" target="_blank" rel="noopener"&gt;https://go.microsoft.com/fwlink/?LinkID=285987.[/ccon&lt;/A&gt;]. [/ccon]. The exception was raised by the &lt;STRONG&gt;IDbCommand interface.&lt;/STRONG&gt; Table: Vodafone Info.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;parameters both:&amp;nbsp; Url_BI_Documents and Folder Path&amp;nbsp; &amp;nbsp; are https URL&amp;nbsp;&lt;/P&gt;&lt;P&gt;table query:&amp;nbsp;&lt;SPAN&gt;Vodafone Info&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;let&lt;BR /&gt;&amp;nbsp; &amp;nbsp;source = SharePoint.Files( Url_BI_Documents, [ApiVersion = 15]),&lt;BR /&gt;&amp;nbsp; &amp;nbsp;folderSelection = Table.SelectRows(source, each ([Folder Path] = CallData_Selectie)),&lt;BR /&gt;&amp;nbsp; &amp;nbsp;removeHiddenFiles = Table.SelectRows(folderSelection, each [Attributes]?[Hidden]? &amp;lt;&amp;gt; true),&lt;BR /&gt;&amp;nbsp; &amp;nbsp;functieBestandenOphalen = Table.AddColumn(removeHiddenFiles, "list tables", each #"unfold"([Content])),&lt;BR /&gt;&amp;nbsp; &amp;nbsp;columnPrepare = Table.RenameColumns(functieBestandenOphalen, {"Name", "Call rapport name"}),&lt;BR /&gt;&amp;nbsp; &amp;nbsp;columnSelect = Table.SelectColumns(columnPrepare, {"Call rapport name", "list tables"}),&lt;BR /&gt;&amp;nbsp; &amp;nbsp;removeUnkownFiles = Table.RemoveRowsWithErrors(columnselect, {"list tables"}),&lt;BR /&gt;&amp;nbsp; &amp;nbsp;unfoldFiles = Table.ExpandTableColumn(removeUnkownFiles, "list tables", Table.ColumnNames(#"unfold"(example)) )&lt;BR /&gt;in&lt;BR /&gt;&amp;nbsp; unfoldFiles&lt;BR /&gt;&lt;BR /&gt;Function :&amp;nbsp; (Parameter1 as binary) as any&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;let&lt;BR /&gt;&amp;nbsp; &amp;nbsp;bron = Excel.Workbook(Parameter1, null, true),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; callCenterCallDetailReport_1 = bron{[]}[Data],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; typeGewijzigd = Table.TransformColumnTypes(callCenterCallDetailReport_1,{{"Column1", type text}, {"Column2", type text}, {"Column3", type text} }),&lt;BR /&gt;&amp;nbsp; &amp;nbsp;verwijderHeader= Table.Skip(typeGewijzigd,10),&lt;BR /&gt;&amp;nbsp; &amp;nbsp;headerTransformed = Table.PromoteHeaders(verwijderHeader, [PromoteAllScalars=true]),&lt;BR /&gt;&amp;nbsp; &amp;nbsp;typeGewijzigd2 = Table.TransformColumnTypes(headerTransformed,{{"Call Center Name", type text}, {"Call Start Time", type datetime}, {"Call Answer Time", type datetime} })&lt;BR /&gt;in&lt;BR /&gt;&amp;nbsp; &amp;nbsp;typeGewijzigd2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Renew from Desktops works fine and fast&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 15:00:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Auto-refresh-failure-IDbCommand-interface-failure-on-renew/m-p/3820150#M228484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-08T15:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Auto refresh failure  IDbCommand interface failure on renew sharepoint.map connection</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Auto-refresh-failure-IDbCommand-interface-failure-on-renew/m-p/3821174#M228551</link>
      <description>&lt;P&gt;Generally this means that you haven't installed the same drivers / configuration on your server that runs the on-premises data gateway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would suggest that you have installed something on your local machine to make this work, like Microsoft Access 64Bit, and this has installed a driver or package that makes this work.&amp;nbsp; There could also be some configuration associated with these drivers to makes things work too, so you'll need to see if you've done any additional set up on your machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, think about all the things you'd install on a new work machine if you wanted to get it to work. Do that on the server.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 00:34:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Auto-refresh-failure-IDbCommand-interface-failure-on-renew/m-p/3821174#M228551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-09T00:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Auto refresh failure  IDbCommand interface failure on renew sharepoint.map connection</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Auto-refresh-failure-IDbCommand-interface-failure-on-renew/m-p/3864516#M230375</link>
      <description>&lt;P&gt;Hi&amp;nbsp;RossEdwards&amp;nbsp;,thanks for the quick reply.&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;LiedjeV&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If you have a Pro license you can open a Pro ticket at&lt;/P&gt;
&lt;P&gt;&lt;A href="https://admin.powerplatform.microsoft.com/newsupportticket/powerbi" target="_blank"&gt;Power Platform admin center (microsoft.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 07:29:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Auto-refresh-failure-IDbCommand-interface-failure-on-renew/m-p/3864516#M230375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-24T07:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Auto refresh failure  IDbCommand interface failure on renew sharepoint.map connection</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Auto-refresh-failure-IDbCommand-interface-failure-on-renew/m-p/3894312#M231569</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;After doing different test, we see the problem is not in the connection.&lt;BR /&gt;But in the &lt;STRONG&gt;function&lt;/STRONG&gt;,&amp;nbsp; it works fine on the desktop but after publishing it gives the connection error&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Auto refresh failure IDbCommand interface failure on renew sharepoint.map connection.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 08:34:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Auto-refresh-failure-IDbCommand-interface-failure-on-renew/m-p/3894312#M231569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-06T08:34:27Z</dc:date>
    </item>
  </channel>
</rss>

