Dock Manager Troubleshooting#
Scheduled Task Does Not Launch#
Background
Dock Manager checks for new firmware in the repository at a scheduled time. IT admins use Windows Group Policy to push scheduling settings to client PCs. Refer to the User Manual, section 5.5.
Sometimes scheduled firmware checking tasks fail to launch at the expected time. The issue is typically caused by improperly deployed group policy settings.
What to Check#
When troubleshooting scheduled task failures, verify settings at each level in this order:
- Group Policy Management Editor – on domain controller
- Registry – on client PC
- Task Scheduler – on client PC
The following example uses a weekly firmware checking task set to run at 6:05 AM on every Monday and Tuesday.
Check Group Policy Settings#
On the domain controller, verify these settings in Group Policy Management Editor:
-
Frequency should be Enabled and set to Weekly
-
RunOn should be Enabled and set to MONDAY, TUESDAY
-
RunAt should be Enabled and set to 06:05:00
Check Registry Settings#
On the client PC where the issue occurs, check the registry for the Dock Manager policy settings. Verify that Frequency, RunAt, and RunOn exist with the correct values matching your Group Policy settings:
Check Task Scheduler#
On the same client PC, verify the scheduled task in Task Scheduler:
-
Right-click Task Scheduler and select Run as administrator – elevated privileges are required to see all tasks
-
Verify that a task named DockManager – Task Scheduler exists in the expected folder
-
Check the Triggers tab to confirm the task is scheduled correctly (weekly on Monday and Tuesday in this example)
-
Review Last Run Time and Last Run Result for additional details and possible causes of failures
Troubleshooting Summary
Scheduled firmware checking task failures are usually caused by improperly deployed group policy settings. Always verify settings in order:
- Group Policy Management Editor (domain controller) → Registry (client PC) → Task Scheduler (client PC)