Share via

Issues with SSRS Configuration Manager reports

Bojan Zivkovic 641 Reputation points
2026-01-24T14:25:14.3066667+00:00

Hi, we have been struggling with this for a while now (we needed to change Configuration Manager SSRS service account password and then this started):

'Microsoft.ReportingServices.ReportProcessing.ReportProcessingException' was thrown. (rsProcessingError)

I reinstalled SSRS 2022/Reporting Services Point role in CM but in vain - this error just keeps popping up - any help would be highly appreciated.

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.


Answer recommended by moderator

  1. Q&A Assist
    2026-01-24T14:25:23.1+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error message you're encountering, Microsoft.ReportingServices.ReportProcessing.ReportProcessingException (rsProcessingError), often indicates issues related to report processing in SQL Server Reporting Services (SSRS). Since you mentioned that this started after changing the Configuration Manager SSRS service account password, it’s possible that the service account is not properly configured or that there are issues with the encryption keys or URL reservations.

    Here are some steps you can take to troubleshoot and resolve the issue:

    1. Update the Service Account Password: Ensure that the password for the SSRS service account is updated in the Reporting Services Configuration Manager. If the password has expired and is not updated, the service may fail to start, leading to processing errors.
    2. Check Encryption Keys: If the service account change has corrupted the encryption keys, you may need to restore the encryption keys manually. You can do this using the Restore option in the Encryption Keys page of the Reporting Services Configuration Manager. If restoring the keys does not work, you might need to delete the encrypted content and recreate data source connection information and subscriptions.
    3. Recreate URL Reservations: After changing the service account, URL reservation errors can occur. You may need to recreate the URL reservations to ensure that the new account has the correct permissions. Restarting the computer may help if you're having trouble recreating the URL reservations.
    4. Check Report Compatibility: Ensure that all reports, including subreports, are compatible with the current version of the report processor. If there are mismatches in versions, it could lead to processing errors.
    5. Review Logs for More Details: Check the SSRS log files for more detailed error messages. The log files are typically located in the Reporting Services LogFiles directory. Look for entries related to ReportProcessingException for additional context on the error.

    By following these steps, you should be able to identify and resolve the issues causing the report processing error in SSRS.


    References:

    Was this answer helpful?

0 additional answers

Sort by: Most helpful

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.