Earlier today I was playing around with ConfigMgr 2007 and editing a fairly large task sequence (a couple of hundred steps). When I attempted to save, I got the following error:
I googled around and saw suggestions to adjust the WMI provider’s memory allocation, restart the WMI service and even re-integrate MDT with SCCM.
I restarted the WMI services but the error did not go away. SMSAdminUI.log recorded the following messages:
...
instance of SMS_ExtendedStatus
{
Description = "Invalid sequence input parameters - task sequence not found.";
ErrorCode = 1078462229;
File = "c:\\qfe\\nts_sms_fre\\sms\\siteserver\\sdk_provider\\smsprov\\ssptspackage.cpp";
Line = 2711;
Operation = "ExecMethod";
ParameterInfo = "SMS_TaskSequencePackage";
ProviderName = "WinMgmt";
StatusCode = 2147749889;
};
...
“task sequence not found”??
I duplicated the task sequence from the console and was able to make changes, add steps and save the newly created TS. Exporting the troublesome TS also revealed that the task sequence was under the 4MB limit (only about 200kb).
After editing the duplicate task, I shutdown all instances of MMC, restarted WMI/SMS Agent Host services and was able to edit the task sequence once more.


