<?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: Scheduled Refresh error &amp;quot;There is no data in the database for @CatalogItemId&amp;quot; in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-error-quot-There-is-no-data-in-the-database/m-p/1485895#M16656</link>
    <description>&lt;P&gt;Does that maybe coincide with the time when you write to your data source?&lt;/P&gt;</description>
    <pubDate>Tue, 10 Nov 2020 23:17:32 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2020-11-10T23:17:32Z</dc:date>
    <item>
      <title>Scheduled Refresh error "There is no data in the database for @CatalogItemId"</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-error-quot-There-is-no-data-in-the-database/m-p/1483201#M16627</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've got a dozen reports scheduled to update every 30-60 minutes.&amp;nbsp; They all hit the same three data sources (DB2 database, AzureDevops WorkItem query using OData, and an on-prem SharePoint list using OData query).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Occasscially, usually once a day.. I get this error at different times, across all of the reports.&amp;nbsp; The next refresh, everything works correctly.&amp;nbsp; The catalogItemId changes each time.&amp;nbsp; Usually I just ignore it, since I know next time the report refreshes it will complete the refresh, however, I'd like to see if I can track it down so I can stop worrying about it.&amp;nbsp; It happens prior to October 2020 update (which I updated to on 11/6/2020).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having trouble tracking down what the problem is.&amp;nbsp; Here is the log file entry from the last time it ran and erred.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;2020-11-09 09:30:17.9007|INFO|76|Processing Data Model Refresh: SessionId: 8b2c9c8c-557e-4b33-917c-6f62f530f092, Status: Starting Data Refresh.
