Skip to content
Fix SCCM Failed to Run Task Sequence because it is not active yet

Fix SCCM Failed to Run Task Sequence because it is not active yet

Written By Jitesh Kumar
Last Updated July 9, 2024
Posted In SCCM
SHARE

In this post, you will learn how to troubleshoot and apply a fix SCCM Failed to Run Task Sequence because it is not active yet. The task sequence wizard might prompt you with the error message, There are no task sequences available for this computer.

The task sequence error is the most common, The Failed to Run Task Sequence problem also exists when there is a duplicate Mac address, SMBIOS existence, which might have caused conflict with the identification of the devices, which can be resolved by setting up an exception in the SCCM Hierarchy Settings.

Troubleshooting steps depend on the scenarios and details you notice in the deployment logs. However, the error message is easily visible from the task sequence prompt. Examining the SMSTS log for task sequence failure issues is recommended to help you understand the failure prompt and details about the error message you received before you start troubleshooting.

If you want to review when specific or all steps added in the Task Sequence have been executed successfully, In that case, you can filter smsts.log, which helps analyze log files by highlighting executed steps quickly.

Patch My PC
Index
Issue Summary – SCCM Deployment Failed to Run Task Sequence because it is not active yet
Fix SCCM Failed to Run Task Sequence because it is not active yet
Modify Scheduling for Existing Task Sequence Deployment
Fix SCCM Failed to Run Task Sequence because it is not active yet – Table.1

Issue Summary – SCCM Deployment Failed to Run Task Sequence because it is not active yet

While performing the operating system deployment from SCCM, you might encounter the task sequence error “Failed to Run Task Sequence” because there is no task sequence available for this computer. You can retry the operation after taking the appropriate action, which we will discuss.

Fix SCCM Failed to Run Task Sequence because it is not active yet - Fig.1
Failed to Run Task Sequence – Fix SCCM Failed to Run Task Sequence because it is not active yet – Fig.1

SMSTS.log is one of the important SCCM log files that will help you troubleshoot installation issues related to Operating System Deployment (OSD). When the task sequence fails with an error, it is important to know the location of the SMSTS log which keeps changes based on the deployment progress.

Task Sequence StepLog Location (Client Side)
WinPE
(Before HDD are formatted and partitioned)
x:\windows\temp\smstslog\smsts.log
WinPE
(After HDD are formatted)
x:\smstslog\smsts.log copied to c:\_SMSTaskSequence\Logs\Smstslog\smsts.log
Installed Operating System
(Before the SCCM client is installed)
c:\_SMSTaskSequence\Logs\Smstslog\smsts.log
Installed Operating System
(After the SCCM client is installed)
c:\windows\ccm\logs\Smstslog\smsts.log
Installed Operating System
(When the Task Sequence is completed)
c:\windows\ccm\logs\smsts.log
Table 1 – Fix SCCM Failed to Run Task Sequence because it is not active yet

When you notice that your SCCM task sequence fails, the first thing that you check is smsts.log file. While the TS sequence runs, you can open the smsts.log file by pressing the F8 key. Type CMTrace, and you can view the smsts.log file.

You will notice that the SCCM Task Sequence fails initially in this scenario. You will collect the logs at WinPE  X:\Windows\temp\smstslog\smsts.log. To get the command prompt window, you have to press the F8 key and locate the location to open the smsts log.

Type CMTrace to view the SMSTS.log file. In the command prompt, type the below command directly to open SMSTS log file in the CMTrace log viewer. After reviewing the SMSTS.log on the client machine, you will get the highlight, Skipping task sequence CCM011B8 because it is not active yet.

cd x:\windows\temp\smstslog
cmtrace smsts.log

Important – If you press the F8 key and the command prompt doesn’t appear, you have not enabled the command support for the boot image.

Fix SCCM Failed to Run Task Sequence because it is not active yet - Fig.2
Fix SCCM Failed to Run Task Sequence because it is not active yet – Fig.2
This Task sequence is set for DownloadOnDemand	TSMBootstrap	7/5/2024 3:20:49 AM	1208 (0x04B8)
Active daylight bias: -60 min	TSMBootstrap	7/5/2024 3:20:49 AM	1208 (0x04B8)
m_spPolicyObjectNode.selectNode( sXPath, &spValueNode ), HRESULT=80070002 (C:\dbs\sh\cmgm\0502_164106\cmd\1f\src\Framework\TSCore\tspolicy.cpp,2933)	TSMBootstrap	7/5/2024 3:20:49 AM	1208 (0x04B8)
Is active time for CCM011B8 task sequence later than current time? Current time: 2024-07-05 08:20:49.676. Active time: 2024-07-05 09:02:00.000.	TSMBootstrap	7/5/2024 3:20:49 AM	1208 (0x04B8)
Skipping task sequence CCM011B8 because it is not active yet.	TSMBootstrap	7/5/2024 3:20:49 AM	1208 (0x04B8)
No assigned task sequence.	TSMBootstrap	7/5/2024 3:20:50 AM	2024 (0x07E8)
Setting wizard error: There are no task sequences available for this computer.	TSMBootstrap	7/5/2024 3:20:50 AM	2024 (0x07E8)
Skipping Confirmation Page.	TSMBootstrap	7/5/2024 3:20:50 AM	2024 (0x07E8)
Skipping Task Sequence Selection Page.	TSMBootstrap	7/5/2024 3:20:50 AM	2024 (0x07E8)
Skipping Variables Selection Page.	TSMBootstrap	7/5/2024 3:20:50 AM	2024 (0x07E8)
Skipping Resolve Progress Page.	TSMBootstrap	7/5/2024 3:20:50 AM	2024 (0x07E8)

