September 23, 2013 at 10:50 pm
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.
September 23, 2013 at 11:20 pm
net start ReportServer
September 23, 2013 at 11:50 pm
i am getting error that ACESS IS DENIED.
September 23, 2013 at 11:51 pm
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)
September 24, 2013 at 3:38 am
naidu6 (9/23/2013)
i am getting error that ACESS IS DENIED.
Open the command prompt Windows with Admin previleges.
Right click on Command Promopt -> Run as Administrator
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply