Article ID: 972821 - Last Review: June 29, 2009 - Revision: 1.1

Scheduled reports that you create by using SQL Server 2008 Reporting Services (SSRS) do not display chart data in System Center Operations Manager 2007 R2

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
Expand all | Collapse all

SYMPTOMS

Scheduled reports that you create by using SQL Server 2008 Reporting Services (SSRS) do not display chart data in Microsoft System Center Operations Manager 2007 R2. The following event is logged within the Application event log of the SQL Reporting Services server:
Level: Error
EventID: 108 Source:
Report Server Windows Service
Message: Report Server Windows Service (instancename) cannot load the EnterpriseManagementChartControl extension.

RESOLUTION

To resolve this problem, add the following information to the ReportingServicesService.exe.config file in the ReportServer\bin directory:
<dependentAssembly>
<assemblyIdentity name="Microsoft.ReportingServices.ProcessingCore" publicKeyToken="89845dcd8080cc91" culture="neutral" />
<bindingRedirect oldVersion="9.0.242.0" newVersion="10.0.0.0" />
</dependentAssembly>
<dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity name="Microsoft.ReportingServices.ProcessingCore" publicKeyToken="89845dcd8080cc91" culture="neutral" />
<bindingRedirect oldVersion="9.0.242.0" newVersion="10.0.0.0" />
</dependentAssembly>

APPLIES TO
  • Microsoft System Center Operations Manager 2007 R2
Keywords: 
kbtshoot kbexpertiseinter kbsurveynew kbprb KB972821