Performance Utilization report
1) PerfDS error when executing the report
The report Performance Utilization does not correspond with the stored procedure it calls
I opened the report with Visual Studio and in the definition of the report the dataset PerfDS calls the stored procedure
dbo.[Microsoft_SystemCenter_Report_Performace_By_Utilization]; in the parameters defined for this the call to the stored procedure has as first parameter @DataAggregation: the stored procedure from the MP does not have this parameter. I adapted the report to remove the parameter in the PerfDS dataset, deployed it and then it works.
2) At my company I have a datawarehouse which is used by two managementgroups; it would like to take the parameter @ManagementGroupId in consideration for the dataset Groups in the report
3) The Groups DataSet gives all defined groups; it should only give groups where the members are of type Computer, e.g. in the list of group Active Directory, AD Domain Controller Group (Windows 2003 Server), ... are present; when selecting these the report does not return data because I presume the members of the group are not of type Windows Computer
It is a nice report but it could be beter at certainly the management pack should make sure the reports call the stored procedures with the correct parameters
Roland