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

    • FAQs related to Windows Service monitoring

      After installing APM Insight Windows service monitoring agent , if you don't see data in the Site24x7 console, or if you are unable to add monitors, kindly follow the below given steps to troubleshoot. If few monitors are not getting added: Check for ...
    • How do you enable or disable Management Actions in your Windows server?

      Management Actions can be used to start or stop VM configurations in a Hyper-V server, services in a Windows server, or sites and application pools in an IIS server. These actions can't be performed if Management Actions is disabled in the server ...
    • Error while installing the Windows Server Monitoring agent

      If an error occurs while manually installing the Windows agent, please follow the steps given below: Check Windows Installer in Windows Service Manager: Make sure the Windows Installer service is up and running. Go to Start > Control Panel > ...
    • How do we verify the Site24x7 Windows Server Monitoring Agent script?

      All the scripts and executables in the Site24x7 Windows Server Monitoring Agent are digitally signed.   To verify the digital signature, we compare the certificate name and the serial number of the digital signature associated with the script with ...
    • 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 ...