Running SCCM 2012 with SP1 and we recently updated several software installation task sequences that we have been using for years to install approximately 20 "core applications" on our systems. Two of the 20 applications were upgraded and
now when we run the task sequence, the 2 updated packages do not install. The others install as expected.
The SMSTS.log shows:
<![LOG[VerifyContentHash: Hash algorithm is 32780]LOG]!><time="14:35:06.369+300" date="05-20-2013" component="InstallSoftware" context=""
type="1" thread="3692" file="downloadcontent.cpp:1726">
<![LOG[SMS PkgID 'VAR000C2' resolved to location 'C:\_SMSTaskSequence\Packages\VAR000C2']LOG]!><time="14:35:25.697+300" date="05-20-2013" component="InstallSoftware"
context="" type="1" thread="3692" file="installsoftware.cpp:145">
<![LOG[Start to compile TS policy]LOG]!><time="14:35:25.697+300" date="05-20-2013" component="InstallSoftware" context="" type="0"
thread="3692" file="utils.cpp:2238">
<![LOG[Failed to load property 'ADV_RCF_UseMeteredNetwork'. Error 0x80041002]LOG]!><time="14:35:25.705+300" date="05-20-2013"
component="InstallSoftware" context="" type="3" thread="3692" file="wmiobjectxml.cpp:507">
<![LOG[Failed to load policies from XML.
Not found (Error: 80041002; Source: WMI)]LOG]!><time="14:35:25.706+300" date="05-20-2013" component="InstallSoftware"
context="" type="3" thread="3692" file="utils.cpp:2282">
<![LOG[End TS policy compilation]LOG]!><time="14:35:25.706+300" date="05-20-2013" component="InstallSoftware" context="" type="0"
thread="3692" file="utils.cpp:2342">
<![LOG[Install Software failed, hr=0x80041002]LOG]!><time="14:35:25.706+300" date="05-20-2013" component="InstallSoftware" context=""
type="3" thread="3692" file="main.cpp:361">
<![LOG[Process completed with exit code 2147749890]LOG]!><time="14:35:25.710+300" date="05-20-2013" component="TSManager" context=""
type="1" thread="2432" file="commandline.cpp:1098">
<![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="14:35:25.710+300" date="05-20-2013"
component="TSManager" context="" type="1" thread="2432" file="instruction.cxx:3011">
<![LOG[Failed to run the action: Install SAP 7.30.
In addition, we attempting creating a new Task Sequence to install a subset of the applications that we've been installing for some time, including the 2 updated packages, and in this new T/S, the applications all fail with the same failed to load property
message.
I cannot find any information regarding this error.
Any ideas on the cause of this strange error would be appreciated.
Jake