Key not valid for use in specified state ? Reporting Services 2008
I'm receiving th开发者_如何转开发is error when trying to see a report.
Well if this happened to you, you've probably has just changed the password of the user that runs the Reporting Services.
You probably can't access the Report Manager either.
Scenario:
Windows 2003 Server / Reporting Services 2008
The way I fixed this was the following:
- Open a console (cmd)
- Typed in this: rskeymgmt -d
- Press Y and hit enter.
- Now you have access to the report manager.
- Go to the Data Source Properties and review your data sources: in my case i just fixed one data source (so take in advice this fix if you have plenty data sources). In my case I set that use the credentials: user and password for the user that runs the reports.
- That's it.
Source: This page helped me
Hope it helps
精彩评论