
Support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Further delay Automatic (Delayed Start) of Services to prevent start-up issues after Windows update or simple reboot
Last Update:
Nov 21, 2023 3:34:31 AM
Updated By:
Created date:
Sep 8, 2017 10:22:44 AM
Qlik Sense or QlikView may require more time to start correctly than the default Automatic (Delayed Start) function allows.
This can happen after Windows patches have been applied or when the Operating System has to run background processes that delay other essential system functionalities from starting on time.
Resolution:
By default, "Automatic (Delayed Start)" services will start at 120 seconds after all other "Automatic" services have started.
This value can be changed on a global or on a per-service basis.
For this to apply, the QlikView or Qlik Sense services must have previously all been set to Delayed Start.
To set up Delayed Start:
- Open the Windows Services Console
- Locate the Qlik Services
- Right-click each service
- Choose Properties
- In the General tab, select Automatic (Delayed Start) as the Startup type
To allow Delayed Start more time GLOBALLY:
- Open Windows Registry
- Go to File
- Click Export
- Create a backup of your current registry
- Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\
- Right click on the right page
- Click New and select DWORD
- Label the new DWORD "AutoStartDelay"
- Set AutoStartDelay in milliseconds (decimal). E.G. 240000 is 240 seconds.
To allow Delayed Start more time SERVICE BY SERVICE:
- Open Windows Registry
- Go to File
- Click Export
- Create a backup of your current registry
- Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<servicename>
- To increase the default delay of 120 seconds, right click the registry key and add new key AutoStartDelay (DWORD (32-bit))
- Set AutoStartDelay in milliseconds (decimal). E.G. 240000 is 240 seconds.
37,242 Views