REPORTING SERVICES.

  • can anybody please giude me how to start reporting services(SSRS) from command prompt,as i googled it but in vain.please give complete code, mssql server 2008 running on windows server 2008 with SP2.

    Someone from this site asked me to do this (net start ReportServer ) when i tried this i got below error as follows:

    i am getting an error which states ACCESS IS DENIED;

    And the error is like this:

    Service cannot be started. System.IO.FileLoadException: Could not load file or assembly 'ReportingServicesNativeServer, Version=0.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail. (Exception from HRESULT: 0x800736B1)

    File name: 'ReportingServicesNativeServer, Version=0.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' ---> System.Runtime.InteropServices.COMException (0x800736B1): The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail. (Exception from HRESULT: 0x800736B1)

    at Microsoft.ReportingServices.Library.ServiceAppDomainController..ctor()

    at Microsoft.ReportingServices.Library.ReportService.OnStart(String[] args)

    at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)

    CAN ANYBODY THROW SOME LIGHT ON THIS?

  • Aside from the fact that you're getting an error message, why start it from the command prompt? You can use the SQL Server Configuration Manager to start it, as well as the MS Services admin tool Applet.

    I googled the error and it looks like there s a conflict in your libraries.

    [url= http://support.microsoft.com/kb/252543%5DHere.%5B/url%5D

  • There's also a nice description of the side-by-side feature here.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply