Please advise if the system is down or if there are any reporting of an issue. I am getting this error message below-

Mary Her 0 Reputation points
2026-07-22T16:39:21.64+00:00

User's image

SQL Server Reporting Services
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.


1 answer

Sort by: Most helpful
  1. Ganesh Chelluri 190 Reputation points Microsoft External Staff Moderator
    2026-07-26T22:38:56.7166667+00:00

    Hi @Mary Her ,

    There's no Microsoft-side outage tied to this. That message (Sys.WebForms.PageRequestManagerServerErrorException, status 500) comes from SQL Server Reporting Services itself it's a generic wrapper, and the real cause is only visible in the report server logs.

    Since SMILNet is an internal report portal, your IT/SSRS admin team will need to check:

    1. Report server logs: <drive>\Program Files\Microsoft SQL Server\MSRS<version>.<instance>\Reporting Services\LogFiles Look for ERROR entries at the time it failed.
    2. ExecutionLog3 view in the ReportServer database if the status shows rsProcessingAborted, the report is timing out. Common fixes on the report server side: - Increase executionTimeout in web.config - Add aspnet:MaxHttpCollectionKeys if the report passes many parameters - Check RSTempFiles folder permissions for the service account - Recycle the SSRS app pool If you can get those log lines from your SSRS admin, we can narrow it down further.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.