2020-11-09 09:30:17.9943|INFO|76|Processing Data Model Refresh: SessionId: 8b2c9c8c-557e-4b33-917c-6f62f530f092, Status: Starting Retrieving PBIX AsDatabaseInfo.
2020-11-09 09:30:18.1194|INFO|63|Finding model for refresh with catalogId=a7e7ac7e-28f6-4d25-bdcd-b7dffa8bd188, lastCatalogItemUpdate =11/5/2020 1:33:50 PM, lastModelUpdateinCatalog=11/9/2020 9:00:51 AM, resolved to database name=a7e7ac7e-28f6-4d25-bdcd-b7dffa8bd188_-100668866, wasInMemory=True
2020-11-09 09:30:18.2287|INFO|76|Processing Data Model Refresh: SessionId: 8b2c9c8c-557e-4b33-917c-6f62f530f092, Status: Starting Verifying all the data sources are embedded.
2020-11-09 09:30:18.2444|INFO|76|Processing Data Model Refresh: SessionId: 8b2c9c8c-557e-4b33-917c-6f62f530f092, Status: Starting Verifying connection strings are valid.
2020-11-09 09:30:18.2444|INFO|76|Processing Data Model Refresh: SessionId: 8b2c9c8c-557e-4b33-917c-6f62f530f092, Status: Starting Streaming model to Analysis Server.
2020-11-09 09:30:18.3538|ERROR|76|Error Processing Data Model Refresh: SessionId: 8b2c9c8c-557e-4b33-917c-6f62f530f092, Status: Error Failed Streaming model to Analysis Server, Exception System.IO.IOException: There is no data in the database for @CatalogItemId=a7e7ac7e-28f6-4d25-bdcd-b7dffa8bd188;@ContentType=DataModel
   at Microsoft.ReportingServices.CatalogAccess.Streams.VarbinaryReadableStream.InitializeDatabaseAccess()
   at Microsoft.ReportingServices.CatalogAccess.Streams.VarbinaryReadableStreamFactory.CreateExtendedContentReadableStream(Guid catalogItemId, ExtendedContentType contentType)
   at Microsoft.ReportingServices.CatalogAccess.CatalogItemAccessor.GetExtendedContentReadable(Guid catalogItemId, ExtendedContentType contentType)
   at Microsoft.PowerBI.ReportServer.WebHost.EventHandler.AnalysisServicesDataRefresh.LoadModel(AsDatabaseInfo asDatabaseInfo)
   at Microsoft.PowerBI.ReportServer.WebHost.EventHandler.DataRefreshScope.&amp;lt;&amp;gt;c__DisplayClass34_0.&amp;lt;ExecuteActionWithLogging&amp;gt;b__0()
   at Microsoft.PowerBI.ReportServer.WebHost.EventHandler.DataRefreshScope.&amp;lt;ExecuteFuncWithLogging&amp;gt;d__33`1.MoveNext()
2020-11-09 09:30:18.5725|ERROR|76|Error Processing Data Model Refresh: SessionId: 8b2c9c8c-557e-4b33-917c-6f62f530f092, Status: Error Failed Data Refresh, Exception System.IO.IOException: There is no data in the database for @CatalogItemId=a7e7ac7e-28f6-4d25-bdcd-b7dffa8bd188;@ContentType=DataModel
   at Microsoft.PowerBI.ReportServer.WebHost.EventHandler.DataRefreshScope.ExecuteActionWithLogging(Action methodToExecute, String description, String localizedDescription, String messageInFailure, RefreshInfo refreshInfo, DataAccessors dataAccessors, ReportEventType operation, Boolean isDataRetrieval, Boolean showInExecutionLog, Boolean sendToTelemetry)
   at Microsoft.PowerBI.ReportServer.WebHost.EventHandler.AnalysisServicesDataRefresh.RefreshData(RefreshInfo refreshInfo)
   at Microsoft.PowerBI.ReportServer.WebHost.EventHandler.DataRefreshScope.&amp;lt;&amp;gt;c__DisplayClass34_0.&amp;lt;ExecuteActionWithLogging&amp;gt;b__0()
   at Microsoft.PowerBI.ReportServer.WebHost.EventHandler.DataRefreshScope.&amp;lt;ExecuteFuncWithLogging&amp;gt;d__33`1.MoveNext()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 18:38:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-error-quot-There-is-no-data-in-the-database/m-p/1483201#M16627</guid>
      <dc:creator>Mike_Mellis</dc:creator>
      <dc:date>2020-11-09T18:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled Refresh error "There is no data in the database for @CatalogItemId"</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-error-quot-There-is-no-data-in-the-database/m-p/1485895#M16656</link>
      <description>&lt;P&gt;Does that maybe coincide with the time when you write to your data source?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 23:17:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-error-quot-There-is-no-data-in-the-database/m-p/1485895#M16656</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-11-10T23:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled Refresh error "There is no data in the database for @CatalogItemId"</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-error-quot-There-is-no-data-in-the-database/m-p/1487591#M16665</link>
      <description>&lt;P&gt;I don't think so.&amp;nbsp; I got the same error on a report this morning that is only making a single query to a local DB2 database and I can confirm all records in that database are complete and there are no errors or null values.&amp;nbsp; I thought it had to do with the OData query to AzureDev Ops, but doesn't seem to be isolated to it.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 14:17:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-error-quot-There-is-no-data-in-the-database/m-p/1487591#M16665</guid>
      <dc:creator>Mike_Mellis</dc:creator>
      <dc:date>2020-11-11T14:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled Refresh error "There is no data in the database for @CatalogItemId"</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-error-quot-There-is-no-data-in-the-database/m-p/1501232#M16760</link>
      <description>&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;same issue here, we have 16 Subscriptions which are beeing trigerred in the morning when the Mart finished processing.&lt;/P&gt;&lt;P&gt;Frequently 3 PBI Reports fail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have the October 2020 Version of PowerBI RS running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wonder if there maybe some limitations regarding the simoultaniosly cube processing in PBI RS which could lead to this kind of problem.&lt;/P&gt;&lt;P&gt;On the other hand, it i an IO Exception which points in the direction of the Data is not reachable.&lt;/P&gt;&lt;P&gt;Checking if it could be caused by Backups which make the source unavailable for beeing processed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i will return when checked also that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 08:44:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-error-quot-There-is-no-data-in-the-database/m-p/1501232#M16760</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-18T08:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled Refresh error "There is no data in the database for @CatalogItemId"</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-error-quot-There-is-no-data-in-the-database/m-p/1501326#M16761</link>
      <description>&lt;P&gt;nop ,were not the backups&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 09:15:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-error-quot-There-is-no-data-in-the-database/m-p/1501326#M16761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-18T09:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled Refresh error "There is no data in the database for @CatalogItemId"</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-error-quot-There-is-no-data-in-the-database/m-p/1502281#M16763</link>
      <description>&lt;P&gt;The only thing I've been able to track down is the catalogitemid is the itemkey for each report.&amp;nbsp; It's located in the dbo.catalog table of the RS database.&amp;nbsp; Maybe it's losing connection or its a networking error and it doesn't know how to recover.&amp;nbsp; I was also thinking maybe it has to do with refreshing too many reports at once and there is some sort of collision.&amp;nbsp; I am going to try to offset my refreshes (i.e., set one for :05 after the hours, the next at :10, etc.).&amp;nbsp; Maybe by staggering them it gets a clean connect.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 14:07:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-error-quot-There-is-no-data-in-the-database/m-p/1502281#M16763</guid>
      <dc:creator>Mike_Mellis</dc:creator>
      <dc:date>2020-11-18T14:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled Refresh error "There is no data in the database for @CatalogItemId"</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-error-quot-There-is-no-data-in-the-database/m-p/1504126#M16782</link>
      <description>&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;i'm pointing to a similar direction, assuming PowerBI can't handle to many simultaneously report refreshs.&lt;/P&gt;&lt;P&gt;so i setup a 2nd schedule which is beeing executed with a10min offset to the initial schedule.&lt;/P&gt;&lt;P&gt;currently trying to execute 12 instead of 16 Reports on schedule_1 and 4 in schedule_2 after the Rolap-Mart finished processing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i will give an update about the status by tomorrow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 07:57:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-error-quot-There-is-no-data-in-the-database/m-p/1504126#M16782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-19T07:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled Refresh error "There is no data in the database for @CatalogItemId"</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-error-quot-There-is-no-data-in-the-database/m-p/1505277#M16787</link>
      <description>&lt;P&gt;So far, no errors.. which is unusual.&amp;nbsp; I usually have a half dozen a day.&amp;nbsp; I offset the schedule for each report by 1 minute or so.&amp;nbsp; Some run at 1 min after the hour, some 1 minute prior.. or 2 minutes after, etc.&amp;nbsp; This is promising.&amp;nbsp; I'll update in a couple of days to see if any errors pop back up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT 11/23/2020 - No errors since I made the scheduling change.&amp;nbsp; Looks like off setting the schedules so they don't run at the same time worked to resolve the error.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 14:09:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-error-quot-There-is-no-data-in-the-database/m-p/1505277#M16787</guid>
      <dc:creator>Mike_Mellis</dc:creator>
      <dc:date>2020-11-23T14:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled Refresh error "There is no data in the database for @CatalogItemId"</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-error-quot-There-is-no-data-in-the-database/m-p/1516464#M16895</link>
      <description>&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;sounds like you have found a work around.&lt;/P&gt;&lt;P&gt;I am still searching for a more handy / appropriate solution.&lt;/P&gt;&lt;P&gt;I have came across following Posts which also describe our issue except that in our case we are jus using SQL Server connections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Report-Server/PBRS-Oct-2020-Release-update-causes-errors-in-Scheduled-Refresh/td-p/1464068" target="_blank"&gt;https://community.powerbi.com/t5/Report-Server/PBRS-Oct-2020-Release-update-causes-errors-in-Scheduled-Refresh/td-p/1464068&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Report-Server/Power-BI-Report-Server-October-2020-update-has-been-released/m-p/1503433#M16773" target="_blank"&gt;https://community.powerbi.com/t5/Report-Server/Power-BI-Report-Server-October-2020-update-has-been-released/m-p/1503433#M16773&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 13:30:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Scheduled-Refresh-error-quot-There-is-no-data-in-the-database/m-p/1516464#M16895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T13:30:38Z</dc:date>
    </item>
  </channel>
</rss>

