105. Error 1503 when starting EzeScan SERVER service
If you are experiencing this error on your EzeScan SERVER it is because the EzeScan Server service (responsible for unattended EzeScan Route execution) is taking longer to start than Windows allows. The default startup time allocated for a windows service is 30 seconds.
The EzeScan Server Service may not be starting for the following reasons:
Depending on EDRMS clients to startup or other dependencies
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 https://docs.microsoft.com/en-GB/windows/win32/services/debugging-a-service
We recommend adjusting the service timeout from 30 seconds to 2 minutes or follow the instructions below.
📘Instructions
In Registry Editor, locate, and then right-click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ControlPoint 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.
Type ServicesPipeTimeout to replace New Value #1 → then press ENTER.
Right-click the ServicesPipeTimeout registry entry that you created in step c → click Modify. The Edit DWORD Value dialog box appears.
In the Value data text box, type 120000 (2 minutes)
Under Base select the Decimal option, and then click OK
Reboot the server for the changes to take effect.