The SQL Server Reporting Services (MSSQLSERVER) service failed to start due to the following error: The service did not respond to the start or control request in a timely fashion
Had an issue recently where we couldn’t get the “SQL Server Reporting Services (MSSQLSERVER)” service to start.
In the end it was quite a simple fix, we added the below registry key.
- Open Reg Edit
- Navigate to the following registry key “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control”
- Right-click Control, and create a new DWORD with the name “ServicesPipeTimeout”, and then press ENTER.
- Right-click “ServicesPipeTimeout”, and then click Modify.
- Select Decimal, and type 60000 (this will allow the service 1 minute to start)
- Restart Machine
---
http://support.microsoft.com/kb/839174/zh-cn
FIX:停止或暂停托管的 Windows 服务时收到“Error 1053:The service did not respond to the start or control request in a timely fashion”(错误 1053:服务没有及时响应启动或控制请求)错误信息
当您停止或暂停托管 Microsoft Windows 服务时,如果该服务停止或暂停过程所花的时间比已配置的时间长,您会收到以下错误信息: Could not stop the Windows service name service on Local Computer. Error 1053:The service did not respond to the start or control request in a timely fashion. 原因ServiceBase 类直接从 Advapi32.dll 文件的 ScDispatcherLoop 中定义的 Service 命令处理程序调用 OnStop 方法。30 秒之后,如果 ScDispatcherLoop 线程未准备好从服务控制管理器接收新的服务命令,则 Windows 服务控制器会将此服务标记为“超时”。因此,就会收到此错误信息。 解决方案要解决此问题,请获取最新的 Microsoft .NET Framework 1.1 Service Pack。有关其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章: 885055 如何获取 Microsoft .NET Framework 1.1 Service Pack 1 状态Microsoft 已经确认这是在“适用于”一节中列出的 Microsoft 产品中存在的问题。 此问题最早在 Microsoft .NET Framework 1.1 Service Pack 1 中得到解决。 更多信息重现此问题的步骤
有关其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章: 824684有关用于描述 Microsoft 软件更新标准术语的介绍 参考有关如何创建 Windows 服务的详细信息,请访问以下 Microsoft Developer Network (MSDN) 网站: 属性文章编号: 839174 - 最后修改: 2006年4月17日 - 修订: 2.1
Microsoft和/或其各供应商对于为任何目的而在本服务器上发布的文件及有关图形所含信息的适用性,不作任何声明。 所有该等文件及有关图形均"依样"提供,而不带任何性质的保证。Microsoft和/或其各供应商特此声明,对所有与该等信息有关的保证和条件不负任何责任,该等保证和条件包括关于适销性、符合特定用途、所有权和非侵权的所有默示保证和条件。在任何情况下,在由于使用或运行本服务器上的信息所引起的或与该等使用或运行有关的诉讼中,Microsoft和/或其各供应商就因丧失使用、数据或利润所导致的任何特别的、间接的、衍生性的损害或任何因使用而丧失所导致的之损害、数据或利润不负任何责任。 |