Jump to content


Branmer

Established Members
  • Posts

    1
  • Joined

  • Last visited

Branmer's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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.
×
×
  • 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.