Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 956444 - Last Review: September 16, 2008 - Revision: 1.0
Error message when you try to run a Service Level Dashboard report after you install Service Level Dashboard Management Pack for System Center Operations Manager 2007: "EXECUTE permission is denied on SL_Dashboard_DashboardGroupGet"
After you install Service Level Dashboard Management Pack for Microsoft System Center Operations Manager 2007, and you run a Service Level Dashboard report, you receive the following error message:
EXECUTE permission is denied on SL_Dashboard_DashboardGroupGet
This problem occurs because the
OpsMgrReader and
OpsMgrWriter roles do not have execute permissions when you try to run a Service Level Dashboard report.
To resolve this problem, set the execute permissions for the
OpsMgrReader role or for the
OpsMgrWriter role by executing the following SQL commands in SQL Server Management Studio on the Operations Manager DataWarehouse database.
GRANT EXECUTE ON dbo.[Microsoft_DataWarehouse_Report_SLDashboard_AvailabilityDataGetAdapted] TO OpsMgrReader GO
GRANT EXECUTE ON dbo.[Microsoft_DataWarehouse_Report_SLDashboard_SlaApplicationGet] TO OpsMgrReader GO
GRANT EXECUTE ON dbo.[Microsoft_DataWarehouse_Report_SLDashboard_SlaComponentGroupGet] TO OpsMgrReader GO
GRANT EXECUTE ON dbo.[Microsoft_DataWarehouse_Report_SLDashboard_SlaTransactionGet] TO OpsMgrReader GO
GRANT EXECUTE ON dbo.[Microsoft_DataWarehouse_Report_SLDashboard_DashboardGroupGet] TO OpsMgrReader GO
GRANT SELECT ON dbo.[Microsoft_DataWarehouse_Report_SLDashboard_fn_MultiValue] TO OpsMgrReader, OpsMgrWriter GO
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
APPLIES TO
- Microsoft System Center Operations Manager 2007
| kbexpertiseinter kberrmsg kbtshoot kbprb KB956444 |
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate