Unable to connect SSRS

  • Hi, We are using SSRS 2016 version, it's running good and suddenly it's throwing exception as below when we are trying to generate reports, after restarting the SSRS again it's working good.

     

    2023-05-18 22:07:42.9021|INFO|1|library|Dump on: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException Microsoft.ReportingServices.Modeling.InternalModelingException Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException
    2023-05-18 22:07:42.9021|INFO|1|library|Do not dump on: Microsoft.PowerBI.ReportServer.WebApi.Catalog.CatalogAccessExceptionSystem.Threading.ThreadAbortException System.Web.UI.ViewStateExceptionSystem.OutOfMemoryException System.Web.HttpExceptionSystem.IO.IOExceptionSystem.IO.FileLoadException Microsoft.SharePoint.SPException Microsoft.ReportingServices.WmiProvider.WMIProviderException System.AppDomainUnloadedException
    2023-05-18 22:07:42.9021|INFO|1|library|Minidump location: C:\windows\TEMP\

     

    We are using Winforms ReportViewer control to connect SSRS and generate the Reports.

  • OutOfMemoryException

    Looks like you have a memory exhaustion issue.

    What was the RAM using like at the time of the exception?  Maybe something you have running has a memory leak or a very large result set caused out of memory exceptions to fire.

    You can limit the SSRS memory like you can with SQL's memory, the following article will explain all about SSRS's memory management.

    https://learn.microsoft.com/en-us/sql/reporting-services/report-server/configure-available-memory-for-report-server-applications?view=sql-server-ver16

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply