Ask a questionAsk a question
 

QuestionOSD/MDT Troubleshooting

  • Friday, October 30, 2009 3:29 PMJT65 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Long story short:  OSD is not working.  I'm fairly certain the cause of the problem is that something has yet to be updated on my Distribution Point.  My question is, how can I find out what SCCM object (application package, Boot Image, OS Image, etc) is the causing the issue.

    Long version if you're interested:  I used the Site Repair Wizard to reproduce my production configuration in my lab.   My distribution point is on a separate site server from my central site server.  This is the third time to do this (I'm fine-tuning the process).  The first time, I had to remove the distribution point and re-add it to SCCM and redistribute all of the packages.  The second and third time, the Distribution point was already configured, all I had to do was re-distribute the packages and OSD-related objects.  I was able to make this work the previous two times, I'm just trying to pare the process down to it's essential steps.

All Replies

  • Friday, October 30, 2009 6:13 PMJason SandysMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Where in the OSD process is the failure point? Are there any error messages? What exactly is not working?

    Have you reviewed the smsts.log on the destination system?
    Jason | http://myitforum.com/cs2/blogs/jsandys | http://blogs.catapultsystems.com/jsandys/default.aspx | Twitter @JasonSandys
  • Friday, October 30, 2009 8:42 PMNiall C. Brady Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    as Jason says, where is it failing ? when you try to deploy an OS what happens ? the SMSTS.log file will tell you where the problem is and if you have problems understanding it post it here and we will help

    here's a link to help you with troubleshooting OSD in SCCM

    cheers
    niall
    my SCCM step by step Guides > http://www.windows-noob.com/forums/index.php?showtopic=1064
  • Tuesday, November 03, 2009 7:35 PMJT65 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I boot to CD (no PXE here!) and add the computer to the collection via the Unknown Computer process.  The task sequence fails, but I expect that.  I reboot the system, enter the password for the Task Sequence, the process starts, but then I get:

     An error occurred while retrieving policy for this computer  (0x80004005). For more information, please contact your system administrator or helpdesk operator

    Below is an excerpt from my smsts.log (I can certainly post more if needed).  Originally, I thought my problem was elsewhere, but now I think this is the meat & potatoes:

    CryptMsgControl (hMsg, 0, CMSG_CTRL_VERIFY_SIGNATURE, pCert->pCertInfo), HRESULT=8009100e (e:\nts_sms_fre\sms\framework\osdmessaging\libcrypt.cpp,351) TSMBootstrap 11/3/2009 12:27:45 PM 1372 (0x055C)
    signature varification failed TSMBootstrap 11/3/2009 12:27:45 PM 1372 (0x055C)
    CryptMsgControl (hMsg, 0, CMSG_CTRL_VERIFY_SIGNATURE, pCert->pCertInfo), HRESULT=8009100e (e:\nts_sms_fre\sms\framework\osdmessaging\libcrypt.cpp,351) TSMBootstrap 11/3/2009 12:27:45 PM 1372 (0x055C)
    signature varification failed TSMBootstrap 11/3/2009 12:27:45 PM 1372 (0x055C)
    ipCertContext != listpServerCertContext.end(), HRESULT=80004005 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,2476) TSMBootstrap 11/3/2009 12:27:45 PM 1372 (0x055C)
    signature check failed: 3082010D06092A864886F70D010702A081FF3081FC020101310B300906052B0E03021A0500300B06092A864886F70D0107013181DC3081D902010130373023311330110603550403130A48434944414C41533139310C300A06035504031303534D530210C818B9A30E8C6A9C4370567218ABE6B4300906052B0E03021A0500300D06092A864886F70D010101050004818088F921D5CEFF839163188599846BEDF0514FD195732E596064F7EF66A52AFF7FB019371EA09C8369DD039FB2A8171383E3B9D497C62211BFE5F316989E92C0A30A689980A310CEB9491DA0A7BCA7D39534574D30A1F3F434736951EEAC3A20DEE9C2F06DFCA35037921AE49055FCCF6564948F939A4E0236C3B8B4A420CD4186 TSMBootstrap 11/3/2009 12:27:45 PM 1372 (0x055C)
    DoRequest (sReply, true), HRESULT=80004005 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,5010) TSMBootstrap 11/3/2009 12:27:45 PM 1372 (0x055C)
    Failed to get client identity (80004005) TSMBootstrap 11/3/2009 12:27:45 PM 1372 (0x055C)
    ClientIdentity.RequestClientIdentity (), HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,814) TSMBootstrap 11/3/2009 12:27:45 PM 1372 (0x055C)
    failed to request for client TSMBootstrap 11/3/2009 12:27:45 PM 1372 (0x055C)
    Exiting TSMediaWizardControl::GetPolicy. TSMBootstrap 11/3/2009 12:27:45 PM 1372 (0x055C)
    pWelcomePage->m_pTSMediaWizardControl->GetPolicy(), HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmbootstrap\tsmediawelcomepage.cpp,280) TSMBootstrap 11/3/2009 12:27:45 PM 1372 (0x055C)
    Setting wizard error: An error occurred while retrieving policy for this computer  (0x80004005). For more information, please contact your system administrator or helpdesk operator. TSMBootstrap 11/3/2009 12:27:45 PM 1360 (0x0550)
  • Tuesday, November 03, 2009 10:20 PMJason SandysMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Most of the time, if the problem is not obvious, it is actually indicated by an issue farther up in the log; i.e., please post more of the log from before this snippet.
    Jason | http://myitforum.com/cs2/blogs/jsandys | http://blogs.catapultsystems.com/jsandys/default.aspx | Twitter @JasonSandys
  • Wednesday, November 04, 2009 8:45 PMJT65 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Read it and weep...

    <![LOG[LOGGING: Finalize process ID set to 864]LOG]!><time="12:27:16.411+000" date="11-03-2009" component="TSBootShell" context="" type="1" thread="868" file="tslogging.cpp:1489">
    <![LOG[==============================[ TSBootShell.exe ]==============================]LOG]!><time="12:27:16.411+000" date="11-03-2009" component="TSBootShell" context="" type="1" thread="868" file="bootshell.cpp:963">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL']LOG]!><time="12:27:16.411+000" date="11-03-2009" component="TSBootShell" context="" type="1" thread="868" file="util.cpp:869">
    <![LOG[Waiting for PNP initialization...]LOG]!><time="12:27:16.442+000" date="11-03-2009" component="TSBootShell" context="" type="1" thread="892" file="bootshell.cpp:59">
    <![LOG[Booted from removable media]LOG]!><time="12:27:22.511+000" date="11-03-2009" component="TSBootShell" context="" type="1" thread="892" file="configpath.cpp:188">
    <![LOG[Checking for "D:\SOURCES\BOOT.WIM"]LOG]!><time="12:27:22.511+000" date="11-03-2009" component="TSBootShell" context="" type="0" thread="892" file="configpath.cpp:107">
    <![LOG[Found D:\SOURCES\BOOT.WIM]LOG]!><time="12:27:22.605+000" date="11-03-2009" component="TSBootShell" context="" type="0" thread="892" file="configpath.cpp:116">
    <![LOG[Found config path D:\]LOG]!><time="12:27:22.605+000" date="11-03-2009" component="TSBootShell" context="" type="1" thread="892" file="bootshell.cpp:553">
    <![LOG[Booting from removable media, not restoring bootloaders on hard drive]LOG]!><time="12:27:22.605+000" date="11-03-2009" component="TSBootShell" context="" type="1" thread="892" file="bootshell.cpp:564">
    <![LOG[Executing command line: wpeinit.exe -winpe]LOG]!><time="12:27:22.605+000" date="11-03-2009" component="TSBootShell" context="" type="1" thread="892" file="bootshell.cpp:767">
    <![LOG[The command completed successfully.]LOG]!><time="12:27:33.649+000" date="11-03-2009" component="TSBootShell" context="" type="1" thread="892" file="bootshell.cpp:850">
    <![LOG[Starting DNS client service.]LOG]!><time="12:27:33.649+000" date="11-03-2009" component="TSBootShell" context="" type="1" thread="892" file="bootshell.cpp:597">
    <![LOG[Executing command line: X:\sms\bin\i386\TsmBootstrap.exe /env:WinPE /configpath:D:\]LOG]!><time="12:27:34.164+000" date="11-03-2009" component="TSBootShell" context="" type="1" thread="892" file="bootshell.cpp:767">
    <![LOG[The command completed successfully.]LOG]!><time="12:27:34.164+000" date="11-03-2009" component="TSBootShell" context="" type="1" thread="892" file="bootshell.cpp:850">
    <![LOG[==============================[ TSMBootStrap.exe ]==============================]LOG]!><time="12:27:34.211+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1360" file="tsmbootstrap.cpp:1038">
    <![LOG[Command line: X:\sms\bin\i386\TsmBootstrap.exe /env:WinPE /configpath:D:\]LOG]!><time="12:27:34.211+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1360" file="tsmbootstrap.cpp:1039">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL']LOG]!><time="12:27:34.211+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1360" file="util.cpp:869">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\i386\TSRESNLC.DLL']LOG]!><time="12:27:34.211+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1360" file="resourceutils.cpp:152">
    <![LOG[Processor Is IA64: 0]LOG]!><time="12:27:34.227+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1360" file="tsmbootstrap.cpp:1004">
    <![LOG[Failed to open PXE registry key. Not a PXE boot.]LOG]!><time="12:27:34.227+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1360" file="tsmbootstrap.cpp:756">
    <![LOG[Media Root = D:\]LOG]!><time="12:27:34.227+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1360" file="tsmbootstrap.cpp:897">
    <![LOG[Executing from Media in WinPE]LOG]!><time="12:27:34.227+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1360" file="tsmbootstrap.cpp:900">
    <![LOG[Verifying Media Layout.]LOG]!><time="12:27:34.227+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1360" file="tsmediawizardcontrol.cpp:1266">
    <![LOG[MediaType = BootMedia]LOG]!><time="12:27:34.305+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1360" file="tsmediawizardcontrol.cpp:2164">
    <![LOG[PasswordRequired = true]LOG]!><time="12:27:34.305+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1360" file="tsmediawizardcontrol.cpp:2185">
    <![LOG[Found network adapter "Broadcom NetXtreme 57xx Gigabit Controller" with IP Address 10.1.10.1.]LOG]!><time="12:27:34.305+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1360" file="tsmbootstraputil.cpp:434">
    <![LOG[Running Wizard in Interactive mode]LOG]!><time="12:27:34.305+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1360" file="tsmediawizardcontrol.cpp:2359">
    <![LOG[Loading Media Variables from "D:\sms\data\variables.dat"]LOG]!><time="12:27:34.336+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1360" file="tsremovablemedia.cpp:321">
    <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sms_fre\sms\framework\smscrypt\windes.cpp,185)]LOG]!><time="12:27:34.351+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1360" file="windes.cpp:185">
    <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, wcslen(pszPassword)*sizeof(WCHAR), encryptedBuffer.getBuffer(), encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sms_fre\sms\framework\tscore\tsremovablemedia.cpp,386)]LOG]!><time="12:27:34.351+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1360" file="tsremovablemedia.cpp:386">
    <![LOG[Activating Welcome Page.]LOG]!><time="12:27:34.351+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1360" file="tsmediawelcomepage.cpp:123">
    <![LOG[Loading bitmap]LOG]!><time="12:27:34.351+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1360" file="tsmbootstrap.cpp:1149">
    <![LOG[WelcomePage::OnWizardNext()]LOG]!><time="12:27:40.950+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1360" file="tsmediawelcomepage.cpp:314">
    <![LOG[Loading Media Variables from "D:\sms\data\variables.dat"]LOG]!><time="12:27:40.950+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1360" file="tsremovablemedia.cpp:321">
    <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sms_fre\sms\framework\smscrypt\windes.cpp,185)]LOG]!><time="12:27:40.950+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1360" file="windes.cpp:185">
    <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, wcslen(pszPassword)*sizeof(WCHAR), encryptedBuffer.getBuffer(), encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sms_fre\sms\framework\tscore\tsremovablemedia.cpp,386)]LOG]!><time="12:27:40.950+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1360" file="tsremovablemedia.cpp:386">
    <![LOG[Loading Media Variables from "D:\sms\data\variables.dat"]LOG]!><time="12:27:40.950+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1360" file="tsremovablemedia.cpp:321">
    <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sms_fre\sms\framework\smscrypt\windes.cpp,185)]LOG]!><time="12:27:40.950+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1360" file="windes.cpp:185">
    <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, wcslen(pszPassword)*sizeof(WCHAR), encryptedBuffer.getBuffer(), encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sms_fre\sms\framework\tscore\tsremovablemedia.cpp,386)]LOG]!><time="12:27:40.950+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1360" file="tsremovablemedia.cpp:386">
    <![LOG[Verifying media password.]LOG]!><time="12:27:40.950+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1360" file="tsmediawizardcontrol.cpp:267">
    <![LOG[Loading Media Variables from "D:\sms\data\variables.dat"]LOG]!><time="12:27:40.950+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1360" file="tsremovablemedia.cpp:321">
    <![LOG[Spawned thread 1372 to download policy.]LOG]!><time="12:27:40.997+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1360" file="tsmediawelcomepage.cpp:370">
    <![LOG[Entering TSMediaWizardControl::GetPolicy.]LOG]!><time="12:27:40.997+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1372" file="tsmediawizardcontrol.cpp:482">
    <![LOG[Environment scope "Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}" successfully created]LOG]!><time="12:27:40.997+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="environmentscope.cpp:250">
    <![LOG[Environment scope "Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}" successfully created]LOG]!><time="12:27:40.997+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="environmentscope.cpp:250">
    <![LOG[Setting LogMaxSize to 1000000]LOG]!><time="12:27:40.997+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:510">
    <![LOG[Setting LogMaxHistory to 1]LOG]!><time="12:27:40.997+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:511">
    <![LOG[Setting LogLevel to 0]LOG]!><time="12:27:40.997+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:512">
    <![LOG[Setting LogEnabled to 1]LOG]!><time="12:27:40.997+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:513">
    <![LOG[Setting LogDebug to 1]LOG]!><time="12:27:40.997+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:514">
    <![LOG[Loading variables from the Task Sequencing Removable Media.]LOG]!><time="12:27:40.997+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:534">
    <![LOG[Loading Media Variables from "D:\sms\data\variables.dat"]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsremovablemedia.cpp:321">
    <![LOG[Setting DAL000E1 TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSMediaGuid TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSBootMediaPackageID TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSBootMediaSourceVersion TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSCertSelection TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSCertStoreName TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSDiskLabel1 TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSHTTPPort TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSHTTPSPort TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSIISSSLState TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSLaunchMode TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSMP TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSMPCerts TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSMPPort TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSMediaPFX TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSMediaSetID TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSMediaType TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSPublicRootKey TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSRootCACerts TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSSiteCode TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSSiteSigningCertificate TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSTimezone TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSUseFirstCert TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSx64UnknownMachineGUID TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Setting _SMSTSx86UnknownMachineGUID TS environment variable]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:551">
    <![LOG[MP Public Certs=308201DC30820149A0030201020210C21A755F009DCBA749AE9D6FE635C4EB300906052B0E03021D05003023311330110603550403130A48434944414C41533139310C300A06035504031303534D533020170D3034313230393232303835385A180F32313034313131353232303835385A3023311330110603550403130A48434944414C41533139310C300A06035504031303534D5330819F300D06092A864886F70D010101050003818D00308189028181009A103DDF6284465885B2A6B3D250B61C0BBEDDE2AC18CDAED5CFC2E153D92C2673349C5255E988FE7E9A787CBD41B5984730AB7EEE3A7EA5F64C9C9C2176B7AA55F27AAE209C91F55AC84FBFD4D2FAE7F7EF965BFC3D421632F84ADDF734D45349BE0A465523526FC323CCA2F7818063CD5117EAF4963E7699EDCDF5F2113B670203010001A317301530130603551D25040C300A06082B06010401823765300906052B0E03021D0500038181003D043A9F47215BF414027BF4636829EFB304A578ADEE05583904D0E153AC87D01762EBF83FD636B7C58FF7B7AEF75177AACA8DF5AE11549385873BF1E82D58B7055CFCE5BC3C106E72506AB808A716C7DDE52759EAA94F3C615291B7C19F00B0EC31CECE62CE5AB641F2BD741E4BC8AB3C6ED246571B209A8107E9BDA9B57DF7,308201DC30820149A00302010202102E812D16B5EF4694454BD42DAAF28E62300906052B0E03021D05003023311330110603550403130A48434944414C41533530310C300A06035504031303534D533020170D3038303232363135303834335A180F32313038303230323135303834335A3023311330110603550403130A48434944414C41533530310C300A06035504031303534D5330819F300D06092A864886F70D010101050003818D0030818902818100DDB97386C22EDA4F5C94CC9000ECD8CFE4103CAEDF6E48BF1863218EA22C94B3CF5D8FD3559A5EE71F6C6877E46494D874EE1F0B5C08EC737D4750D289598979B2EBF3B83F5A0F06FBCEA84667D5D4F829CA2779EB84BEEE1D7D48265528BD09883D681F0DEFECCDE231EE259A4404BBC240CD979997995FC1CB3021A0E7733D0203010001A317301530130603551D25040C300A06082B06010401823765300906052B0E03021D05000381810071D21EB23A95E24BCD56533BE40E30D4595AA73A8D1D0BCD64C3306CFC2DC361773B4D9740FCB818E9B7BA97FE4866E0ED97142D5C06FB58732375A2918B8DE07FD2938D53B7F479521ABAD45D2C21D5E6292D1F9D27C96543DA0F91826D63E676298DC081ED7648CAACC32AF8498FF49859F003D5E05919C377368D21BCAA65]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:564">
    <![LOG[MP: server=HCIDALAS19, http=80, https=443, default=80]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:571">
    <![LOG[Root CA Public Certs=]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:576">
    <![LOG[Missing root CA environment variable from variables file]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:582">
    <![LOG[Custom hook from X:\\TSConfig.INI is wscript.exe x:\Deploy\Scripts\ZTIMediaHook.wsf]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:615">
    <![LOG[Running custom hook before downloading policy: wscript.exe x:\Deploy\Scripts\ZTIMediaHook.wsf]LOG]!><time="12:27:41.013+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:437">
    <![LOG[Successfully registered Task Sequencing COM Interface.]LOG]!><time="12:27:41.028+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="environmentlib.cpp:768">
    <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="12:27:41.028+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1372" file="commandline.cpp:229">
    <![LOG[Replacing wscript.exe with cscript.exe]LOG]!><time="12:27:41.028+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1372" file="commandline.cpp:282">
    <![LOG[Command line for extension .wsf is "X:\windows\System32\CScript.exe" "%1" %*]LOG]!><time="12:27:41.028+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1372" file="commandline.cpp:229">
    <![LOG[Set command line: "X:\windows\System32\CScript.exe" x:\Deploy\Scripts\ZTIMediaHook.wsf]LOG]!><time="12:27:41.028+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1372" file="commandline.cpp:707">
    <![LOG[Executing command line: "X:\windows\System32\CScript.exe" x:\Deploy\Scripts\ZTIMediaHook.wsf]LOG]!><time="12:27:41.028+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="commandline.cpp:805">
    <![LOG[Process completed with exit code 0]LOG]!><time="12:27:45.693+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="commandline.cpp:1102">
    <![LOG[Successfully unregistered Task Sequencing Environment COM Interface.]LOG]!><time="12:27:45.693+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="environmentlib.cpp:855">
    <![LOG[No Need to create Authenticator Info]LOG]!><time="12:27:45.708+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:741">
    <![LOG[Getting MP time information]LOG]!><time="12:27:45.708+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="tsmediawizardcontrol.cpp:752">
    <![LOG[Requesting client identity]LOG]!><time="12:27:45.833+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="libsmsmessaging.cpp:4910">
    <![LOG[Formatted header:]LOG]!><time="12:27:45.833+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="libsmsmessaging.cpp:1500">
    <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>FCA01691-A5CA-4A1C-BF42-CF7EA8951785</SourceID><SourceHost/><TargetAddress>mp:[http]MP_ClientIDManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2009-11-03T20:27:45Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="306"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_ClientIDManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
    ]LOG]!><time="12:27:45.833+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="libsmsmessaging.cpp:1501">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: HCIDALAS19:80  CCM_POST /ccm_system/request]LOG]!><time="12:27:45.849+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="libsmsmessaging.cpp:7446">
    <![LOG[The request has succeeded. 200 OK]LOG]!><time="12:27:45.880+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1372" file="libsmsmessaging.cpp:7734">
    <![LOG[Decompressing reply body.]LOG]!><time="12:27:45.895+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1372" file="libsmsmessaging.cpp:2395">
    <![LOG[::DecompressBuffer(65536)]LOG]!><time="12:27:45.895+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1372" file="ccmzlib.cpp:735">
    <![LOG[Decompression (zlib) succeeded: original size 411, uncompressed size 2436.]LOG]!><time="12:27:45.895+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1372" file="ccmzlib.cpp:646">
    <![LOG[CryptMsgControl (hMsg, 0, CMSG_CTRL_VERIFY_SIGNATURE, pCert->pCertInfo), HRESULT=8009100e (e:\nts_sms_fre\sms\framework\osdmessaging\libcrypt.cpp,351)]LOG]!><time="12:27:45.895+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1372" file="libcrypt.cpp:351">
    <![LOG[signature varification failed]LOG]!><time="12:27:45.895+000" date="11-03-2009" component="TSMBootstrap" context="" type="2" thread="1372" file="libcrypt.cpp:351">
    <![LOG[CryptMsgControl (hMsg, 0, CMSG_CTRL_VERIFY_SIGNATURE, pCert->pCertInfo), HRESULT=8009100e (e:\nts_sms_fre\sms\framework\osdmessaging\libcrypt.cpp,351)]LOG]!><time="12:27:45.895+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1372" file="libcrypt.cpp:351">
    <![LOG[signature varification failed]LOG]!><time="12:27:45.895+000" date="11-03-2009" component="TSMBootstrap" context="" type="2" thread="1372" file="libcrypt.cpp:351">
    <![LOG[ipCertContext != listpServerCertContext.end(), HRESULT=80004005 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,2476)]LOG]!><time="12:27:45.895+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1372" file="libsmsmessaging.cpp:2476">
    <![LOG[signature check failed: 3082010D06092A864886F70D010702A081FF3081FC020101310B300906052B0E03021A0500300B06092A864886F70D0107013181DC3081D902010130373023311330110603550403130A48434944414C41533139310C300A06035504031303534D530210C818B9A30E8C6A9C4370567218ABE6B4300906052B0E03021A0500300D06092A864886F70D010101050004818088F921D5CEFF839163188599846BEDF0514FD195732E596064F7EF66A52AFF7FB019371EA09C8369DD039FB2A8171383E3B9D497C62211BFE5F316989E92C0A30A689980A310CEB9491DA0A7BCA7D39534574D30A1F3F434736951EEAC3A20DEE9C2F06DFCA35037921AE49055FCCF6564948F939A4E0236C3B8B4A420CD4186]LOG]!><time="12:27:45.895+000" date="11-03-2009" component="TSMBootstrap" context="" type="3" thread="1372" file="libsmsmessaging.cpp:2476">
    <![LOG[DoRequest (sReply, true), HRESULT=80004005 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,5010)]LOG]!><time="12:27:45.895+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1372" file="libsmsmessaging.cpp:5010">
    <![LOG[Failed to get client identity (80004005)]LOG]!><time="12:27:45.895+000" date="11-03-2009" component="TSMBootstrap" context="" type="3" thread="1372" file="libsmsmessaging.cpp:5269">
    <![LOG[ClientIdentity.RequestClientIdentity (), HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,814)]LOG]!><time="12:27:45.895+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1372" file="tsmediawizardcontrol.cpp:814">
    <![LOG[failed to request for client]LOG]!><time="12:27:45.895+000" date="11-03-2009" component="TSMBootstrap" context="" type="3" thread="1372" file="tsmediawizardcontrol.cpp:814">
    <![LOG[Exiting TSMediaWizardControl::GetPolicy.]LOG]!><time="12:27:45.895+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1372" file="tsmediawizardcontrol.cpp:1107">
    <![LOG[pWelcomePage->m_pTSMediaWizardControl->GetPolicy(), HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmbootstrap\tsmediawelcomepage.cpp,280)]LOG]!><time="12:27:45.895+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1372" file="tsmediawelcomepage.cpp:280">
    <![LOG[Setting wizard error: An error occurred while retrieving policy for this computer  (0x80004005). For more information, please contact your system administrator or helpdesk operator.]LOG]!><time="12:27:45.895+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1360" file="tsmediawizardcontrol.cpp:1232">
    <![LOG[WelcomePage::OnWizardNext()]LOG]!><time="12:27:45.895+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1360" file="tsmediawelcomepage.cpp:314">
    <![LOG[Skipping Confirmation Page.]LOG]!><time="12:27:45.895+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1360" file="tsmediaconfirmationpage.cpp:169">
    <![LOG[Skipping Task Sequence Selection Page.]LOG]!><time="12:27:45.911+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1360" file="tsmediataskselectionpage.cpp:118">
    <![LOG[Skipping Variables Selection Page.]LOG]!><time="12:27:45.911+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1360" file="tsmediavariablesselectionpage.cpp:155">
    <![LOG[Skipping Resolve Progress Page.]LOG]!><time="12:27:45.911+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1360" file="tsmediaresolveprogresspage.cpp:96">
    <![LOG[Activating Finish Page.]LOG]!><time="12:27:45.911+000" date="11-03-2009" component="TSMBootstrap" context="" type="0" thread="1360" file="tsmediafinishpage.cpp:106">
    <![LOG[Loading bitmap]LOG]!><time="12:27:45.911+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1360" file="tsmbootstrap.cpp:1149">
    <![LOG[Exiting task sequence wizard.]LOG]!><time="12:27:51.839+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1360" file="tsmediawizardcontrol.cpp:1991">
    <![LOG[Exiting with return code 0x00000000]LOG]!><time="12:27:51.839+000" date="11-03-2009" component="TSMBootstrap" context="" type="1" thread="1360" file="tsmbootstrap.cpp:1117">
    <![LOG[Execution complete.]LOG]!><time="12:27:51.839+000" date="11-03-2009" component="TSBootShell" context="" type="1" thread="892" file="bootshell.cpp:624">
    <![LOG[Finalizing logging from process 864]LOG]!><time="12:27:51.839+000" date="11-03-2009" component="TSBootShell" context="" type="1" thread="892" file="tslogging.cpp:1736">
    <![LOG[Finalizing logs to root of first available drive]LOG]!><time="12:27:51.839+000" date="11-03-2009" component="TSBootShell" context="" type="1" thread="892" file="tslogging.cpp:1578">
    <![LOG[Successfully finalized logs to C:\SMSTSLog]LOG]!><time="12:27:51.917+000" date="11-03-2009" component="TSBootShell" context="" type="1" thread="892" file="tslogging.cpp:1635">
    <![LOG[Cleaning up task sequencing logging configuration.]LOG]!><time="12:27:51.917+000" date="11-03-2009" component="TSBootShell" context="" type="0" thread="892" file="tslogging.cpp:578">
  • Thursday, November 05, 2009 4:50 PMJT65 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    I'm focused on this line from my SMSTS.LOG file:

    signature check failed: 3082010D06092A864886F70D010702A081FF3081FC020101310B300906052B0E03021A0500300B06092A864886F70D0107013181DC3081D902010130373023311330110603550403130A48434944414C41533139310C300A06035504031303534D530210C818B9A30E8C6A9C4370567218ABE6B4300906052B0E03021A0500300D06092A864886F70D01010105000481804BC375A9BB8164FFE38BCE0FF9BEF2C053607B213D1B4272B1CFC934175DCDD5A61916798AF742A093850215DDE2025A8CE0C568D1FA9C6563F9DC49B144538D2A561B3CA1CBE0A0D6E4B7F477657905768FE00D4171E6230EA8EDF99A698F18FCA38C289BC0F755DC3D3035096ECDDBDAF1F62203F9D3C6722538559653CDF8

    Should this alphanumeric string match the string returned when I access http://<smsserver>/sms_mp/.sms_aut?mpcert ??

    I ask becuase they don't.

  • Thursday, November 05, 2009 9:18 PMMichael Petersen - kongkuba Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi

    My money is on Network Access Account problems.

    Michael
    http://kongkuba1.spaces.live.com
  • Friday, November 06, 2009 2:45 AMJT65 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I saw the NAA messages, but I check out the Network Access Account on my server.  I logged into Windows using that account to verify that it works.  I re-entered the password in the SCCM console to make sure I was using the correct password.

    The account is good, but it could be a permissions issue.  I can't check that until tomorrow - not that I know what I'm doing.  I just read Cathy Moya's description of what the Network Access Account is used for (http://social.technet.microsoft.com/Forums/en-US/configmgrgeneral/thread/e82d80d6-a6f7-4850-b803-1cc2e7e57263), but the environment she describes is more complex than mine (I know that sounds like it would make things easier, but it hasn't).

    I can't access my lab from home, but I've been looking at my production SCCM setup and I don't know what my NAA might have access to in production that it doesn't have in the lab.

    Now that I've typed all that, let me bounce something off of you.  The last time I did this, the last thing I did was make an account a Domain Admin, just to cover all of the bases.  I think it may have been my NAA.  However, I wasn't sure that it was necessary that this account be a domain admin, so I removed it and the system continued to work.

    What does the NAA need to be able to access?  It looks like it will need Read permissions to the SMSPKGE$ share on my DP?  Anything else? 
  • Monday, November 09, 2009 5:28 AMMoff25 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I would check and rebuild your IIS settings.
    This has caused many a heartache for myself in the past and should always be set to the MS standard for OSD.

    There is a whitepaper available but can't remember the KB #.
    Brett Moffett