Answered by:
ReportingServices

Question
-
I am able to open ReportWebService Url. I get error : when i try to open: reports url: http: 500 error.
this is the Error i found in log files:I checked the EventViewer:
I got this Error:
Failed to initialize the AppDomain:ReportManager_MSSQLSERVER_0 Exception: System.Web.HttpException Message: Could not load type 'Microsoft.ReportingServices.UI.GlobalApp'. StackTrace: at System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
this is the Error SQL Logs:
appdomainmanager!ReportManager_0-6!1d44!09/20/2011-05:35:00:: i INFO: Appdomain:9 ReportManager_MSSQLSERVER_0-6-129609957004263964 unloading library!DefaultDomain!1d44!09/20/2011-05:35:00:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerAppDomainManagerException: Failed to create Report Server HTTP Runtime, Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerAppDomainManagerException: An error occurred when attempting to start the application domain ReportManager within the Report Server service. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportManager_MSSQLSERVER_0. ---> System.Web.HttpException: Could not load type 'Microsoft.ReportingServices.UI.GlobalApp'. ---> System.Web.HttpParseException: Could not load type 'Microsoft.ReportingServices.UI.GlobalApp'. ---> System.Web.HttpParseException: Could not load type 'Microsoft.ReportingServices.UI.GlobalApp'. ---> System.Web.HttpException: Could not load type 'Microsoft.ReportingServices.UI.GlobalApp'. --- End of inner exception stack trace ---; rshost!rshost!1d44!09/20/2011-05:35:00:: e ERROR: Failed to create HttpRuntime 80131500. rshost!rshost!1d44!09/20/2011-05:35:00:: e ERROR: Failed to get appdomain 80131500, pipeline=0x00000000000A3080. rshost!rshost!1d44!09/20/2011-05:35:00:: e ERROR: Error state. Internal abort for pipeline=0x00000000000A3080 ... appdomainmanager!DefaultDomain!1e50!09/20/2011-05:35:05:: i INFO: Appdomain:9 ReportManager_MSSQLSERVER_0-6-129609957004263964 unregistered. rshost!rshost!1e50!09/20/2011-05:35:05:: i INFO: Application domain type ReportManager statistics: created: 5, unloaded: 5, failed: 0, timed out: 0.
Wednesday, September 21, 2011 10:19 AM
Answers
-
The "Failed to get appdomain " error is a classic .net error.
http://blogs.msdn.com/b/astebner/archive/2009/04/16/9553804.aspx
Repair .net and restart the services and let's see if SSRS gives us problems again.
Often it is also a kerberos issue. It has happened even with the SSRS connector.
Curtis J Spanburgh- Marked as answer by Jamie MileyModerator Tuesday, September 25, 2012 1:48 PM
Friday, September 23, 2011 9:24 PMModerator
All replies
-
Is reporting services running on the SQL Server?
Hmm, here is another solution to a similiar issue (same error message anyways).
Jamie Miley
Check out my about.me profile!
http://mileyja.blogspot.com
Linked-In Profile
Follow Me on Twitter!- Proposed as answer by Jamie MileyModerator Wednesday, September 21, 2011 8:01 PM
Wednesday, September 21, 2011 8:01 PMModerator -
These are the standard out of the box reports, correct?
This happens on the application server or from a client?
Curtis J SpanburghWednesday, September 21, 2011 8:39 PMModerator -
hi,
This is in the Application Server.
I have already taken backup Encryption Keys and Deleted , restarted.
Still the same.
I have already gone through this link:
but there some line missing. That's not my error.
Thursday, September 22, 2011 8:12 AM -
The "Failed to get appdomain " error is a classic .net error.
http://blogs.msdn.com/b/astebner/archive/2009/04/16/9553804.aspx
Repair .net and restart the services and let's see if SSRS gives us problems again.
Often it is also a kerberos issue. It has happened even with the SSRS connector.
Curtis J Spanburgh- Marked as answer by Jamie MileyModerator Tuesday, September 25, 2012 1:48 PM
Friday, September 23, 2011 9:24 PMModerator -
Is your error fixed? May I ask what the correct solution was? If it was noted here, feel free to come back and mark it as the answer.
Thanks!
Jamie Miley
Check out my about.me profile!
http://mileyja.blogspot.com
Linked-In Profile
Follow Me on Twitter!Monday, March 5, 2012 10:03 PMModerator