I have a task sequence that runs some commands and installs some Programs (not Applications). The DOS commands work, but the programs will not install. Below is a typical excerpt from smsts.log. I've highlighted the errors. Any ideas what may be causing this behavior?
*************************
Raising event:
instance of CCM_PolicyAgent_SettingsEvaluationComplete
{
ClientID = "GUID:AEBD30A1-8819-45CE-B780-4930FFBA6705";
DateTime = "20130422161913.744000+000";
PolicyNamespace = "\\\\opchtest0001\\root\\ccm\\policy\\machine\\actualconfig";
ProcessID = 1868;
ThreadID = 2104;
};
InstallSoftware 4/22/2013 11:19:13 AM 2104 (0x0838)
Failed to submit event to the Status Agent. Attempting to create pending event. InstallSoftware 4/22/2013 11:19:13 AM 2104 (0x0838)
Raising pending event:
instance of CCM_PolicyAgent_SettingsEvaluationComplete
{
ClientID = "GUID:AEBD30A1-8819-45CE-B780-4930FFBA6705";
DateTime = "20130422161913.744000+000";
PolicyNamespace = "\\\\opchtest0001\\root\\ccm\\policy\\machine\\actualconfig";
ProcessID = 1868;
ThreadID = 2104;
};
InstallSoftware 4/22/2013 11:19:13 AM 2104 (0x0838)
Successfully submitted pending event to WMI. InstallSoftware 4/22/2013 11:19:13 AM 2104 (0x0838)
End TS policy evaluation InstallSoftware 4/22/2013 11:19:13 AM 2104 (0x0838)
Policy evaluation initiated InstallSoftware 4/22/2013 11:19:13 AM 2104 (0x0838)
Waiting for policy to be compiled in 'root\ccm\policy\machine' namespace InstallSoftware 4/22/2013 11:19:13 AM 2104 (0x0838)
Verified policy is compiled in 'root\ccm\policy\machine' namespace InstallSoftware 4/22/2013 11:19:13 AM 2104 (0x0838)
The sms client service is not running. InstallSoftware 4/22/2013 11:19:13 AM 2104 (0x0838)
Install Software failed, hr=0x87d00215 InstallSoftware 4/22/2013 11:19:13 AM 2104 (0x0838)
Process completed with exit code 2278556181 TSManager 4/22/2013 11:19:13 AM 1656 (0x0678)
!--------------------------------------------------------------------------------------------! TSManager 4/22/2013 11:19:13 AM 1656 (0x0678)
Failed to run the action: Install HP Toolkit.
Item not found (Error: 87D00215; Source: CCM) TSManager 4/22/2013 11:19:13 AM 1656 (0x0678)
Set authenticator in transport TSManager 4/22/2013 11:19:13 AM 1656 (0x0678)
Set a global environment variable _SMSTSLastActionRetCode=-2016411115 TSManager 4/22/2013 11:19:14 AM 1656 (0x0678)
Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 4/22/2013 11:19:14 AM 1656 (0x0678)
Clear local default environment TSManager 4/22/2013 11:19:14 AM 1656 (0x0678)
The execution engine ignored the failure of the action (Install HP Toolkit) and continues execution TSManager 4/22/2013 11:19:14 AM 1656 (0x0678)
Eric Hodges