Report Manager can be run from Inside IIS Manager.
--
Keith Powers, MCDBA
[quoted text, click to view] "Keith Powers" wrote:
> Deploying reports works, Running ReportServer URL yields deployed reports
> directory and reports can be run. The Reports Manager website does not run.
> The redirect to http://Server/Reports/Pages/Folder.aspx shows and a Red X
> Error header followed by The request failed with HTTP status 404: Not Found.
> The log shows:
> w3wp!ui!7e8!6/3/2005-09:11:46:: e ERROR: The request failed with HTTP status
> 404: Not Found.
> w3wp!ui!7e8!6/3/2005-09:11:46:: e ERROR: HTTP status code --> 500
> -------Details--------
> System.Net.WebException: The request failed with HTTP status 404: Not Found.
>
> at
> System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
>
> at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
> methodName, Object[] parameters)
>
> at
> Microsoft.SqlServer.ReportingServices.ReportingService.ListSecureMethods()
>
> at Microsoft.SqlServer.ReportingServices.RSConnection.GetSecureMethods()
>
> at Microsoft.ReportingServices.UI.RSWebServiceWrapper.GetSecureMethods()
>
> at
> Microsoft.SqlServer.ReportingServices.RSConnection.IsSecureMethod(String
> methodname)
>
> at Microsoft.ReportingServices.UI.Global.SecureAllAPI()
>
> at
> Microsoft.ReportingServices.UI.ReportingPage.EnsureHttpsLevel(HttpsLevel
> level)
>
> at Microsoft.ReportingServices.UI.ReportingPage.ReportingPage_Init(Object
> sender, EventArgs args)
>
> at System.EventHandler.Invoke(Object sender, EventArgs e)
>
> at System.Web.UI.Control.OnInit(EventArgs e)
>
> at System.Web.UI.Control.InitRecursive(Control namingContainer)
>
> at System.Web.UI.Page.ProcessRequestMain()
> w3wp!ui!7e8!6/3/2005-09:11:48:: e ERROR: Exception in ShowErrorPage:
> 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 System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
> at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String
> errMsg) at at System.Threading.Thread.AbortInternal()
> at System.Threading.Thread.Abort(Object stateInfo)
> at System.Web.HttpResponse.End()
> at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
> at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String
> errMsg)...
> --