Hi @Kranthi DBA ,
To solve this error "The report server was unable to validate the integrity of encrypted data in the database", you have to do one of the following solutions:
- Delete Encrypted Content in SSRS Configuration Manager.
- Reconfigure the current report server database.
1)Delete Encrypted Content in SSRS Configuration Manager.
- Open Reporting Service Configuration Manager.
- Connect to your report server instance.
- Click on "Encryption Keys", then click on "Delete" to delete all encrypted data in the report server database.
If you can't delete the "Encryption Keys", and got this error "Failed to delete the encryption content in the report server database. Please execute the "DeleteEncryptedContent" stored procedure on the database manually.". so you should do the following:
a. Open SQL Server Management Studio >
b. Click on the new query and run the below SQL query: use Report_Server_Name
exec DeleteEncryptedContent
c. Open the Services, and restart SQL Server Reporting Services.
2) Reconfigure the current report server database.
- Open Reporting Service Configuration Manager.
- Connect to your report server instance.
- Click on "Database" > click on Change database.
Best Regard,
Joy
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.