<?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: getting error when loading report in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/getting-error-when-loading-report/m-p/3349893#M30658</link>
    <description>&lt;P&gt;This seems to be the key part of the error message:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;There is no data in the database for @CatalogItemId=e6e41eba-a41c-425d-a7d0-33a53a22e578;@ContentType=PowerBIReportDefinition&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you've been editing the database you should probably try rolling back those changes as they could be causing this.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But I think you will need to contact support and raise a support ticket with them. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jul 2023 01:58:14 GMT</pubDate>
    <dc:creator>d_gosbell</dc:creator>
    <dc:date>2023-07-26T01:58:14Z</dc:date>
    <item>
      <title>getting error when loading report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/getting-error-when-loading-report/m-p/3348675#M30649</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I often encounter an error while loading reports on Power BI Report Server. Although it sometimes resolves on its own, I have noticed that the following URL generates an error 500: /powerbi/api/explore/reports/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxx/modelsAndExploration. I also added related logs in below.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm using version May 2023, I had same problem with previous versions but I could fix it by modifiying some scripts on report server's database, unfortunalty now I can't find that solution in internet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you please provide guidance on how to fix this error?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2023-07-25 15:16:41.2911|INFO|59|Received request GET /api/explore/reports/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxx/modelsAndExploration| RequestID = e56c0d34-6bf1-00e6-2982-d429a746d07d ClientSessionID = b2655a34-c9d1-8ac7-eac4-1174b1846876&lt;BR /&gt;2023-07-25 15:16:41.3067|ERROR|59|Unhandled error in the Web API|GET &lt;A href="https://staff.rightel.ir/powerbi/api/explore/reports/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxx/modelsAndExploration?preferReadOnlySession=true" target="_blank" rel="noopener"&gt;https://domain.com/powerbi/api/explore/reports/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxx/modelsAndExploration?preferReadOnlySession=true&lt;/A&gt; - Response Unknown| RequestID = e56c0d34-6bf1-00e6-2982-d429a746d07d ClientSessionID = b2655a34-c9d1-8ac7-eac4-1174b1846876 System.IO.IOException: There is no data in the database for @CatalogItemId=e6e41eba-a41c-425d-a7d0-33a53a22e578;@ContentType=PowerBIReportDefinition&lt;BR /&gt;at Microsoft.ReportingServices.CatalogAccess.Streams.VarbinaryReadableStream.InitializeDatabaseAccess()&lt;BR /&gt;at Microsoft.ReportingServices.CatalogAccess.Streams.VarbinaryReadableStreamFactory.CreateExtendedContentReadableStream(Guid catalogItemId, ExtendedContentType contentType)&lt;BR /&gt;at Microsoft.ReportingServices.CatalogAccess.CatalogItemAccessor.GetExtendedContentReadable(Guid catalogItemId, ExtendedContentType contentType)&lt;BR /&gt;at Microsoft.PowerBI.ReportServer.WebApi.Catalog.CatalogService.&amp;lt;GetPowerBIReportDefinitionStream&amp;gt;d__6.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;at Microsoft.PowerBI.ReportServer.WebApi.Catalog.CatalogService.&amp;lt;GetPbixComponentsAsync&amp;gt;d__5.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;at Microsoft.PowerBI.ReportServer.WebApi.PbiApi.PbiApiController.&amp;lt;GetModelsAndExplorationAsync&amp;gt;d__22.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;at System.Threading.Tasks.TaskHelpersExtensions.&amp;lt;CastToObject&amp;gt;d__1`1.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;at System.Web.Http.Controllers.ApiControllerActionInvoker.&amp;lt;InvokeActionAsyncCore&amp;gt;d__1.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;at System.Web.Http.Filters.ActionFilterAttribute.&amp;lt;CallOnActionExecutedAsync&amp;gt;d__6.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;at System.Web.Http.Filters.ActionFilterAttribute.&amp;lt;CallOnActionExecutedAsync&amp;gt;d__6.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;at System.Web.Http.Filters.ActionFilterAttribute.&amp;lt;ExecuteActionFilterAsyncCore&amp;gt;d__5.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;at System.Web.Http.Controllers.ActionFilterResult.&amp;lt;ExecuteAsync&amp;gt;d__5.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;at System.Web.Http.Controllers.ExceptionFilterResult.&amp;lt;ExecuteAsync&amp;gt;d__6.MoveNext()&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 13:42:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/getting-error-when-loading-report/m-p/3348675#M30649</guid>
      <dc:creator>mhesabi89</dc:creator>
      <dc:date>2023-07-25T13:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: getting error when loading report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/getting-error-when-loading-report/m-p/3349893#M30658</link>
      <description>&lt;P&gt;This seems to be the key part of the error message:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;There is no data in the database for @CatalogItemId=e6e41eba-a41c-425d-a7d0-33a53a22e578;@ContentType=PowerBIReportDefinition&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you've been editing the database you should probably try rolling back those changes as they could be causing this.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But I think you will need to contact support and raise a support ticket with them. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 01:58:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/getting-error-when-loading-report/m-p/3349893#M30658</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2023-07-26T01:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: getting error when loading report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/getting-error-when-loading-report/m-p/3828163#M34496</link>
      <description>&lt;P&gt;Hey! Did you ever get this issue figured out?&lt;BR /&gt;User just reported issues with some folders not loading and I'm seeing the same error on the logs.&lt;BR /&gt;"&lt;SPAN&gt;There is no data in the database for @CatalogItemId=&amp;lt;id_redacted&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;;@&lt;/SPAN&gt;&lt;SPAN&gt;ContentType=&lt;/SPAN&gt;&lt;SPAN&gt;PowerBIReportDefinition"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 18:14:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/getting-error-when-loading-report/m-p/3828163#M34496</guid>
      <dc:creator>cbernardo</dc:creator>
      <dc:date>2024-04-10T18:14:29Z</dc:date>
    </item>
  </channel>
</rss>

