Description
Sometimes after a system restart, Windows update etc. some of the InControl services do not start automatically and they have to be manually started afterwards. This is not desirable behavior and the problem has mainly been observed on Windows 10 (at this time). The solution to the problem is to configure Windows with either a delayed start of the service or extend the time-out for the application start-up by adding a registry entry in Windows that controls this.
Solution
An excellent guide was written by CodeTwo on how to perform either of these changes, the article can be found at the following location:
https://www.codetwo.com/kb/how-to-extend-the-timeout-for-services-if-they-do-fail-to-start/
A short summary
Solution-1: Delay the automatic start of the service application(s). Such as InControl server, ILA and/or Log receiver. This can be done by opening the properties options on the service.
Solution-2: Increase the timeout value for the service startup by adding a new property to the Windows registry in the following location:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
The new entry should be a DWORD (32-bit) called ServicesPipeTimeout (it is not an existing object as you need to create a new entry with this name). Change Base to Decimal and give it a vale of e.g. 240000 ms (4 minutes). Save changes + restart the machine. The time-out can be extended further if needed.
Please see the link to the KB article for more details if needed.
Related articles
No related articles found.