I continue on getting the following error when trying to request a state store in a capture task sequence.
The error that I am seeing on the SCCM when running the task sequence from the computer.
SMS State Migration Point failed to read the SignedSerializedSMPKey from the registry on computer SCCM. Possible reasons are SMP certificate is not yet signed by Site Server.
Additionally the SMSTS.log from the client has the following
Received 1298 byte response. OSDSMPClient 4/7/2010 3:47:07 PM 1256 (0x04E8)
SMP request to "SCCM" failed with error: E_SMPERROR_ENCRYPTKEY_EMPTY (103) OSDSMPClient 4/7/2010 3:47:07 PM 1256 (0x04E8)
0, HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\osdsmpclient\smpclient.cpp,2564) OSDSMPClient 4/7/2010 3:47:07 PM 1256 (0x04E8)
ClientKeyRequestToSMP failed (0x80004005). OSDSMPClient 4/7/2010 3:47:07 PM 1256 (0x04E8)
ClientKeyRequestToSMP( m_sSMPServer, m_uPort, m_ClientInfo, sKeyInfo ), HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\osdsmpclient\smpclient.cpp,1743) OSDSMPClient 4/7/2010 3:47:07 PM 1256 (0x04E8)
ClientRequestToSMP::DoRequest failed. error = (0x80004005). OSDSMPClient 4/7/2010 3:47:07 PM 1256 (0x04E8)
Request to SMP 'SCCM' failed with error (Code 0x80004005). Trying next SMP. OSDSMPClient 4/7/2010 3:47:07 PM 1256 (0x04E8)
FALSE, HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\osdsmpclient\smpclient.cpp,1698) OSDSMPClient 4/7/2010 3:47:07 PM 1256 (0x04E8)
Failed to find an SMP that can serve request after trying 4 attempts. OSDSMPClient 4/7/2010 3:47:07 PM 1256 (0x04E8)
pClientRequestToSMP->Execute(migInfoFromMP.saSMPs), HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\osdsmpclient\smpclient.cpp,2713) OSDSMPClient 4/7/2010 3:47:07 PM 1256 (0x04E8)
ExecuteCaptureRequestSMP failed (0x80004005). OSDSMPClient 4/7/2010 3:47:07 PM 1256 (0x04E8)
ExecuteCaptureRequestToSMP(migInfoFromMP), HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\osdsmpclient\smpclient.cpp,2755) OSDSMPClient 4/7/2010 3:47:07 PM 1256 (0x04E8)
ExecuteCaptureRequest failed (0x80004005). OSDSMPClient 4/7/2010 3:47:07 PM 1256 (0x04E8)
ExecuteCaptureRequest(), HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\osdsmpclient\main.cpp,72) OSDSMPClient 4/7/2010 3:47:07 PM 1256 (0x04E8)
OSDSMPClient finished: 0x00004005 OSDSMPClient 4/7/2010 3:47:07 PM 1256 (0x04E8)
Process completed with exit code 16389 TSManager 4/7/2010 3:47:07 PM 3532 (0x0DCC)
!--------------------------------------------------------------------------------------------! TSManager 4/7/2010 3:47:07 PM 3532 (0x0DCC)
Failed to run the action: Request State Store.
Unknown error (Error: 00004005; Source: Unknown) TSManager 4/7/2010 3:47:07 PM 3532 (0x0DCC)
This is SCCM SP2 R2 on a Server 2008 R2. I have already checked all pre-reqs for WebDav and IIS, have removed and reinstalled the State Store (several times), and have run a Site Reset with the Network Access Acccount and the Admin account.
It seems that I may just be missing some sort of registry key? I thought doing a Site Reset would fix this but no go.