Jump to content


  • 0
Branmer

SCCM 2012 SDK CreateTaskSequence fails at specific time every day

Question

My SCCM admin and I have been trying to figure this problem out for a while now. Our app can create task sequences without issue for a test workstation between the hours of 1PM and 10AM. BUT then for no reason we can find at 10:00:01 AM task sequences for this device start failing to be created with the error below. This goes on till exactly 1PM then everything's fine again.


ConfigMgr Error Object:

instance of SMS_ExtendedStatus

{

Description = "Failed to save the TS package instance due to error 80041001";

ErrorCode = 1078462229;

File = "e:\\nts_sccm_release\\sms\\siteserver\\sdk_provider\\smsprov\\ssptspackage.cpp";

Line = 3370;

Operation = "ExecMethod";

ParameterInfo = "SMS_TaskSequencePackage";

ProviderName = "WinMgmt";

StatusCode = 2147749889;

};


The method that is being called that is doing the failing is:

IResultObject result = sccmConn.ExecuteMethod("SMS_TaskSequencePackage", "SetSequence", inParams);


During this same time however we can create task sequences with the same code without issue. We cant find anything in the logs in configmon console.


Has anyone experienced this in the past? Any help would be appreciated.

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.