TF400981: Failed to backup the Reporting Services encryption key.

Pratik Makwana 1 Reputation point
2022-10-17T11:07:33.09+00:00

TF400981: Failed to backup the Reporting Services encryption key. You can try using RSKEYMGMT command to backup the encryption key Completed Verify Backup Encryption Key Operation: Warning

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.
3,063 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2022-10-20T01:46:05.557+00:00

    Hi @Pratik Makwana
    According to your error message, you can try to use rskeymgmt.exe to backup the encryption key. Here is an example that you can use as a reference:

    rskeymgmt -e -f d:\rsdbkey.snk -p<password>  
    

    For more details, you can refer to this link: ssrs-encryption-keys-back-up-and-restore-encryption-keys.


Your answer

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