If you are experiencing this error on your EzeScan SERVER it is because the EzeScan_Routing service is taking longer to start than Windows allows. The default startup time allocated for a windows service is 30 seconds.

The Routing Service may not be starting for the following reasons:

  1. Depending on EDRMS clients to startup or other dependencies
  2. Slow or busy processor on the EzeScan Server.

To fix this problem, Microsoft has a Knowledge Base article on how to debug a Windows Service - 824344

We recommend adjusting the service timeout from 30 seconds to 2 minutes.

Or follow these instructions.

  1. In Registry Editor, locate, and then right-click the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
  2. Point to New, and then click DWORD Value. In the right pane of Registry Editor, notice that New Value #1 (the name of a new registry entry) is selected for editing.
  3. Type ServicesPipeTimeout to replace New Value #1, and then press ENTER.
  4. Right-click the ServicesPipeTimeout registry entry that you created in step c, and then click Modify. The Edit DWORD Value dialog box appears.
  5. In the Value data text box, type 120000 (2 minutes)
  6. Under Base select the Decimal option, and then click OK
  7. Reboot the server for the changes to take effect.
Direct link to FAQ