SCCM 2012 R2 CU1
Windows 7 x64
We have a weird problem after upgrading from SP1 to R2 CU1. We have built a Windows 7 64 bit image with the latest updates (currently September 2014 updates). It deploys fine to all computers. But after some days – don’t know exactly – guess after 4-7 days
- we start getting errors on computers with more than 8 GB of RAM. The errors just start out of the blue. We didn't change TS, image or driver package.
The error shows in 3 different ways – depending of the computer model.
1)BSOD – STOP 0x000000F4. Disk error.
2) Task Sequence error 0x87D00269 when installing the first Application in TS. The error seems to have something to do with Management Point not found.
3)Task Sequence simply stops after installing CMclient. No errors - it simply stops.
For instance we get the BSOD on the Lenovo ThinkCentre M93p. But on the ThinkCentre M83 we get the TS error 0x87D00269. M93p and M83 uses the same driver package. They consequently fail every time after the error has begun. If we reduce (remove physically)
the memory to max. 8GB of RAM, they successfully run the Task Sequence. We get the above errors on both Lenovo and HP machines with more than 8GB.
I made a copy of the production TS and started testing. I created a new driver package for M93p/M83. It contains only the NIC drivers. Now M93p an M83 successfully finishes the TS. Adding sata or chipset or MEI/SOL drivers to the package I get the 0x87D00269
error on both m93p and M83. At least not the BSOD on the M93p ;-)
Tried setting SMSTSMPListRequestTimeout to 180 in the TS. Also tried putting in a 5 minute break before installing the first Application in the TS. Also tried putting in SMSMP=mp1.mydomain in the installation properties for the CMclient. It is still
the same problem.
Investigating the smsts.log on a computer with the 0x87D00269 error.
Policy Evaluation failed, hr=0x87d00269 InstallApplication25-09-2014 08:59:59 3020 (0x0BCC)
Setting TSEnv variable 'SMSTSAppPolicyEvaluationJobID__ScopeId_654E40B7-FC55-4213-B807-B97383283607/Application_d9eea5a0-0660-43e6-94b8-13983890bae2'=''InstallApplication 25-09-2014 08:59:59 3020 (0x0BCC)
EvaluationJob complete InstallApplication25-09-2014 08:59:59 3020 (0x0BCC)
MP list missing in WMI, sending message to location service to retrieve MP list and retrying. InstallApplication 25-09-2014 08:59:59 3020 (0x0BCC)
m_hResult, HRESULT=87d00269 (e:\qfe\nts\sms\client\osdeployment\installapplication\installapplication.cpp,1080) InstallApplication25-09-2014 08:59:59 3020 (0x0BCC)
Step 2 out of 2 complete InstallApplication 25-09-2014 08:59:59 3020 (0x0BCC)
Install application action failed: 'SCIENCE PC Guide'. Error Code 0x87d00269 InstallApplication 25-09-2014 08:59:59 3020 (0x0BCC)
Sending error status message InstallApplication 25-09-2014 08:59:59 3020 (0x0BCC)
Setting URL = http://mp1.mydomain, Ports = 80,443, CRL = false InstallApplication 25-09-2014 08:59:59 3020 (0x0BCC)
--------
Investegating the 0x87D00269 error on the siteservers Status Messages Queries is weird.
Install Static Applications failed, hr=0x87d00269. The operating system reported error 617: You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Please select a password that
you have not previously used.
Hopefully this is a bug in translating the errorcodes? Just to be sure I checked all the SCCM serviceaccounts and none of them have expired passwords. And again why only on computers with more than 8GB RAM.
Anyone else had problems rolling computers with more than 8GB og RAM?
Why does this happens after a few days? To begin with, it runs just perfect and then starts failing on all machines with more than 8GB. Without a change in TS, image and driverpackage. We have seen this pattern for the last 3 month after
updating our image with the latest Windows Updates. It all started after updating from SP1 to R2 CU1.
Why does it only affect machines with more than 8GB RAM?
How to get rid of the 0x87D00269 error?
Seems to be somehow related to driver installation mechanism in SCCM in combination with Windows 7 64 bit, +8GB RAM and SCCM 2012 R2 CU1 or perhaps just R2.
Any help or hints would be appreciated!
Thanks
Anders