Description: Windows could not start the SQL Server Reporting Services (MSSQLSERVER) service on local computer. Error 1053: The service did not respond to the start or control request in a timely fashion.
- By default, 30,000 milliseconds (30 seconds) Service Control Manager will wait for a service to respond.
- By editing or creating the ServicesPipeTimeout DWORD value, the Service Control Manager timeout period can be overridden, thereby giving the service more time to start up and report ready to the Service.
- 'Error 1053: The service did not respond to the start or control request in a timely fashion.'
- 'Error 7009: Timeout (30000 milliseconds) waiting for the
service to connect.'
- 'Error 7000: The
failed to start due to the following error: The service did not respond to the start or control request in a timely fashion.'
- Windows XP 32/64 bit
- Windows Vista 32/64 bit
- Windows 7 32/64 bit
- Microsoft Server 2003/2008 - 32/64 bit
- Microsoft Server 2008 R2
Solution:
Note: Microsoft Windows Registry Editor may cause serious problems with your computer, edit at your own risk.
Follow the below steps:
-Vivek Kumar
Follow the below steps:
- Start Run and type =>> “regedit”
- Navigate to the following registry key=>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
- On Right pane =>> locate the ServicesPipeTimeout entry
- Right Click on Control =>> New =>> DWORD Value
- Rename the new DWORD as =>> ServicesPipeTimeout
- Right-click ServicesPipeTimeout =>> Modify
- Click Decimal, type 120000 (2 minute) =>> OK
- Restart the computer
0 comments :
Post a Comment