SCCM 2012 uses SQL 2008 R2 for storing its config and data. SCCM 2012 also use SQL Reporting Services 2008 R2 and there is a bug when you try edit a report.
If you try edit a report you get the following:
this is taken from
Ben's System Center Experience
so to save myself some typing here is his blog post:
For System Center Configuration Manager 2012 with SQL Server 2008 R2, you will receive this error while create/edit report from Console.
Error: Report Builder not available
Report Builder 2.0 is not installed as a click-once application on report server
To fix this, please change registry value to :
[HKLM\SOFTWARE\Wow6432Node\Microsoft\ConfigMgr10\AdminUI\Reporting]
"ReportBuilderApplicationManifestName"="ReportBuilder_3_0_0_0.application"
Download : ReportBuilder3.reg
P/S: after fix the registry still not work, please run Console as Administrator
If you need standalone Report Builder 3.0, download here.
More details from Microsoft
No comments:
Post a Comment