Hi,
I am trying to get to the Report Manager page and get the following error message:
"The attempt to connect to the report server failed. Check your connection
information and that the report server is a compatible version."
I am also unable to access the site using SQL Server Management Studio. I am able to access Report Server (https://MyServer.com/ReportServer) without problem.
As suggested in the following article, I also tried from the reporting server with http://localhost/Reports and https://localhost/Reports without success.
The following is logged in the SSRS logfile:
ui!ReportManager_0-1!1280!09/05/2012-16:34:12:: e ERROR: Microsoft.SqlServer.ReportingServices2010.RSConnection2010+MissingEndpointException: The attempt to connect to the report server failed. Check your connection information and that the report
server is a compatible version. ---> System.Net.WebException: The request failed with HTTP status 404: Not Found.
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
ui!ReportManager_0-1!1280!09/05/2012-16:34:12:: e ERROR: System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.End()
at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String errMsg)
library!DefaultDomain!ec0!09/05/2012-16:34:29:: i INFO: Catalog SQL Server Edition = Standard
Thank you!