Reporting Serviced down for over 24 hours - No Support Response!!!

Discussion in 'Databases' started by timper, Feb 21, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Our Sql Reporting Services 2005 application just stopped working yesterday. It has been working fine for over 6 months. We can still run reports directly from the reporting server but not from out ASP.Net application. There have been no changes to the application since August 2009.

    We opened a ticket over 24 hours ago and have received ZERO help from support.

    Is anyone else experiencing problems?

    The error - sure looks like a permissions problem to us.
    The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. (Exception from HRESULT: 0x80070422)
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Runtime.InteropServices.COMException: The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. (Exception from HRESULT: 0x80070422)

    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:
    [COMException (0x80070422): The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. (Exception from HRESULT: 0x80070422)]
    System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) +0
    System.Management.ManagementScope.InitializeGuts(Object o) +711
    System.Management.ManagementScope.Initialize() +162
    System.Management.ManagementObjectSearcher.Initialize() +151
    System.Management.ManagementObjectSearcher.Get() +42
    Microsoft.ReportingServices.Diagnostics.WebUtil.GetIPAddresses(String machine) +277
    Microsoft.ReportingServices.Diagnostics.WebRequestUtil.get_LocalIPAddresses()
    +139
    Microsoft.ReportingServices.Diagnostics.WebRequestUtil.IsLocalIPAddress(String ipAddress) +37
    Microsoft.ReportingServices.Diagnostics.WebRequestUtil.IsClientLocal() +77
    Microsoft.Reporting.WebForms.WebRequestHelper.SetRequestHeaders(HttpWebRequest request, Cookie formsAuthCookie, IEnumerable`1 headers, IEnumerable`1 cookies) +87
    Microsoft.Reporting.WebForms.ServerReportSoapProxy.GetWebRequest(Uri uri) +70
    System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +52
    Microsoft.SqlServer.ReportingServices2005.Execution.ReportExecutionService.LoadReport(String Report, String HistoryID) +65
    Microsoft.SqlServer.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID) +65

    Microsoft.Reporting.WebForms.ServerReport.GetExecutionInfo() +125
    Microsoft.Reporting.WebForms.ServerReport.SetParameters(IEnumerable`1 parameters) +67
    OEComm.P_Reports.LoadRpt(String RptName) +9569
    OEComm.P_Reports.Page_Load(Object sender, EventArgs e) +291
    System.Web.UI.Control.OnLoad(EventArgs e) +99
    System.Web.UI.Control.LoadRecursive() +50
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page