Thursday 10 April 2014

Task Sequence Fails after SCCM Client Hotfix Install (KB977384)

Introudcing KB977384 into a Task Sequence causes it to Fail on the Software Installaiton Stage

The hotfix in question (KB977384), will upgrade your sccm client to version 4.00.6487.2157. It's a SCCM 2007 R3 Update.

Problem:
If you wrap this hotfix up into a package and then advertise it out to your clients, chances are it'll work fine. If you try and add the Hotfix package into a Task Sequence, however, you may notice that any software which is set to install after the hotfix has installed will fail and bomb out the Task Sequence. 
If you check the SMSTS.log you will most likely see the following:
  • The sms client service is not running
  • Install Software failed hr=0x80040215
  • Failed to run the action: Install <software package>
  • Unknown error (Error: 80040215; Source: Unknown)

Furthermore, if you open up the advertisment status of the Task Sequence, you might see the following appear:

Solution:
Basically, don't add the Hotfix into the Task Sequence as a package. Either add it to the Setup Windows and ConfigMgr step as a PATCH command under the INstallation Properties (see http://ccmexec.com/2010/12/installing-the-sccm-hotfixes-on-the-clients/ for a solid guide on how to do this)
Alertnatively, you could just advertise the package out to a collection which contains all the machines which need their sccm client upgrading. Obviously this is a lot less elegant but it could help to mop up any stragglers which are lurking in your environment.

No comments:

Post a Comment