SQL Server lunchpad and SQL Server reporting service not getting started.
"Windows could not start the SQL Server reporting service on local computer"
Error 1053: The service did not respond to the start or control request in a timely fashion
When I'm starting from reporting service configuration manager end. I'm getting below error.
System.InvalidOperationException: Cannot start service SQLServerReportingServices on computer 'Name'.
--> System.ComponentModel.Win32Exception: The service did not respond to the start or control request in a timely fashion
--- End of inner exception stack trace --- at System.ServiceProcess.ServiceController.Start(String[] args)
at ReportServicesConfigUI.Panels.ConfigurationPanelWithErrors.StartOrStopServiceTask(Boolean start, String serviceName)
Refer to the below link, however, its not resolving the issue.
The request failed or the service did not respond in a timely fashion?
Note: I can run the reporting service configuration manager as admin
Any clue how to resolve this?