SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,943 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
A community member has associated this post with a similar question:
Analyze SSRS crash dump file
Only moderators can edit this content.
Below is the error I get
library!ReportServer_0-2!1860!06/11/2024-04:28:56::
e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: ,
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server.
See the error log for more details. ---> System.Data.SqlTypes.SqlNullValueException: Data is Null.
This method or property cannot be called on Null values.
at Microsoft.Data.SqlClient.SqlBuffer.get_Boolean()
at Microsoft.ReportingServices.Library.HandledSqlDataReader.Invoke[T,K](Func`3 action, K i)
at Microsoft.ReportingServices.Library.DatabaseSessionStorage.GetSessionData(String sessionId, UserContext userContext, ConnectionManager connMgr)
at Microsoft.ReportingServices.Library.DatabaseSessionStorage.GetSessionData(String sessionId, UserContext userContext)
at Microsoft.ReportingServices.Library.SessionReportItem.Load(DatabaseSessionStorage sessionStorage, String sessionId, ExternalItemPath reportPath, DateTime snapshotDate, UserContext userContext, String userParams, String imageName, DatasourceCredentialsCollection dataSourceCred)
at Microsoft.ReportingServices.Library.SessionfulClientRequest.LoadFromDB(CatalogItemContext context)
at Microsoft.ReportingServices.Library.SessionfulClientRequest.InitAsExistingSession(UserContext userContext, IPathTranslator pathTranslator)
at Microsoft.ReportingServices.Library.SessionStarterAction.CreateExisting(SessionfulClientRequest session, RSService service)