Extending Reporting capabilities of the Desired Configuration Monitoring Solution - DCM Solution
As you are already aware, the DCM Solution comes out of the box with four out-of-compliance and ten in-compliance reports. You can get access to all these reports by deploying the Reports Component of the DCM Solution. Now, the questions still remain... Can I extend the reporting component of DCM? In what ways can I extend the reporting component of DCM to get what I need? These are most often asked questions. Hence I planned to post this to the blog! :-)
Well, the DCM Solution is extensible when it comes to reporting. Again, there are two points where you can extend the reporting capability of the Desired Configuration Monitoring Solution.
- Create new SRS Reports
The DCM Reports are essentially SQL Server Reporting Services Reports. All of them are deployed to the Report Server during installation. All the reports are driven based off the data stored in the database (DCMSolution database). Having said this, you can definitely create new SQL Server Reporting Services Reports and have them deployed to the Report Server which would address your need. All the data you would need for Reporting is available in the DCMSolution database. Hence, if you want to go by this option, you can:
-
- Create a SRS report and deploy it to the Report Server
- Associate the SRS report with the shared data source (rds). This is already deployed to the Report Server along with the canned reports.
- Create a new Stored Procedure which would supply the required data to your newly created report.
Please refer to the help on SQL Server Reporting Services on how to create / deploy reports with SQL Server Reporting Services. Take caution while doing this so as not to corrupt the existing reports. Please do not alter the database structure / existing SPs cause it might not be supported by PSS.
- Create SMS Reports
The DCM WMI Classes (DCMClass and DCMInComplianceClass) which are collected during the SMS hardware inventory would show up in the Resource Exporer in the SMS Administrator Console. Hence, you can also create custom SMS reports based on the classes available in the resource explorer. Please refer to the help on Systems Management Server 2003 on how to create SMS reports.
Well, I have tried to present a brief overview on the extensible points of the DCM Solution with respect to reporting. If you have further questions in this regard, let me know! Thanks.
Comments
- Anonymous
February 21, 2006
Are the reports included with the solution only available as SRS reports? For me they would be a lot more useful in SMS Webreporting. I guess I will need to create them for myself, but you could take it as a suggestion for a future release.
Mirko
P.S. Excellent blog for an excellent solution accelerator! - Anonymous
February 21, 2006
The DCM Solution comes with four out of compliance and ten in compliance reports. All these reports are available as SQL SRS reports only.
Thats a great suggestion!
Thanks,
Sai - Anonymous
March 05, 2006
While we are talking suggestions:
How about storing all compliance data in WMI, instead only those item that failed the test. It would be very nice to have for reporting purposes. If I'm not clear, I would like the DCM class look like win32_patchstate (when using SMS scan tools), which lists all possible patches and states which are installed and which are not.
DCMClass is good for asking "which tests failed", but not so for "which passed".