Hi All
I have two instances of Reporting Services on a SQL 2012 Server.
I have modified the rssrvpolicy.config file and rsreportserver.config files as per the requirements for using the SQL Reporting Services for SCSM 2012 (see the 3 changes detailed here:http://technet.microsoft.com/en-us/library/hh519664.aspx), Ive restarted the SSRS Service but Im now getting the below error in the SQL Reporting log:
servicecontroller!DefaultDomain!2184!11/22/2012-15:52:47:: i INFO: RPC Server started. Endpoint name ='ReportingServices$MSRS11.NBCREPORTSCSM'
appdomainmanager!WindowsService_0!2184!11/22/2012-15:52:47:: i INFO: Appdomain:2 WindowsService_0 initialized.
library!DefaultDomain!2184!11/22/2012-15:52:48:: i INFO: Catalog SQL Server Edition = Enterprise
appdomainmanager!DefaultDomain!26f4!11/22/2012-15:53:31:: i INFO: Appdomain:3 ReportServer_NBCREPORTSCSM_0-1-129980732115064305 started.
appdomainmanager!DefaultDomain!26f4!11/22/2012-15:53:34:: e ERROR: AppDomain ReportServer_NBCREPORTSCSM_0 failed to start. Error: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
failed.
library!DefaultDomain!26f4!11/22/2012-15:53:34:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: Failed to create HTTP Runtime, Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException:
An internal or system error occurred in the HTTP Runtime object for application domain ReportServer_NBCREPORTSCSM_0. ---> System.Web.HttpException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' failed. ---> System.Security.SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
at System.Reflection.Assembly._GetType(String name, Boolean throwOnError, Boolean ignoreCase)
at System.Reflection.Assembly.GetType(String name)
Any ideas much appreciated!