Contents:
Date: xxxxxxxxxxxxxx System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: The permissions granted to user 'SYSTEMCENTER\test' are insufficient for performing this operation. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user 'SYSTEMCENTER\test' are insufficient for performing this operation. |
Even though it might seem strange there is a good explanation for it, and (gladly) a good solution. Basically it all comes down to read, read and read. Also known as RTFM…
Let’s take a few steps back and see how this error message came to be:
- User Test is created in AD;
- User Test is granted the User Roler Report Operator in SCOM R2
and:
- User Role is in place so we’re ready to rock! Or aren’t we forgetting something now…
- User Test starts SCOM R2 Console and want to open the Reporting section. Will it work? NO, it won’t:
But WHY doesn’t it work?
Hmm. Let’s take a step back, at number 3 actually where the new User Role is being shown. Lets check it out!
- Double click on the newly created User Role and go to the tab Identity
- Wow! But that explains a lot. So lets continue and hit the button Copy. Also notice the nice link on the bottom (More about configuring the reporting role). It will direct you to the SCOM R2 Helpfile explaining how to add AND configure a Report Operator Role… :)
- Open the webpage of the SSRS instance hosting the SCOM R2 Reporting component (http://servername/myreports);
- Go to the tab Properties and hit the button New Role Assignment;
- Paste the earlier copied ID and add the Roles as needed (Browser and My Reports will suffice most of the times);
- Hit OK and close IE. Now user Test can access the SCOM R2 Reports:
However, there are some issues to reckon with. In many environments it is not appreciated that an additional Report Operator is able to access ALL SCOM R2 Reports. Many times a scoping is required there as well.
Update 13-08-2010: This posting describes in detail how to arrange this.
2 comments:
This was also already documented in great detail back in 2007 by Mike Betts.
Securing Report Access in Operations Manager 2007 - http://www.systemcentercentral.com/Downloads/DownloadsDetails/tabid/144/IndexID/7854/Default.aspx
Hi Pete.
Thanks for your comment. In the meanwhile (13th of August 2010) I have published a similar posting, toi be found here: http://thoughtsonopsmgr.blogspot.com/2010/08/how-to-scope-scom-r2-reports-for.html
Cheers,
Marnix
Post a Comment