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
SYMPTOMSScheduled 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. RESOLUTIONTo 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>
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top