RS on clustered server
I installed clustered sql2k5 with RS, and went through RS configuration without error. But got following errors when try to browser RS site, IIS is running:
For reports site, I got:
Server Error in '/Reports' Application.
Parser Error
Description:An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message:Could not load type 'Microsoft.ReportingServices.UI.GlobalApp'.
Source Error:Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="Microsoft.ReportingServices.UI.GlobalApp" %>
Source File:D:\MSSQL.3\Reporting Services\ReportManager\global.asax Line:1
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
For reportserver site, I got:
Server Error in '/ReportServer' Application.
Configuration Error
Description:An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message:The format of the file 'ReportingServicesWebServer' is invalid.
Source Error:
Line 28: <assemblies> Line 29: <clear />Line 30: <add assembly="ReportingServicesWebServer" />Line 31: </assemblies> Line 32: </compilation>
Source File:D:\MSSQL.3\Reporting Services\ReportServer\web.config Line:30
Assembly Load Trace: The following information can be helpful to determine why the assembly 'ReportingServicesWebServer' could not be loaded.
=== Pre-bind state information === LOG: DisplayName = ReportingServicesWebServer (Partial) LOG: Appbase = file:///D:/MSSQL.3/Reporting Services/ReportServer LOG: Initial PrivatePath = bin Calling assembly : (Unknown). === LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Post-policy reference: ReportingServicesWebServer LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/reportserver/2e1799b8/ec4eb48d/ReportingServicesWebServer.DLL. LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/reportserver/2e1799b8/ec4eb48d/ReportingServicesWebServer/ReportingServicesWebServer.DLL. LOG: Attempting download of new URL file:///D:/MSSQL.3/Reporting Services/ReportServer/bin/ReportingServicesWebServer.DLL.
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
Line 28: <assemblies> Line 29: <clear />Line 30: <add assembly="ReportingServicesWebServer" />Line 31: </assemblies> Line 32: </compilation>
=== Pre-bind state information === LOG: DisplayName = ReportingServicesWebServer (Partial) LOG: Appbase = file:///D:/MSSQL.3/Reporting Services/ReportServer LOG: Initial PrivatePath = bin Calling assembly : (Unknown). === LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Post-policy reference: ReportingServicesWebServer LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/reportserver/2e1799b8/ec4eb48d/ReportingServicesWebServer.DLL. LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/reportserver/2e1799b8/ec4eb48d/ReportingServicesWebServer/ReportingServicesWebServer.DLL. LOG: Attempting download of new URL file:///D:/MSSQL.3/Reporting Services/ReportServer/bin/ReportingServicesWebServer.DLL.
Any idea? Thanks.