Fix SCCM Failed to Run Task Sequence because it is not active yet

Let’s check the possible solution to fix if there are no task sequences available for this computer as SCCM Failed to Run Task Sequence because it is not active yet. Configuration Manager automatically runs the task sequence for the required deployment according to the configured schedule.

If you deploy an OSD Task Sequence and leave the option default in the scheduling tab, the deployment will be active at the current time. However, you might encounter an issue while performing the deployment, as SCCM will skip the Task sequence that is not active yet.

When a Windows PE client starts from PXE or boot media, it doesn’t evaluate deployment schedules, which include start, expiration, and deadline times. Only configure schedules in deployments to clients that start from the full Windows OS.

If you schedule a start time for a required deployment that’s earlier than the date and time when the task sequence is available, the Configuration Manager client downloads the content at the assigned start time. This behavior occurs even though you scheduled the task sequence to be available at a later time.

Important – The deployment availability time cannot be less than the current time minus one day.

Fix SCCM Failed to Run Task Sequence because it is not active yet - Fig.3
Fix SCCM Failed to Run Task Sequence because it is not active yet – Fig.3

Additionally, you can control how to run the content by setting up deployment options. You can get more details at SCCM Task Sequence Available Deployment Options In Distribution Points Tab.

Modify Scheduling for Existing Task Sequence Deployment

You can schedule a trigger based on either days of the week, or dates of the month. It’s best to have the deployment schedule configured a few or maximum hours (cannot be less than the current time minus one day) before. To change the schedule of the deployed task sequence.

  • In the Configuration Manager console, navigate to the Software Library workspace, expand Operating Systems, and select Task Sequences.
  • Select Deployment tab. Right-click on the existing deployment and select Properties. Switch to the Scheduling tab. Under Schedule when this deployment will become available, change the time—Click Apply, and OK.
Fix SCCM Failed to Run Task Sequence because it is not active yet - Fig.3
Fix SCCM Failed to Run Task Sequence because it is not active yet – Fig.4

I hope the above suggested validation helps you to resolve the Failed to Run Task Sequence error message and perform the deployment smoothly on the next attempt. If you encounter this issue and have suggestions or solutions to add, you can share them with us in the comment section to help the community.

We are on WhatsApp. To get the latest step-by-step guides and news updates, Join our Channel. Click here –HTMD WhatsApp.

Author

About Author – JiteshMicrosoft MVP, has over six years of working experience in the IT Industry. He writes and shares his experiences related to Microsoft device management technologies and IT Infrastructure management. His primary focus is Windows 10/11 Deployment solution with Configuration Manager, Microsoft Deployment Toolkit (MDT), and Microsoft Intune.

Written by

Jitesh has over 5 years of working experience in the IT Industry. He writes and shares his experiences related to Microsoft device management technologies and IT Infrastructure management. His primary focus area is Windows 10 Deployment solution with Configuration Manager, Microsoft Deployment Toolkit (MDT), and Microsoft Intune.

Discussion · 1 comment

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Intune

2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws

Key Takeaways 2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws! The June 2026 Windows 11 Patch Tuesday update brings several improvements to File Explorer. It adds support for additional archive formats, including UU, CPIO, XAR, and NuGet Packages (NUPKG). The update also preserves View and Sort preferences in […]

AC Anoop C Nair 10 min read
Intune

2026 May KB5089549 KB5087420 Windows 11 Patch | 0 Zero Day Vulnerabilities and 120 Flaws

Key Takeaways The Windows 11 May 2026 Patch KB5089549 KB5087420 Update brings important security fixes, performance improvements, and reliability enhancements across the operating system. The update introduces new features such as Xbox Mode for gaming, File Explorer improvements, enhanced input and sharing experiences, better taskbar and Windows Hello reliability, and additional enterprise management capabilities for […]

AC Anoop C Nair 8 min read
SCCM

ConfigMgr 2603 Introduces New Early Update Enrollment Process

Key Takeaways In this post we are discussing the ConfigMgr 2603 Introduces New Early Update Enrollment Process. Microsoft has officially released Configuration Manager version 2603 to the Early Update Ring, giving organizations an opportunity to test upcoming improvements before the global production rollout. The release is targeted at enterprises running ConfigMgr version 2409 or later […]

AC Anoop C Nair 3 min read