SSRS 2008:无法恢复encryption密钥

我已经将SQL Server 2005数据库迁移到SQL Server 2008使用并行升级。 我已经复制了Reportserver和reportservertempdb数据库,并configuration了SQl服务器Reporting Services 2008以使用此新数据库。 我无法将SSRS密钥还原到新的SSRS 2008服务器。 关键还原报告:

Microsoft.ReportingServices.WmiProvider.WMIProviderException: An error occurred when attempting to connect to the report server remote procedure call (RPC) end point. Verify that the Report Server Windows service is running, and then retry the operation. ---> System.Runtime.InteropServices.COMException (0x800706B3): The RPC server is not listening. (Exception from HRESULT: 0x800706B3) --- End of inner exception stack trace --- at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.ThrowOnError(ManagementBaseObject mo) at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.RestoreEncryptionKey(Byte[] encryptedBytes, String password) at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.RestoreEncryptionKey(Byte[] encryptedBytes, String password) 

我可以打开SSRS网站,但是因为恢复SSRS密钥失败而没有encryption的内容。

任何人都可以帮忙吗?

迟到的答复,但我只是遇到了这个问题,移动SSRS 2008 R2到一个新的服务器。

有同样的问题,如上所述,但通过数据库和凭据向导修复了我,即使我没有改变,一切都显示正确。

转到configurationpipe理器中的数据库 – >更改凭证/更改数据库,然后单击这两个向导。

之后,我能够恢复密钥。

当您尝试通过那里恢复encryption密钥时,您在Reporting Servicesconfigurationpipe理器中遇到什么错误?