<?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: Fix for &amp;quot;Datasource XXXXXX Not Found&amp;quot; PowerBI Refresh issues in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Fix-for-quot-Datasource-XXXXXX-Not-Found-quot-PowerBI-Refresh/m-p/1893680#M19671</link>
    <description>&lt;P&gt;This worked for us, and one of our error messages was:&amp;nbsp; "Microsoft.PowerBI.ReportServer.ASEngineManagedRoot, No credentials were found for the datasource."&lt;/P&gt;&lt;P&gt;And, we did not have to restart the report server service.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Jun 2021 13:41:13 GMT</pubDate>
    <dc:creator>a4peterson</dc:creator>
    <dc:date>2021-06-10T13:41:13Z</dc:date>
    <item>
      <title>Fix for "Datasource XXXXXX Not Found" PowerBI Refresh issues</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Fix-for-quot-Datasource-XXXXXX-Not-Found-quot-PowerBI-Refresh/m-p/1803336#M19002</link>
      <description>&lt;P&gt;Hi community. There are a class of Refresh errors for PowerBI reports where the message in the logs shows 'Datasource xxxxx is not found'. There is a fix in the upcoming May release that should help a large number of customers hitting this error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the mean time, this can be fixed by editing the RSHostingService config to add &lt;STRONG&gt;Hosting-databaseValidationStatus&lt;/STRONG&gt; to the AS configuration.&lt;/P&gt;&lt;P&gt;Steps:&lt;/P&gt;&lt;P&gt;1. Open RSHostingService config.json file. for example: "C:\Program Files\Microsoft Power BI Report Server\PBIRS\RSHostingService\config.json"&lt;/P&gt;&lt;P&gt;2. Find the section with name = "AS".&lt;BR /&gt;3. Under "restartOnChangesTo" key, add "Hosting-databaseValidationStatus" to the entries&lt;/P&gt;&lt;P&gt;For example-&lt;/P&gt;&lt;P&gt;before:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "name": "AS",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "launcher":"AnalysisServices",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "path": "ASEngine\\msmdsrv.exe",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "Config":&lt;BR /&gt;&amp;nbsp; &amp;nbsp; {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "Workspaces.path": "ASEngine\\workspaces",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "restartOnChangesTo": "ASPort,Workspaces.path"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; }&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "name": "AS",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "launcher":"AnalysisServices",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "path": "ASEngine\\msmdsrv.exe",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "Config":&lt;BR /&gt;&amp;nbsp; &amp;nbsp; {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "Workspaces.path": "ASEngine\\workspaces",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "restartOnChangesTo": "Hosting-databaseValidationStatus,ASPort,Workspaces.path"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; }&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 19:25:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Fix-for-quot-Datasource-XXXXXX-Not-Found-quot-PowerBI-Refresh/m-p/1803336#M19002</guid>
      <dc:creator>gsprague</dc:creator>
      <dc:date>2021-04-23T19:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Fix for "Datasource XXXXXX Not Found" PowerBI Refresh issues</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Fix-for-quot-Datasource-XXXXXX-Not-Found-quot-PowerBI-Refresh/m-p/1804007#M19009</link>
      <description>&lt;P&gt;Thanks！ Finally found the root cause.....&lt;/P&gt;</description>
      <pubDate>Sun, 25 Apr 2021 02:58:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Fix-for-quot-Datasource-XXXXXX-Not-Found-quot-PowerBI-Refresh/m-p/1804007#M19009</guid>
      <dc:creator>hbao4</dc:creator>
      <dc:date>2021-04-25T02:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fix for "Datasource XXXXXX Not Found" PowerBI Refresh issues</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Fix-for-quot-Datasource-XXXXXX-Not-Found-quot-PowerBI-Refresh/m-p/1839120#M19292</link>
      <description>&lt;P&gt;Finally a solution that works!!! This issue has caused me so much pain.&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 16:40:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Fix-for-quot-Datasource-XXXXXX-Not-Found-quot-PowerBI-Refresh/m-p/1839120#M19292</guid>
      <dc:creator>kevinrw</dc:creator>
      <dc:date>2021-05-12T16:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fix for "Datasource XXXXXX Not Found" PowerBI Refresh issues</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Fix-for-quot-Datasource-XXXXXX-Not-Found-quot-PowerBI-Refresh/m-p/1893680#M19671</link>
      <description>&lt;P&gt;This worked for us, and one of our error messages was:&amp;nbsp; "Microsoft.PowerBI.ReportServer.ASEngineManagedRoot, No credentials were found for the datasource."&lt;/P&gt;&lt;P&gt;And, we did not have to restart the report server service.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 13:41:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Fix-for-quot-Datasource-XXXXXX-Not-Found-quot-PowerBI-Refresh/m-p/1893680#M19671</guid>
      <dc:creator>a4peterson</dc:creator>
      <dc:date>2021-06-10T13:41:13Z</dc:date>
    </item>
  </channel>
</rss>

