I'd like to delete one of my deployed SSRS reports, then recreate it, but I can't. When I click the report's "Manage" ellipsis on the Report Server I get this:
It's weird because the report works fine, both in the Visual Studio preview and after deployment onto the Report Server; I just can't "Manage" the report on the Report Server. How can I delete this report from my Report Server? I have tried deleting the entire folder containing the problematic report, then redeploying all of the reports, datsets, etc. but I still wind up with the same problem with this one report.
Does your report have an ' in the name? Or some other wild character? SSRS will not be happy about it.
To fix this you'll have to go to the ReportServer database on which ever server it's deployed on. Open the Tables folder and find the dbo.Catalog table. Right click and edit 100 rows. (or more) Find the report that is causing the problem. Change the name of the report in both the Name and the Path column and return. Since your report now does not have the wild character in the name, you may manage it or delete it from the SSRS application.