Unable to start a service on a Windows server.

Timeout error or unable to start a service on a Windows server

While starting a computer running Windows server, if a service does not start or shows one of the following error messages,
  • The service did not respond to the start or control request in a timely fashion (Error: 1053/Event ID: 7000)
  • Timeout (30000 milliseconds) waiting for a transaction response from the ServiceName service (Event ID: 7011)
  • A timeout was reached (30000 milliseconds) while waiting for the ServiceName service to connect (Event ID: 7009)
Please make sure the below steps are followed with the help of sys admin:
  1. Go to Start > Click Run  > Type regedit > click OK
  2. Locate and click on the following registry subkey "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control"

  3. In the right pane, check for  ServicesPipeTimeout entry
Note : If the ServicesPipeTimeout entry does not exist, you have to create it. 

Kindly follow the below steps to create a new entry called ServicesPipeTimeout:
  1. Go to Edit  > New DWORD Value

  2. Name the entry as ServicesPipeTimeout

  3. Right-click ServicesPipeTimeout, and click Modify
  4. Choose the base type as Decimal
  5. Under Value Data , enter 60000

  6. Click OK
This value represents the time in milliseconds before a service times out. Restart the computer

    • Related Articles

    • How to uninstall the Site24x7 Windows Server Monitoring Agent

      Method 1: To uninstall the Site24x7 Windows Server Monitoring Agent, click the link below: https://staticdownloads.site24x7.com/server/Site24x7WindowsAgentUninstall.zip Unzip and execute the Uninstall.bat file in the Command Prompt as an ...
    • No data for service and process in Windows server monitor

      If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...
    • Troubleshoot "[Errno 111] Connection refused" error for RabbitMQ plugins

      When installing the RabbitMQ plugin, you may encounter the following error: urlopen error [Errno 111] Connection refused: This error usually occurs when the plugin tries to connect with the RabbitMQ server but is unable to establish a connection. ...
    • Troubleshoot the "ORA-12514" error when installing Oracle plugins

      When installing the Oracle database monitoring plugins, you may encounter the following error: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor: This error typically occurs during attempts to establish a ...
    • How to view perfmon counters in Windows?

      To monitor specific Windows performance (perfmon) counters with Site24x7's plugin integration, you need to get the names of the performance counters from the Windows Performance Monitor on your server. Follow the steps below to get the names of the ...