i was doing OS refreshment with SCCM MDT and i have a TS that has all my configurations required.When it advertised on to the machine,it gets failed with error code 0×00002024.Looked in to the smsts.log file which is located in system32\ccm\logs\smsts.log found the errors like
Failed to import the client certificate store (0×80092024) OSDSMPClient 04-01-2010 03:48:17 1856 (0×0740)
ClientRequestToMP::DoRequest failed (0×80092024). OSDSMPClient 04-01-2010 03:48:17 ExecuteCaptureRequestMP failed (0×80092024). OSDSMPClient 04-01-2010 03:48:17
ExecuteCaptureRequest failed (0×80092024). OSDSMPClient 04-01-2010 03:48:17
Failed to run the action: Request State Store.
Credit’s goes to Anders Ahl for extensive troubleshooting and a new workaround.
Workaround #1: Uninstall KB 974571 (patch MS09-056)
Workaround #2: Fix the Certificate
- On the ConfigMgr Server, start a mmc, add the Certificates snap-in, select computer account, and select the local computer.
- Expand certificates, expand SMS, and expand certificates
- Open the SMS Encryption Certificate, click the Details tab, click Edit Properties, and change the Friendly Name to SMS Encryption Certificate v2, click OK twice.
- Open the SMS SMP Encryption Certificate, click the Details tab, click Edit Properties, and change the Friendly Name to SMS SMP Encryption Certificate v2, click OK twice.
- Open the SMS Signing Certificate, click the Details tab, click Edit Properties, and change the Friendly Name to SMS Signing Certificate v2, click OK twice.
once i un installed the KB number,i tried the TS again and it went successfully.