Jump to content


Search the Community

Showing results for tags 'Build and Capture'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Cloud
    • Azure
    • Microsoft Intune
    • Office 365
    • Windows 365
  • General Stuff
    • General Chat
    • Events
    • Site News
    • Official Forum Supporters
    • Windows News
    • Suggestion box
    • Jobs
  • MDT, SMS, SCCM, Current Branch &Technical Preview
    • How do I ?
    • Microsoft Deployment Toolkit (MDT)
    • SMS 2003
    • Configuration Manager 2007
    • Configuration Manager 2012
    • System Center Configuration Manager (Current Branch)
    • Packaging
    • scripting
    • Endpoint Protection
  • Windows Client
    • how do I ?
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows Vista
    • Windows XP
    • windows screenshots
  • Windows Server
    • Windows Server General
    • Active Directory
    • Microsoft SQL Server
    • System Center Operations Manager
    • KMS
    • Windows Deployment Services
    • NAP
    • Failover Clustering
    • PKI
    • Hyper V
    • Exchange
    • IIS/apache/web server
    • System Center Data Protection Manager
    • System Center Service Manager
    • System Center App Controller
    • System Center Virtual Machine Manager
    • System Center Orchestrator
    • Lync
    • Application Virtualization
    • Sharepoint
    • WSUS

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Location


Interests

Found 19 results

  1. I'm doing a quick build and capture with Windows 10 Build 14393 (1607) in which I have a script that removes some of the default installed apps. It's being done with System Center. In regards to the Contact app, it's now able to be uninstalled as a package. $Packages = (Get-WindowsPackage -Online).PackageName ForEach ($Package in $Packages) { If ($Package -like "*ContactSupport*") { Remove-WindowsPackage -Online -PackageName "$Package" -NoRestart } } It is removed with no issues, won't appear in the start menu for any users, but Sysprep will fail because of it. [setuperr.log] Failed to remove staged package Windows.ContactSupport_10.0.14393_......... Failed to remove apps for the current user: 0x80070002 When I log in to the VM after it fails, Windows.ContactSupport only appears if I run "Get-AppxPackage -AllUsers" where it says it's still staged {S-1-5-18 [s-1-5-18]: Staged} by NT AUTHORITY\SYSTEM If I even try to run powershell.exe as SYSTEM and now try Remove-AppxPackage it just fails like it used to and can't be resolved. Has anyone run in to this and able to fix it? Or should I just stop trying to remove "Contact Support" and leave it like the last Windows 10 OS builds had to be?
  2. Hello - I'm looking for the best practice regarding the build and capture of Win10 + O365 with SCCM 1702/MDT 2013 Do you think the captured image (Wim) should include the third party apps, or add them in the imaging task sequence ?
  3. I`m trying to capture a Win10 image with Office 365 but my TS is failing. The O365 application installs fine from Software Centre, but failing during OSD. I attached the SMSTS log smsts-20170718-132035.log
  4. I've built a task sequence to build and capture our reference image; windows 10. I have been successful in the build and capture task sequence. I have a couple of application installations built into the task sequence; MS Office 2016 and Chrome. So far so good. The big issue I see with the process is that there is no suspend task. I was hoping for a suspend task, so I could configure the default profile and maybe be able to use copyprofile with the sysprep task. I need to be able to set up a default profile and leverage copy profile in the build and capture task sequences. Does anyone know how to accomplish this or have recommendations on configuring a default profile in the build and capture task sequence? Thanks, Shine
  5. I am trying to build and capture a Winddows 7 X64 Image using SCCM 2012 R2 (SP1). I have also installed Cumulative Updates 1 for R2 SP1 and made sure the client Patches CU1 during setup. I have been using Software Updates to clients on the Domain successfully but the OSD is failing to complete with the error "timeout period expired. Error: 800705B4" in the SMSTS.log (see attached). I have ensured the Client install includes the following (note the FQDN is different to this, trying to not publish to the world): SMSMP=server.com SMSSLP=server.com DNSSUFFIX=com I have added the hotfix KB2522623 and also included the following command prior to the updates: WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000113}" /NOINTERACTIVE I have made sure the client correctly connects with an IP on the active Boundary. Also I have made sure the updates are correctly Distributed to the DP. I am at a loss for what is happening here? Please see SMSTS.log, SoftwareUpdates.log, UpdatesHandler.log, UpdatesDeployment.log, UpdatesStore.log, and WUAHandler.log below for more info. Here is excerpt from SMSTS.log when it fails: executing command: C:\Windows\system32\cmd.exe /k executed command: C:\Windows\system32\cmd.exe /k FALSE, HRESULT=800705b4 (e:\nts_sccm_release\sms\client\osdeployment\installswupdate\installswupdate.cpp,1273) Timedout waiting for updates refresh complete notification WaitForRefreshUpdatesComplete(spInstall), HRESULT=800705b4 (e:\nts_sccm_release\sms\client\osdeployment\installswupdate\installswupdate.cpp,1331) RefreshUpdates(), HRESULT=800705b4 (e:\nts_sccm_release\sms\client\osdeployment\installswupdate\installswupdate.cpp,923) InstallUpdates(pInstallUpdate, tType, sJobID, sActiveRequestHandle), HRESULT=800705b4 (e:\nts_sccm_release\sms\client\osdeployment\installswupdate\main.cpp,248) Setting TSEnv variable SMSTSInstallUpdateJobGUID= Process(pInstallUpdate, tType), HRESULT=800705b4 (e:\nts_sccm_release\sms\client\osdeployment\installswupdate\main.cpp,302) Process completed with exit code 2147943860 !--------------------------------------------------------------------------------------------! Failed to run the action: Install Software Updates 1st Pass. This operation returned because the timeout period expired. (Error: 800705B4; Source: Windows) MP server http://SERVER.comPorts 80,443. CRL=false. Setting authenticator Set authenticator in transport Sending StatusMessage Setting message signatures. Setting the authenticator. CLibSMSMessageWinHttpTransport::Send: URL: SERVER.com:80 CCM_POST /ccm_system/request Request was successful. Set a global environment variable _SMSTSLastActionRetCode=-2147023436 Set a global environment variable _SMSTSLastActionSucceeded=false Clear local default environment The execution engine ignored the failure of the action (Install Software Updates 1st Pass) and continues execution smsts.log UpdatesDeployment.log UpdatesHandler.log UpdatesStore.log WUAHandler.log WindowsUpdate.log
  6. My build and capture for Win10 is failing on 'prepare OS' step. It BSOD with the error System_thread_expection_not_handled. It restarts to the Win10 log in screen. My B&C works fine with 8.1 and I've upgraded to r2 sp1 cu1. MDT 2013 update 1 and USMT 10. this is on a VM and I'm not finding anything relevant on the smsts.log or the setupact.log Not sure what's going on, any help would be appreciated.
  7. Hi All, Trying to build and capture a VM machine. Created a collection, however when trying to build and capture I get the following error 0x00000037 Please can anyone help, I've checked the internet and cant find anything to help. Cheers
  8. I wanted to put this topic in the main CM2012 forum, but I can't, for some reason. That's why it's posted here. Hello, I was really hoping someone could help me with this. Background information: - We have a CM07 server in a production environment. - I've set up a CM12 RTM server, following the guides in this forum, with the hopes of migrating soon. - I wanted to do OSD from scratch to learn more and to take advantage of new features in CM12. - I have a few virtual machines running for testing OSD/apps (these are the only clients managed by my CM12 server). - Since it's not possible to have two WDS servers running at the same time AFAIK (without using registry tweaks, the F11 trick, that by the way doesn't work for me) I have created a bootable TS media that I mount on the virtual machines whenever I want to test OSD. Now, to my problem: I can't figure out why my Build and Capture TS is failing on the Install Software Updates step. smsts.log file says: Failed to RefreshUpdates, hr=087d00272, followed by: Failed to run the action: Install Software Updates. Component is disabled (Error: 87D00272; Source: CCM). I have read about similar issues occurring in CM07 capture task sequences since the machine is joined to a Workgroup. The proposed solution was adding SMSSLP=FQDN to the client installation properties, but since that functionality is moved to the MP in CM12, it should be enough to specify SMSMP=FQDN in my case. It's not working anyway. Tried it to a Deploy TS also, where the machine is domain joined, but I got the same error. The error code 87D00272 returns no results on Google. This stumps me, as someone surely has had the same problem? Here is the relevant portions of the smsts.log file If someone had the chance to look at this, I would greatly appreciate it. Thank you! Refreshing Updates InstallSWUpdate 2012-06-13 10:15:33 228 (0x00E4) spInstall->RefreshTargetedUpdates( spCallback, &bAlreadyCompleted ), HRESULT=87d00272 (e:\nts_sccm_release\sms\client\osdeployment\installswupdate \installswupdate.cpp,467) InstallSWUpdate 2012-06-13 10:15:34 228 (0x00E4) Failed to RefreshUpdates, hr=0x87d00272 InstallSWUpdate 2012-06-13 10:15:34 228 (0x00E4) RefreshTargetedUpdates(spInstall, spCallback, bAlreadyCompleted), HRESULT=87d00272 (e:\nts_sccm_release\sms\client\osdeployment\installswupdate \installswupdate.cpp,1295) InstallSWUpdate 2012-06-13 10:15:34 228 (0x00E4) RefreshUpdates(), HRESULT=87d00272 (e:\nts_sccm_release\sms\client\osdeployment \installswupdate\installswupdate.cpp,906) InstallSWUpdate 2012-06-13 10:15:34 228 (0x00E4) InstallUpdates(pInstallUpdate, tType, sJobID, sActiveRequestHandle), HRESULT=87d00272 (e:\nts_sccm_release\sms\client\osdeployment\installswupdate \main.cpp,248) InstallSWUpdate 2012-06-13 10:15:34 228 (0x00E4) Setting TSEnv variable SMSTSInstallUpdateJobGUID= InstallSWUpdate 2012-06-13 10:15:34 228 (0x00E4) Process(pInstallUpdate, tType), HRESULT=87d00272 (e:\nts_sccm_release\sms\client \osdeployment\installswupdate\main.cpp,304) InstallSWUpdate 2012-06-13 10:15:34 228 (0x00E4) Process completed with exit code 2278556274 TSManager 2012-06-13 10:15:34 912 (0x0390) !----------------------------------------------------------------------------------- ---------! TSManager 2012-06-13 10:15:34 912 (0x0390) Failed to run the action: Install Software Updates. Component is disabled (Error: 87D00272; Source: CCM) TSManager 2012-06-13 10:15:34 912 (0x0390) MP server http://CFGMGR-SRV.zenit.brummer.se. Ports 80,443. CRL=false. TSManager 2012-06-13 10:15:34 912 (0x0390) Setting authenticator TSManager 2012-06-13 10:15:35 912 (0x0390) Set authenticator in transport TSManager 2012-06-13 10:15:35 912 (0x0390) Sending StatusMessage TSManager 2012-06-13 10:15:35 912 (0x0390) Setting message signatures. TSManager 2012-06-13 10:15:35 912 (0x0390) Setting the authenticator. TSManager 2012-06-13 10:15:35 912 (0x0390) CLibSMSMessageWinHttpTransport::Send: URL: CFGMGR-SRV.zenit.brummer.se:80 CCM_POST /ccm_system/request TSManager 2012-06-13 10:15:35 912 (0x0390) Request was succesful. TSManager 2012-06-13 10:15:35 912 (0x0390) Set a global environment variable _SMSTSLastActionRetCode=-2016411022 TSManager 2012-06-13 10:15:35 912 (0x0390) Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 2012-06-13 10:15:35 912 (0x0390) Clear local default environment TSManager 2012-06-13 10:15:35 912 (0x0390) Let the parent group (Setup Operating System) decides whether to continue execution TSManager 2012-06-13 10:15:35 912 (0x0390) The execution of the group (Setup Operating System) has failed and the execution has been aborted. An action failed. Operation aborted (Error: 80004004; Source: Windows) TSManager 2012-06-13 10:15:35 912 (0x0390) Failed to run the last action: Install Software Updates. Execution of task sequence failed. Component is disabled (Error: 87D00272; Source: CCM) TSManager 2012-06-13 10:15:35 912 (0x0390) MP server http://CFGMGR-SRV.zenit.brummer.se. Ports 80,443. CRL=false. TSManager 2012-06-13 10:15:35 912 (0x0390) Setting authenticator TSManager 2012-06-13 10:15:35 912 (0x0390) Set authenticator in transport TSManager 2012-06-13 10:15:35 912 (0x0390) Sending StatusMessage TSManager 2012-06-13 10:15:35 912 (0x0390) Setting message signatures. TSManager 2012-06-13 10:15:35 912 (0x0390) Setting the authenticator. TSManager 2012-06-13 10:15:35 912 (0x0390) CLibSMSMessageWinHttpTransport::Send: URL: CFGMGR-SRV.zenit.brummer.se:80 CCM_POST /ccm_system/request TSManager 2012-06-13 10:15:35 912 (0x0390) Request was succesful. TSManager 2012-06-13 10:15:35 912 (0x0390) Launching command shell. OSDSetupHook 2012-06-13 10:15:45 1932 (0x078C) executing command: C:\WINDOWS\system32\cmd.exe /k OSDSetupHook 2012-06-13 10:15:45 1932 (0x078C) executed command: C:\WINDOWS\system32\cmd.exe /k OSDSetupHook 2012-06-13 10:15:45 1932 (0x078C) Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e: \nts_sccm_release\sms\client asksequence smanager smanager.cpp,756) TSManager 2012-06-13 10:16:57 912 (0x0390) Task Sequence Engine failed! Code: enExecutionFail TSManager 2012-06-13 10:16:57 912 (0x0390) **************************************************************************** TSManager 2012-06-13 10:16:57 912 (0x0390) Task sequence execution failed with error code 80004005 TSManager 2012-06-13 10:16:57 912 (0x0390)
  9. Hello, Wondering if someone could help me out. I'm trying to do a build and capture including Software Updates. I can do a build and capture (without) Software Updates and everything works fine. But when I include Software Updates, the task bar will just sit there for like 30 minutes then finally fail. Times out I guess. It never does any updates. I am able to image a computer with software updates but I'd like to include updates in the image to save time. And the schedule updates on the system image only installs a few updates then I end up with 100 updates still to do after imaging. I can't do this when I have 30 machines to image. I have included the SMSMP=FQDN in the config and put my B&C collection in my Software Updates Group. Any ideas?
  10. I have read some blogs about restarting wds but it seems it was stuck at status starting so i could not start the process i uninstall pxe and then reinstalled it and it was still at starting i force the restart and it worked but still can't boot from PXE i have 2012 R2 installed i have here a copy of my smspxe.log i would gladly like to ear some pointers to help me out here Thanks Everything is on the same server i only have a primary site installed everything works http://www.windows-noob.com/forums/index.php?/topic/4045-system-center-2012-configuration-manager-guides/ but i got a hit at the build and capture cant advanced any further <![LOG[================= PXE Provider loaded. =====================]LOG]!><time="09:59:23.665+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="smspxe.cpp:137"> <![LOG[Machine is running Windows Longhorn. (NTVersion=0X601, ServicePack=1)]LOG]!><time="09:59:23.669+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="provsettings.cpp:1112"> <![LOG[Cannot read the registry value of MACIgnoreListFile (00000000)]LOG]!><time="09:59:23.669+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="09:59:23.669+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="provsettings.cpp:468"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="09:59:23.730+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="09:59:23.730+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="ccmcert.cpp:1803"> <![LOG[initializing PXEPerfObject.]LOG]!><time="09:59:23.730+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="smspxe.cpp:399"> <![LOG[Could not load logging configuration for component ccmperf. Using default values.]LOG]!><time="09:59:23.730+300" date="12-11-2013" component="SMSPXE" context="" type="2" thread="5780" file="stdlogging.cpp:480"> <![LOG[HTTP is selected for Client. The current state is 0.]LOG]!><time="09:59:23.879+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="ccmutillib.cpp:420"> <![LOG[Client lookup reply: <ClientIDReply><Identification Unknown="0" ItemKey="0" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply> ]LOG]!><time="09:59:24.271+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="libsmsmessaging.cpp:6346"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="09:59:24.274+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="bootimagecache.cpp:60"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="09:59:24.274+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="bootimagecache.cpp:60"> <![LOG[Adding TSC00002.2]LOG]!><time="09:59:24.358+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="bootimagemgr.cpp:305"> <![LOG[Adding TSC00005.2]LOG]!><time="09:59:37.115+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="bootimagemgr.cpp:305"> <![LOG[Found new image TSC00002]LOG]!><time="10:00:00.375+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="10:00:00.545+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:00:00.552+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="10:00:00.597+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:00:00.597+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="wimfile.cpp:448"> <![LOG[installBootFilesForImage failed. 0x80004005]LOG]!><time="10:00:03.168+300" date="12-11-2013" component="SMSPXE" context="" type="3" thread="5780" file="bootimagemgr.cpp:1608"> <![LOG[Warning: Failed to copy the needed boot binaries from the boot image E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim. The operation completed successfully. (Error: 00000000; Source: Windows)]LOG]!><time="10:00:03.169+300" date="12-11-2013" component="SMSPXE" context="" type="3" thread="5780" file="bootimagemgr.cpp:1275"> <![LOG[Failed adding image E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim. Will Retry.. Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="10:00:03.180+300" date="12-11-2013" component="SMSPXE" context="" type="3" thread="5780" file="bootimagemgr.cpp:1180"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.11.10.00.00.01.{8C7AE415-B3E5-49B3-8F4E-E91A33CBB3D7}.boot.bcd deleted.]LOG]!><time="10:00:03.180+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="bootimagecache.cpp:267"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.11.10.00.00.01.{8C7AE415-B3E5-49B3-8F4E-E91A33CBB3D7}.boot.bcd.log deleted.]LOG]!><time="10:00:03.180+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="bootimagecache.cpp:282"> <![LOG[Found new image TSC00005]LOG]!><time="10:00:03.181+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="10:00:03.181+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:00:03.181+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim PackageID: TSC00005 ProductName: Microsoft® Windows® Operating System Architecture: 9 Description: Microsoft Windows PE (x64) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="10:00:03.184+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:00:03.184+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="wimfile.cpp:448"> <![LOG[installBootFilesForImage failed. 0x80004005]LOG]!><time="10:00:04.537+300" date="12-11-2013" component="SMSPXE" context="" type="3" thread="5780" file="bootimagemgr.cpp:1608"> <![LOG[Warning: Failed to copy the needed boot binaries from the boot image E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim. The operation completed successfully. (Error: 00000000; Source: Windows)]LOG]!><time="10:00:04.537+300" date="12-11-2013" component="SMSPXE" context="" type="3" thread="5780" file="bootimagemgr.cpp:1275"> <![LOG[Failed adding image E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim. Will Retry.. Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="10:00:04.537+300" date="12-11-2013" component="SMSPXE" context="" type="3" thread="5780" file="bootimagemgr.cpp:1180"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.11.10.00.03.02.{24E913C2-1E9E-45DC-9AE0-5D66DC859F79}.boot.bcd deleted.]LOG]!><time="10:00:04.538+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="bootimagecache.cpp:267"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.11.10.00.03.02.{24E913C2-1E9E-45DC-9AE0-5D66DC859F79}.boot.bcd.log deleted.]LOG]!><time="10:00:04.538+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="bootimagecache.cpp:282"> <![LOG[Found new image TSC00002]LOG]!><time="10:00:04.538+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3148" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="10:00:04.538+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3148" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:00:04.538+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3148" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="10:00:04.541+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3148" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:00:04.541+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3148" file="wimfile.cpp:448"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:00:04.552+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:00:04.552+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="ccmcert.cpp:1803"> <![LOG[PXE Provider finished loading.]LOG]!><time="10:00:04.552+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5780" file="smspxe.cpp:184"> <![LOG[installBootFilesForImage failed. 0x80004005]LOG]!><time="10:00:05.295+300" date="12-11-2013" component="SMSPXE" context="" type="3" thread="3148" file="bootimagemgr.cpp:1608"> <![LOG[Warning: Failed to copy the needed boot binaries from the boot image E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim. The operation completed successfully. (Error: 00000000; Source: Windows)]LOG]!><time="10:00:05.295+300" date="12-11-2013" component="SMSPXE" context="" type="3" thread="3148" file="bootimagemgr.cpp:1275"> <![LOG[Failed adding image E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim. Will Retry.. Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="10:00:05.295+300" date="12-11-2013" component="SMSPXE" context="" type="3" thread="3148" file="bootimagemgr.cpp:1180"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.11.10.00.04.03.{DC12F988-8BBD-4B08-AED0-8779F5D6A7CC}.boot.bcd deleted.]LOG]!><time="10:00:05.296+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3148" file="bootimagecache.cpp:267"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.11.10.00.04.03.{DC12F988-8BBD-4B08-AED0-8779F5D6A7CC}.boot.bcd.log deleted.]LOG]!><time="10:00:05.296+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3148" file="bootimagecache.cpp:282"> <![LOG[Found new image TSC00005]LOG]!><time="10:00:05.296+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3148" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="10:00:05.296+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3148" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:00:05.297+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3148" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim PackageID: TSC00005 ProductName: Microsoft® Windows® Operating System Architecture: 9 Description: Microsoft Windows PE (x64) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="10:00:05.301+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3148" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:00:05.301+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3148" file="wimfile.cpp:448"> <![LOG[installBootFilesForImage failed. 0x80004005]LOG]!><time="10:00:06.414+300" date="12-11-2013" component="SMSPXE" context="" type="3" thread="3148" file="bootimagemgr.cpp:1608"> <![LOG[Warning: Failed to copy the needed boot binaries from the boot image E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim. The operation completed successfully. (Error: 00000000; Source: Windows)]LOG]!><time="10:00:06.414+300" date="12-11-2013" component="SMSPXE" context="" type="3" thread="3148" file="bootimagemgr.cpp:1275"> <![LOG[Failed adding image E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim. Will Retry.. Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="10:00:06.414+300" date="12-11-2013" component="SMSPXE" context="" type="3" thread="3148" file="bootimagemgr.cpp:1180"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.11.10.00.05.04.{FAEFB817-042E-407C-9CB4-661E994BFFBE}.boot.bcd deleted.]LOG]!><time="10:00:06.414+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3148" file="bootimagecache.cpp:267"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.11.10.00.05.04.{FAEFB817-042E-407C-9CB4-661E994BFFBE}.boot.bcd.log deleted.]LOG]!><time="10:00:06.415+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3148" file="bootimagecache.cpp:282"> <![LOG[Found new image TSC00002]LOG]!><time="10:00:07.315+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="10:00:07.315+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:00:07.315+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="10:00:07.329+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:00:07.329+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="wimfile.cpp:448"> <![LOG[Cannot read the registry value of MACIgnoreListFile (800703e5)]LOG]!><time="10:00:08.818+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5772" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="10:00:08.819+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5772" file="provsettings.cpp:468"> <![LOG[Found new image TSC00005]LOG]!><time="10:00:21.971+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="10:00:21.971+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:00:21.971+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim PackageID: TSC00005 ProductName: Microsoft® Windows® Operating System Architecture: 9 Description: Microsoft Windows PE (x64) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="10:00:21.995+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:00:21.995+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="wimfile.cpp:448"> <![LOG[Cannot read the registry value of MACIgnoreListFile (800703e5)]LOG]!><time="10:00:45.333+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5256" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="10:00:45.335+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5256" file="provsettings.cpp:468"> <![LOG[Cannot read the registry value of MACIgnoreListFile (800703e5)]LOG]!><time="10:00:56.092+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5256" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="10:00:56.092+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5256" file="provsettings.cpp:468"> <![LOG[Error opening file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim. Win32=32]LOG]!><time="10:00:57.954+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5256" file="bootimagemgr.cpp:1085"> <![LOG[Retrying E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:00:57.954+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5256" file="bootimagemgr.cpp:1086"> <![LOG[Error opening file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim. Win32=32]LOG]!><time="10:01:00.758+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5256" file="bootimagemgr.cpp:1085"> <![LOG[Retrying E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:01:00.758+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5256" file="bootimagemgr.cpp:1086"> <![LOG[Error opening file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim. Win32=32]LOG]!><time="10:01:03.767+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5256" file="bootimagemgr.cpp:1085"> <![LOG[Retrying E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:01:03.767+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5256" file="bootimagemgr.cpp:1086"> <![LOG[Error opening file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim. Win32=32]LOG]!><time="10:01:06.775+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5256" file="bootimagemgr.cpp:1085"> <![LOG[Retrying E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:01:06.775+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5256" file="bootimagemgr.cpp:1086"> <![LOG[Error opening file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim. Win32=32]LOG]!><time="10:01:09.785+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5256" file="bootimagemgr.cpp:1085"> <![LOG[boot image TSC00005 has changed since added]LOG]!><time="10:01:12.639+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5256" file="bootimagemgr.cpp:1112"> <![LOG[File is in use: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim. Will retry later]LOG]!><time="10:01:12.639+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5256" file="bootimagemgr.cpp:1131"> <![LOG[Found new image TSC00005]LOG]!><time="10:01:16.434+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="10:01:16.434+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:01:16.434+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim PackageID: TSC00005 ProductName: Microsoft® Windows® Operating System Architecture: 9 Description: Microsoft Windows PE (x64) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="10:01:16.438+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:01:16.438+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="wimfile.cpp:448"> <![LOG[Error opening file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim. Win32=32]LOG]!><time="10:01:23.628+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="bootimagemgr.cpp:1085"> <![LOG[Retrying E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:01:23.628+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="bootimagemgr.cpp:1086"> <![LOG[Error opening file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim. Win32=32]LOG]!><time="10:01:26.328+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="bootimagemgr.cpp:1085"> <![LOG[Retrying E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:01:26.328+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="bootimagemgr.cpp:1086"> <![LOG[Error opening file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim. Win32=32]LOG]!><time="10:01:29.031+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="bootimagemgr.cpp:1085"> <![LOG[Retrying E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:01:29.031+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="bootimagemgr.cpp:1086"> <![LOG[Error opening file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim. Win32=32]LOG]!><time="10:01:31.731+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="bootimagemgr.cpp:1085"> <![LOG[Retrying E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:01:31.731+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="bootimagemgr.cpp:1086"> <![LOG[boot image TSC00002 has changed since added]LOG]!><time="10:01:34.431+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="bootimagemgr.cpp:1112"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="10:01:34.431+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:01:34.431+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="10:01:34.434+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:01:34.434+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5912" file="wimfile.cpp:448"> <![LOG[boot image TSC00002 has changed since added]LOG]!><time="10:05:48.177+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="bootimagemgr.cpp:1112"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="10:05:48.182+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:05:48.182+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="10:05:48.210+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:05:48.210+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="wimfile.cpp:448"> <![LOG[boot image TSC00005 has changed since added]LOG]!><time="10:05:49.972+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="bootimagemgr.cpp:1112"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="10:05:49.973+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:05:49.973+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim PackageID: TSC00005 ProductName: Microsoft® Windows® Operating System Architecture: 9 Description: Microsoft Windows PE (x64) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="10:05:49.977+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:05:49.977+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="wimfile.cpp:448"> <![LOG[boot image TSC00002 has changed since added]LOG]!><time="10:07:10.301+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="bootimagemgr.cpp:1112"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="10:07:10.307+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:07:10.308+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="10:07:10.344+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:07:10.345+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="wimfile.cpp:448"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.11.10.00.21.06.{2162BD81-8627-45F7-BB77-449EC7752CEC}.boot.bcd deleted.]LOG]!><time="10:09:09.849+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5192" file="bootimagecache.cpp:267"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.11.10.00.21.06.{2162BD81-8627-45F7-BB77-449EC7752CEC}.boot.bcd.log deleted.]LOG]!><time="10:09:09.849+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5192" file="bootimagecache.cpp:282"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.11.10.00.07.05.{1F9364AB-897F-42ED-9254-41FA43DA0DB4}.boot.bcd deleted.]LOG]!><time="10:09:09.849+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5192" file="bootimagecache.cpp:267"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.11.10.00.07.05.{1F9364AB-897F-42ED-9254-41FA43DA0DB4}.boot.bcd.log deleted.]LOG]!><time="10:09:09.862+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5192" file="bootimagecache.cpp:282"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.11.10.01.34.08.{6A98ADB5-FB4B-4765-A28E-290B77EB803B}.boot.bcd deleted.]LOG]!><time="10:09:09.862+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5192" file="bootimagecache.cpp:267"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.11.10.01.34.08.{6A98ADB5-FB4B-4765-A28E-290B77EB803B}.boot.bcd.log deleted.]LOG]!><time="10:09:09.862+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5192" file="bootimagecache.cpp:282"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.11.10.01.16.07.{4D8DEA6C-FB99-4570-8524-EA9D1C44A10C}.boot.bcd deleted.]LOG]!><time="10:09:09.862+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5192" file="bootimagecache.cpp:267"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.11.10.01.16.07.{4D8DEA6C-FB99-4570-8524-EA9D1C44A10C}.boot.bcd.log deleted.]LOG]!><time="10:09:09.863+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5192" file="bootimagecache.cpp:282"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.11.10.05.48.09.{F0354DD4-0954-490F-9351-CE6C6B699873}.boot.bcd deleted.]LOG]!><time="10:09:09.863+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5192" file="bootimagecache.cpp:267"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.11.10.05.48.09.{F0354DD4-0954-490F-9351-CE6C6B699873}.boot.bcd.log deleted.]LOG]!><time="10:09:09.863+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5192" file="bootimagecache.cpp:282"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:55:18.886+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5192" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:55:18.886+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5192" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="11:56:24.145+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="11:56:24.145+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:57:21.828+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="6116" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:57:21.829+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="6116" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:58:22.486+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3980" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:58:22.486+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3980" file="ccmcert.cpp:1803"> <![LOG[Cannot read the registry value of MACIgnoreListFile (800703e5)]LOG]!><time="14:49:57.436+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3380" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="14:49:57.437+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3380" file="provsettings.cpp:468"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="14:59:08.939+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5452" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="14:59:08.940+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5452" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:00:25.040+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5452" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:00:25.040+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5452" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:55:41.753+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:55:41.753+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="17:56:27.101+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="17:56:27.102+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="18:57:28.831+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="4168" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="18:57:28.831+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="4168" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="19:58:47.442+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5144" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="19:58:47.442+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5144" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="20:59:07.066+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5144" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="20:59:07.066+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5144" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="22:00:04.213+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5976" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="22:00:04.213+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="5976" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="22:55:17.398+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="22:55:17.398+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="988" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="23:56:23.792+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3932" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="23:56:23.793+300" date="12-11-2013" component="SMSPXE" context="" type="1" thread="3932" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="00:57:24.905+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="988" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="00:57:24.906+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="988" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="01:58:43.685+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="5676" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="01:58:43.685+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="5676" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="02:59:36.715+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="832" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="02:59:36.716+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="832" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="03:54:52.880+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="3912" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="03:54:52.880+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="3912" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="04:55:45.887+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="1280" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="04:55:45.887+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="1280" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="05:56:49.107+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="420" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="05:56:49.107+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="420" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="06:57:54.234+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="1152" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="06:57:54.234+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="1152" file="ccmcert.cpp:1803"> <![LOG[================= PXE Provider loaded. =====================]LOG]!><time="07:52:10.046+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="smspxe.cpp:137"> <![LOG[Machine is running Windows Longhorn. (NTVersion=0X601, ServicePack=1)]LOG]!><time="07:52:10.066+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="provsettings.cpp:1112"> <![LOG[Cannot read the registry value of MACIgnoreListFile (00000000)]LOG]!><time="07:52:10.066+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="07:52:10.067+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="provsettings.cpp:468"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="07:52:10.093+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="07:52:10.093+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="ccmcert.cpp:1803"> <![LOG[initializing PXEPerfObject.]LOG]!><time="07:52:10.093+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="smspxe.cpp:399"> <![LOG[Could not load logging configuration for component ccmperf. Using default values.]LOG]!><time="07:52:10.094+300" date="12-12-2013" component="SMSPXE" context="" type="2" thread="2940" file="stdlogging.cpp:480"> <![LOG[HTTP is selected for Client. The current state is 0.]LOG]!><time="07:52:10.127+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="ccmutillib.cpp:420"> <![LOG[RequestMPKeyInformation: Send() failed.]LOG]!><time="07:52:11.392+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2940" file="libsmsmessaging.cpp:5302"> <![LOG[Failed to get information for MP: http://TCI-SCCMR2-LAV.xxxxxxxxxxxxxxxxxxxxxx. 80004005.]LOG]!><time="07:52:11.392+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2940" file="database.cpp:174"> <![LOG[PXE::MP_InitializeTransport failed; 0x80004005]LOG]!><time="07:52:11.392+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2940" file="database.cpp:197"> <![LOG[PXE::MP_LookupDevice failed; 0x80004005]LOG]!><time="07:52:11.392+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2940" file="database.cpp:249"> <![LOG[PXE Provider failed to initialize MP connection. Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="07:52:11.397+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2940" file="smspxe.cpp:446"> <![LOG[RequestMPKeyInformation: Send() failed.]LOG]!><time="07:52:11.436+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2940" file="libsmsmessaging.cpp:5302"> <![LOG[Failed to get information for MP: http://TCI-SCCMR2-LAV.xxxxxxxxxxxxxxxxxxxxxx. 80004005.]LOG]!><time="07:52:11.436+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2940" file="database.cpp:174"> <![LOG[PXE::MP_InitializeTransport failed; 0x80004005]LOG]!><time="07:52:11.436+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2940" file="database.cpp:197"> <![LOG[PXE::MP_ReportStatus failed; 0x80004005]LOG]!><time="07:52:11.436+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2940" file="database.cpp:465"> <![LOG[PXE::CPolicyProvider::InitializeMPConnection failed; 0x80004005]LOG]!><time="07:52:11.436+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2940" file="smspxe.cpp:451"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="07:52:11.438+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="bootimagecache.cpp:60"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="07:52:11.438+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="bootimagecache.cpp:60"> <![LOG[Adding TSC00002.3]LOG]!><time="07:52:11.541+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="bootimagemgr.cpp:305"> <![LOG[Adding TSC00005.3]LOG]!><time="07:52:15.910+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="bootimagemgr.cpp:305"> <![LOG[Found new image TSC00002]LOG]!><time="07:52:21.969+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="07:52:22.170+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="07:52:22.181+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="07:52:22.226+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="07:52:22.226+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="wimfile.cpp:448"> <![LOG[Found new image TSC00005]LOG]!><time="07:52:30.488+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="07:52:30.489+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="07:52:30.489+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim PackageID: TSC00005 ProductName: Microsoft® Windows® Operating System Architecture: 9 Description: Microsoft Windows PE (x64) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="07:52:30.492+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="07:52:30.492+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="wimfile.cpp:448"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="07:52:31.643+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="07:52:31.643+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="ccmcert.cpp:1803"> <![LOG[PXE Provider finished loading.]LOG]!><time="07:52:31.643+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2940" file="smspxe.cpp:184"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="08:50:45.789+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="992" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="08:50:45.789+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="992" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="09:51:49.544+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2872" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="09:51:49.544+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2872" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:53:09.870+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="5836" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:53:09.872+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="5836" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="11:48:26.788+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="1232" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="11:48:26.788+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="1232" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:49:24.541+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="3564" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:49:24.541+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="3564" file="ccmcert.cpp:1803"> <![LOG[================= PXE Provider loaded. =====================]LOG]!><time="13:08:21.372+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="smspxe.cpp:137"> <![LOG[Machine is running Windows Longhorn. (NTVersion=0X601, ServicePack=1)]LOG]!><time="13:08:21.405+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="provsettings.cpp:1112"> <![LOG[Cannot read the registry value of MACIgnoreListFile (00000000)]LOG]!><time="13:08:21.405+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="13:08:21.406+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="provsettings.cpp:468"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:08:21.464+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:08:21.465+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="ccmcert.cpp:1803"> <![LOG[initializing PXEPerfObject.]LOG]!><time="13:08:21.465+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="smspxe.cpp:399"> <![LOG[Could not load logging configuration for component ccmperf. Using default values.]LOG]!><time="13:08:21.465+300" date="12-12-2013" component="SMSPXE" context="" type="2" thread="2952" file="stdlogging.cpp:480"> <![LOG[HTTP is selected for Client. The current state is 0.]LOG]!><time="13:08:21.488+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="ccmutillib.cpp:420"> <![LOG[RequestMPKeyInformation: Send() failed.]LOG]!><time="13:08:22.588+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2952" file="libsmsmessaging.cpp:5302"> <![LOG[Failed to get information for MP: http://TCI-SCCMR2-LAV.xxxxxxxxxxxxxxxxxxxxxx. 80004005.]LOG]!><time="13:08:22.588+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2952" file="database.cpp:174"> <![LOG[PXE::MP_InitializeTransport failed; 0x80004005]LOG]!><time="13:08:22.588+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2952" file="database.cpp:197"> <![LOG[PXE::MP_LookupDevice failed; 0x80004005]LOG]!><time="13:08:22.588+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2952" file="database.cpp:249"> <![LOG[PXE Provider failed to initialize MP connection. Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="13:08:22.598+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2952" file="smspxe.cpp:446"> <![LOG[RequestMPKeyInformation: Send() failed.]LOG]!><time="13:08:22.637+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2952" file="libsmsmessaging.cpp:5302"> <![LOG[Failed to get information for MP: http://TCI-SCCMR2-LAV.xxxxxxxxxxxxxxxxxxxxxx. 80004005.]LOG]!><time="13:08:22.637+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2952" file="database.cpp:174"> <![LOG[PXE::MP_InitializeTransport failed; 0x80004005]LOG]!><time="13:08:22.637+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2952" file="database.cpp:197"> <![LOG[PXE::MP_ReportStatus failed; 0x80004005]LOG]!><time="13:08:22.637+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2952" file="database.cpp:465"> <![LOG[PXE::CPolicyProvider::InitializeMPConnection failed; 0x80004005]LOG]!><time="13:08:22.637+300" date="12-12-2013" component="SMSPXE" context="" type="3" thread="2952" file="smspxe.cpp:451"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="13:08:22.638+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="bootimagecache.cpp:60"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="13:08:22.639+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="bootimagecache.cpp:60"> <![LOG[Adding TSC00002.3]LOG]!><time="13:08:22.759+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="bootimagemgr.cpp:305"> <![LOG[Adding TSC00005.3]LOG]!><time="13:08:27.521+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="bootimagemgr.cpp:305"> <![LOG[Found new image TSC00002]LOG]!><time="13:08:34.041+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="13:08:34.208+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="13:08:34.219+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="13:08:34.274+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="13:08:34.274+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="wimfile.cpp:448"> <![LOG[Found new image TSC00005]LOG]!><time="13:08:44.129+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="13:08:44.130+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="13:08:44.130+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim PackageID: TSC00005 ProductName: Microsoft® Windows® Operating System Architecture: 9 Description: Microsoft Windows PE (x64) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="13:08:44.133+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="13:08:44.133+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="wimfile.cpp:448"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:08:45.923+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:08:45.923+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="ccmcert.cpp:1803"> <![LOG[PXE Provider finished loading.]LOG]!><time="13:08:45.923+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2952" file="smspxe.cpp:184"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="14:09:20.500+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="5964" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="14:09:20.500+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="5964" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="15:10:23.633+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="4892" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="15:10:23.633+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="4892" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:11:03.693+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="5532" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:11:03.693+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="5532" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="17:11:12.945+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="4252" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="17:11:12.945+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="4252" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="18:12:27.426+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="3672" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="18:12:27.428+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="3672" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="19:13:36.605+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="5544" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="19:13:36.606+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="5544" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="20:08:50.366+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="4912" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="20:08:50.366+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="4912" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="21:09:55.655+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="564" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="21:09:55.656+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="564" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="22:11:05.555+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2872" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="22:11:05.555+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="2872" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="23:12:06.987+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="4228" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="23:12:06.987+300" date="12-12-2013" component="SMSPXE" context="" type="1" thread="4228" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="00:13:12.506+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="6044" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="00:13:12.507+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="6044" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="01:08:28.649+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="2388" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="01:08:28.650+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="2388" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="02:09:30.550+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="5168" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="02:09:30.550+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="5168" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="03:10:11.335+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="3308" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="03:10:11.335+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="3308" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="04:11:06.789+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="5232" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="04:11:06.789+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="5232" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="05:12:06.273+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="3644" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="05:12:06.273+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="3644" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="06:13:11.386+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="5832" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="06:13:11.386+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="5832" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="07:08:27.571+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="2348" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="07:08:27.571+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="2348" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="08:09:42.396+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="2724" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="08:09:42.396+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="2724" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="09:10:10.184+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="2820" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="09:10:10.184+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="2820" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:11:06.831+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="4120" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:11:06.831+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="4120" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="11:12:06.815+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="5656" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="11:12:06.816+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="5656" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:12:54.334+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="4344" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:12:54.335+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="4344" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:08:08.532+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="4708" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:08:08.532+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="4708" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="14:09:27.269+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="516" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="14:09:27.269+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="516" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="15:10:30.345+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="3436" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="15:10:30.346+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="3436" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:11:35.420+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="5092" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:11:35.421+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="5092" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="17:12:39.161+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="5876" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="17:12:39.161+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="5876" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="18:13:59.288+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="5636" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="18:13:59.289+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="5636" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="19:09:12.480+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="4924" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="19:09:12.480+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="4924" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="20:10:14.146+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="1148" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="20:10:14.146+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="1148" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="21:10:34.440+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="848" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="21:10:34.440+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="848" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="22:11:18.408+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="5484" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="22:11:18.409+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="5484" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="23:12:11.216+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="148" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="23:12:11.216+300" date="12-13-2013" component="SMSPXE" context="" type="1" thread="148" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="00:13:16.758+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="2800" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="00:13:16.758+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="2800" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="01:08:33.009+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="3956" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="01:08:33.009+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="3956" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="02:09:42.864+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="3648" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="02:09:42.864+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="3648" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="03:10:55.955+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="4872" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="03:10:55.956+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="4872" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="04:11:56.747+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="4800" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="04:11:56.747+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="4800" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="05:13:04.960+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="4904" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="05:13:04.960+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="4904" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="06:08:18.354+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="4168" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="06:08:18.355+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="4168" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="07:09:37.543+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="5936" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="07:09:37.543+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="5936" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="08:10:13.543+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="5524" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="08:10:13.543+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="5524" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="09:11:14.301+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="3912" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="09:11:14.301+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="3912" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:12:33.380+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="1680" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:12:33.380+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="1680" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="11:13:38.334+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="4076" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="11:13:38.335+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="4076" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:08:51.053+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="3916" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:08:51.053+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="3916" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:09:57.107+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="3788" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:09:57.108+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="3788" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="14:11:09.954+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="2772" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="14:11:09.955+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="2772" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="15:12:09.987+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="2876" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="15:12:09.987+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="2876" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:12:25.797+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="5928" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:12:25.797+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="5928" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="17:13:44.668+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="3380" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="17:13:44.669+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="3380" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="18:08:58.381+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="4444" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="18:08:58.381+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="4444" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="19:09:50.879+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="4148" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="19:09:50.880+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="4148" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="20:11:06.243+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="3168" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="20:11:06.243+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="3168" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="21:12:07.017+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="5492" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="21:12:07.017+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="5492" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="22:13:11.133+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="5536" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="22:13:11.134+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="5536" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="23:08:27.850+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="6100" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="23:08:27.851+300" date="12-14-2013" component="SMSPXE" context="" type="1" thread="6100" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="00:09:44.314+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="3560" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="00:09:44.314+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="3560" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="01:10:13.314+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="2960" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="01:10:13.314+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="2960" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="02:11:14.990+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="5140" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="02:11:14.991+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="5140" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="03:12:33.653+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="1136" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="03:12:33.653+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="1136" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="04:13:39.441+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="1248" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="04:13:39.442+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="1248" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="05:08:52.029+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="5780" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="05:08:52.030+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="5780" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="06:09:32.308+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="2296" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="06:09:32.308+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="2296" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="07:10:35.281+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="4500" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="07:10:35.282+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="4500" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="08:11:21.163+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="1112" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="08:11:21.163+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="1112" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="09:12:27.070+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="3912" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="09:12:27.070+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="3912" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:13:44.898+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="952" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:13:44.898+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="952" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="11:08:58.074+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="5024" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="11:08:58.074+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="5024" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:09:52.854+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="4796" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:09:52.854+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="4796" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:11:07.207+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="2772" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:11:07.207+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="2772" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="14:12:08.736+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="1264" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="14:12:08.736+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="1264" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="15:13:12.477+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="3932" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="15:13:12.477+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="3932" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:08:28.591+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="1852" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:08:28.592+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="1852" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="17:09:46.679+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="2468" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="17:09:46.679+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="2468" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="18:10:51.209+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="752" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="18:10:51.209+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="752" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="19:11:52.908+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="2132" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="19:11:52.908+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="2132" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="20:12:29.764+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="3540" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="20:12:29.765+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="3540" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="21:13:48.596+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="2096" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="21:13:48.597+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="2096" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="22:09:02.210+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="2704" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="22:09:02.210+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="2704" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="23:10:07.634+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="5728" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="23:10:07.634+300" date="12-15-2013" component="SMSPXE" context="" type="1" thread="5728" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="00:11:09.007+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="5700" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="00:11:09.008+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="5700" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="01:12:16.712+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="2796" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="01:12:16.713+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="2796" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="02:13:22.187+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="2764" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="02:13:22.187+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="2764" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="03:08:38.461+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="1060" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="03:08:38.461+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="1060" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="04:09:47.539+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="5868" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="04:09:47.540+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="5868" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="05:11:00.931+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="5320" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="05:11:00.931+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="5320" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="06:12:02.252+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="1624" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="06:12:02.252+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="1624" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="07:12:29.780+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="3064" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="07:12:29.780+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="3064" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="08:12:56.886+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="2524" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="08:12:56.886+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="2524" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="09:08:11.814+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="2960" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="09:08:11.814+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="2960" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:09:29.511+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="1160" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:09:29.511+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="1160" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="11:10:32.565+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="952" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="11:10:32.565+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="952" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:11:37.527+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="5444" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:11:37.528+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="5444" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:12:41.341+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="4480" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:12:41.342+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="4480" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="14:14:01.579+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="2844" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="14:14:01.579+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="2844" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="15:09:14.594+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="4504" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="15:09:14.595+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="4504" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:10:20.977+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="3932" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:10:20.977+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="3932" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="17:11:21.292+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="5588" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="17:11:21.292+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="5588" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="18:12:35.504+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="3560" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="18:12:35.504+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="3560" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="19:13:45.244+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="880" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="19:13:45.245+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="880" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="20:08:58.306+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="2556" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="20:08:58.306+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="2556" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="21:10:04.824+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="5880" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="21:10:04.824+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="5880" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="22:11:15.198+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="4880" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="22:11:15.198+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="4880" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="23:12:14.264+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="4052" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="23:12:14.264+300" date="12-16-2013" component="SMSPXE" context="" type="1" thread="4052" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="00:13:20.047+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5904" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="00:13:20.047+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5904" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="01:08:36.886+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5572" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="01:08:36.887+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5572" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="02:09:49.658+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5580" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="02:09:49.658+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5580" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="03:10:59.192+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5072" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="03:10:59.192+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5072" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="04:11:59.943+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2152" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="04:11:59.944+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2152" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="05:13:08.040+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="4132" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="05:13:08.040+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="4132" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="06:08:20.981+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2128" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="06:08:20.981+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2128" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="07:09:41.622+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5380" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="07:09:41.622+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5380" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="08:10:43.146+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="4180" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="08:10:43.147+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="4180" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="09:11:47.564+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5728" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="09:11:47.564+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5728" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:12:51.904+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5904" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:12:51.904+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5904" file="ccmcert.cpp:1803"> <![LOG[================= PXE Provider loaded. =====================]LOG]!><time="10:22:32.965+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="smspxe.cpp:137"> <![LOG[Machine is running Windows Longhorn. (NTVersion=0X601, ServicePack=1)]LOG]!><time="10:22:32.982+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="provsettings.cpp:1112"> <![LOG[Cannot read the registry value of MACIgnoreListFile (00000000)]LOG]!><time="10:22:32.982+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="10:22:32.983+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="provsettings.cpp:468"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:22:33.014+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:22:33.014+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="ccmcert.cpp:1803"> <![LOG[initializing PXEPerfObject.]LOG]!><time="10:22:33.014+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="smspxe.cpp:399"> <![LOG[Could not load logging configuration for component ccmperf. Using default values.]LOG]!><time="10:22:33.015+300" date="12-17-2013" component="SMSPXE" context="" type="2" thread="2816" file="stdlogging.cpp:480"> <![LOG[HTTP is selected for Client. The current state is 0.]LOG]!><time="10:22:33.055+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="ccmutillib.cpp:420"> <![LOG[RequestMPKeyInformation: Send() failed.]LOG]!><time="10:22:34.293+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="libsmsmessaging.cpp:5302"> <![LOG[Failed to get information for MP: http://TCI-SCCMR2-LAV.xxxxxxxxxxxxxxxxxxxxxx. 80004005.]LOG]!><time="10:22:34.293+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="database.cpp:174"> <![LOG[PXE::MP_InitializeTransport failed; 0x80004005]LOG]!><time="10:22:34.293+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="database.cpp:197"> <![LOG[PXE::MP_LookupDevice failed; 0x80004005]LOG]!><time="10:22:34.293+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="database.cpp:249"> <![LOG[PXE Provider failed to initialize MP connection. Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="10:22:34.307+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="smspxe.cpp:446"> <![LOG[RequestMPKeyInformation: Send() failed.]LOG]!><time="10:22:34.345+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="libsmsmessaging.cpp:5302"> <![LOG[Failed to get information for MP: http://TCI-SCCMR2-LAV.xxxxxxxxxxxxxxxxxxxxxx. 80004005.]LOG]!><time="10:22:34.345+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="database.cpp:174"> <![LOG[PXE::MP_InitializeTransport failed; 0x80004005]LOG]!><time="10:22:34.345+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="database.cpp:197"> <![LOG[PXE::MP_ReportStatus failed; 0x80004005]LOG]!><time="10:22:34.345+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="database.cpp:465"> <![LOG[PXE::CPolicyProvider::InitializeMPConnection failed; 0x80004005]LOG]!><time="10:22:34.345+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="smspxe.cpp:451"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="10:22:34.347+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="bootimagecache.cpp:60"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="10:22:34.348+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="bootimagecache.cpp:60"> <![LOG[Adding TSC00002.3]LOG]!><time="10:22:34.530+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="bootimagemgr.cpp:305"> <![LOG[Adding TSC00005.3]LOG]!><time="10:22:42.333+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="bootimagemgr.cpp:305"> <![LOG[Found new image TSC00002]LOG]!><time="10:22:50.235+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="10:22:50.951+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:22:50.958+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="10:22:51.005+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:22:51.005+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="wimfile.cpp:448"> <![LOG[Found new image TSC00005]LOG]!><time="10:23:00.462+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="10:23:00.462+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:23:00.462+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim PackageID: TSC00005 ProductName: Microsoft® Windows® Operating System Architecture: 9 Description: Microsoft Windows PE (x64) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="10:23:00.466+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:23:00.466+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="wimfile.cpp:448"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:23:03.563+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:23:03.563+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="ccmcert.cpp:1803"> <![LOG[PXE Provider finished loading.]LOG]!><time="10:23:03.563+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="smspxe.cpp:184"> <![LOG[================= PXE Provider loaded. =====================]LOG]!><time="10:29:19.471+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="smspxe.cpp:137"> <![LOG[Machine is running Windows Longhorn. (NTVersion=0X601, ServicePack=1)]LOG]!><time="10:29:19.484+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="provsettings.cpp:1112"> <![LOG[Cannot read the registry value of MACIgnoreListFile (00000000)]LOG]!><time="10:29:19.484+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="10:29:19.485+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="provsettings.cpp:468"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:29:19.522+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:29:19.522+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="ccmcert.cpp:1803"> <![LOG[initializing PXEPerfObject.]LOG]!><time="10:29:19.522+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="smspxe.cpp:399"> <![LOG[Could not load logging configuration for component ccmperf. Using default values.]LOG]!><time="10:29:19.523+300" date="12-17-2013" component="SMSPXE" context="" type="2" thread="2932" file="stdlogging.cpp:480"> <![LOG[HTTP is selected for Client. The current state is 0.]LOG]!><time="10:29:19.565+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="ccmutillib.cpp:420"> <![LOG[RequestMPKeyInformation: Send() failed.]LOG]!><time="10:29:21.074+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2932" file="libsmsmessaging.cpp:5302"> <![LOG[Failed to get information for MP: http://TCI-SCCMR2-LAV.xxxxxxxxxxxxxxxxxxxxxx. 80004005.]LOG]!><time="10:29:21.074+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2932" file="database.cpp:174"> <![LOG[PXE::MP_InitializeTransport failed; 0x80004005]LOG]!><time="10:29:21.074+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2932" file="database.cpp:197"> <![LOG[PXE::MP_LookupDevice failed; 0x80004005]LOG]!><time="10:29:21.074+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2932" file="database.cpp:249"> <![LOG[PXE Provider failed to initialize MP connection. Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="10:29:21.084+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2932" file="smspxe.cpp:446"> <![LOG[RequestMPKeyInformation: Send() failed.]LOG]!><time="10:29:21.125+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2932" file="libsmsmessaging.cpp:5302"> <![LOG[Failed to get information for MP: http://TCI-SCCMR2-LAV.xxxxxxxxxxxxxxxxxxxxxx. 80004005.]LOG]!><time="10:29:21.125+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2932" file="database.cpp:174"> <![LOG[PXE::MP_InitializeTransport failed; 0x80004005]LOG]!><time="10:29:21.125+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2932" file="database.cpp:197"> <![LOG[PXE::MP_ReportStatus failed; 0x80004005]LOG]!><time="10:29:21.125+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2932" file="database.cpp:465"> <![LOG[PXE::CPolicyProvider::InitializeMPConnection failed; 0x80004005]LOG]!><time="10:29:21.125+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2932" file="smspxe.cpp:451"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="10:29:21.126+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="bootimagecache.cpp:60"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="10:29:21.126+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="bootimagecache.cpp:60"> <![LOG[Adding TSC00002.3]LOG]!><time="10:29:21.458+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="bootimagemgr.cpp:305"> <![LOG[Adding TSC00005.3]LOG]!><time="10:29:27.998+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="bootimagemgr.cpp:305"> <![LOG[Found new image TSC00002]LOG]!><time="10:29:37.034+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="10:29:37.212+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:29:37.225+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="10:29:37.271+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:29:37.271+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="wimfile.cpp:448"> <![LOG[Found new image TSC00005]LOG]!><time="10:29:41.823+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="10:29:41.823+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:29:41.823+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim PackageID: TSC00005 ProductName: Microsoft® Windows® Operating System Architecture: 9 Description: Microsoft Windows PE (x64) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="10:29:41.827+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:29:41.827+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="wimfile.cpp:448"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:29:44.817+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:29:44.817+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="ccmcert.cpp:1803"> <![LOG[PXE Provider finished loading.]LOG]!><time="10:29:44.817+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2932" file="smspxe.cpp:184"> <![LOG[================= PXE Provider loaded. =====================]LOG]!><time="11:31:03.773+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="smspxe.cpp:137"> <![LOG[Machine is running Windows Longhorn. (NTVersion=0X601, ServicePack=1)]LOG]!><time="11:31:03.791+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="provsettings.cpp:1112"> <![LOG[Cannot read the registry value of MACIgnoreListFile (00000000)]LOG]!><time="11:31:03.792+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="11:31:03.792+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="provsettings.cpp:468"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="11:31:03.836+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="11:31:03.837+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="ccmcert.cpp:1803"> <![LOG[initializing PXEPerfObject.]LOG]!><time="11:31:03.837+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="smspxe.cpp:399"> <![LOG[Could not load logging configuration for component ccmperf. Using default values.]LOG]!><time="11:31:03.837+300" date="12-17-2013" component="SMSPXE" context="" type="2" thread="2820" file="stdlogging.cpp:480"> <![LOG[Client is set to use HTTPS when available. The current state is 224.]LOG]!><time="11:31:04.046+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="ccmutillib.cpp:412"> <![LOG[RequestMPKeyInformation: Send() failed.]LOG]!><time="11:31:05.374+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2820" file="libsmsmessaging.cpp:5302"> <![LOG[Failed to get information for MP: http://TCI-SCCMR2-LAV.xxxxxxxxxxxxxxxxxxxxxx. 80004005.]LOG]!><time="11:31:05.374+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2820" file="database.cpp:174"> <![LOG[PXE::MP_InitializeTransport failed; 0x80004005]LOG]!><time="11:31:05.374+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2820" file="database.cpp:197"> <![LOG[PXE::MP_LookupDevice failed; 0x80004005]LOG]!><time="11:31:05.374+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2820" file="database.cpp:249"> <![LOG[PXE Provider failed to initialize MP connection. Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="11:31:05.387+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2820" file="smspxe.cpp:446"> <![LOG[RequestMPKeyInformation: Send() failed.]LOG]!><time="11:31:05.428+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2820" file="libsmsmessaging.cpp:5302"> <![LOG[Failed to get information for MP: http://TCI-SCCMR2-LAV.xxxxxxxxxxxxxxxxxxxxxx. 80004005.]LOG]!><time="11:31:05.428+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2820" file="database.cpp:174"> <![LOG[PXE::MP_InitializeTransport failed; 0x80004005]LOG]!><time="11:31:05.428+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2820" file="database.cpp:197"> <![LOG[PXE::MP_ReportStatus failed; 0x80004005]LOG]!><time="11:31:05.428+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2820" file="database.cpp:465"> <![LOG[PXE::CPolicyProvider::InitializeMPConnection failed; 0x80004005]LOG]!><time="11:31:05.428+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2820" file="smspxe.cpp:451"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="11:31:05.430+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="bootimagecache.cpp:60"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="11:31:05.430+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="bootimagecache.cpp:60"> <![LOG[Adding TSC00002.3]LOG]!><time="11:31:05.596+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="bootimagemgr.cpp:305"> <![LOG[Adding TSC00005.3]LOG]!><time="11:31:16.629+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="bootimagemgr.cpp:305"> <![LOG[Found new image TSC00002]LOG]!><time="11:31:27.855+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="11:31:28.085+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="11:31:28.103+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="11:31:28.205+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="11:31:28.205+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="wimfile.cpp:448"> <![LOG[Found new image TSC00005]LOG]!><time="11:31:35.690+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="11:31:35.691+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="11:31:35.691+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim PackageID: TSC00005 ProductName: Microsoft® Windows® Operating System Architecture: 9 Description: Microsoft Windows PE (x64) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="11:31:35.694+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="11:31:35.694+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="wimfile.cpp:448"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="11:31:36.975+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="11:31:36.975+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="ccmcert.cpp:1803"> <![LOG[PXE Provider finished loading.]LOG]!><time="11:31:36.975+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2820" file="smspxe.cpp:184"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:30:59.660+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="3044" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:30:59.660+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="3044" file="ccmcert.cpp:1803"> <![LOG[================= PXE Provider loaded. =====================]LOG]!><time="12:53:41.767+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="smspxe.cpp:137"> <![LOG[Machine is running Windows Longhorn. (NTVersion=0X601, ServicePack=1)]LOG]!><time="12:53:41.796+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="provsettings.cpp:1112"> <![LOG[Cannot read the registry value of MACIgnoreListFile (00000000)]LOG]!><time="12:53:41.796+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="12:53:41.797+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="provsettings.cpp:468"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:53:41.841+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:53:41.841+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="ccmcert.cpp:1803"> <![LOG[initializing PXEPerfObject.]LOG]!><time="12:53:41.841+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="smspxe.cpp:399"> <![LOG[Could not load logging configuration for component ccmperf. Using default values.]LOG]!><time="12:53:41.841+300" date="12-17-2013" component="SMSPXE" context="" type="2" thread="2816" file="stdlogging.cpp:480"> <![LOG[Client is set to use HTTPS when available. The current state is 224.]LOG]!><time="12:53:42.043+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="ccmutillib.cpp:412"> <![LOG[RequestMPKeyInformation: Send() failed.]LOG]!><time="12:53:43.329+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="libsmsmessaging.cpp:5302"> <![LOG[Failed to get information for MP: http://TCI-SCCMR2-LAV.xxxxxxxxxxxxxxxxxxxxxx. 80004005.]LOG]!><time="12:53:43.329+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="database.cpp:174"> <![LOG[PXE::MP_InitializeTransport failed; 0x80004005]LOG]!><time="12:53:43.329+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="database.cpp:197"> <![LOG[PXE::MP_LookupDevice failed; 0x80004005]LOG]!><time="12:53:43.329+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="database.cpp:249"> <![LOG[PXE Provider failed to initialize MP connection. Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="12:53:43.334+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="smspxe.cpp:446"> <![LOG[RequestMPKeyInformation: Send() failed.]LOG]!><time="12:53:43.390+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="libsmsmessaging.cpp:5302"> <![LOG[Failed to get information for MP: http://TCI-SCCMR2-LAV.xxxxxxxxxxxxxxxxxxxxxx. 80004005.]LOG]!><time="12:53:43.390+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="database.cpp:174"> <![LOG[PXE::MP_InitializeTransport failed; 0x80004005]LOG]!><time="12:53:43.390+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="database.cpp:197"> <![LOG[PXE::MP_ReportStatus failed; 0x80004005]LOG]!><time="12:53:43.390+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="database.cpp:465"> <![LOG[PXE::CPolicyProvider::InitializeMPConnection failed; 0x80004005]LOG]!><time="12:53:43.390+300" date="12-17-2013" component="SMSPXE" context="" type="3" thread="2816" file="smspxe.cpp:451"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="12:53:43.392+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="bootimagecache.cpp:60"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="12:53:43.392+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="bootimagecache.cpp:60"> <![LOG[Adding TSC00002.3]LOG]!><time="12:53:43.548+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="bootimagemgr.cpp:305"> <![LOG[Adding TSC00005.3]LOG]!><time="12:53:50.064+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="bootimagemgr.cpp:305"> <![LOG[Found new image TSC00002]LOG]!><time="12:54:08.920+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="12:54:09.679+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="12:54:09.708+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="12:54:10.079+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="12:54:10.079+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="wimfile.cpp:448"> <![LOG[Found new image TSC00005]LOG]!><time="12:54:17.458+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="12:54:17.459+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="12:54:17.459+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim PackageID: TSC00005 ProductName: Microsoft® Windows® Operating System Architecture: 9 Description: Microsoft Windows PE (x64) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="12:54:17.463+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="12:54:17.463+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="wimfile.cpp:448"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:54:18.672+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:54:18.672+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="ccmcert.cpp:1803"> <![LOG[PXE Provider finished loading.]LOG]!><time="12:54:18.672+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2816" file="smspxe.cpp:184"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:52:24.564+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5880" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:52:24.565+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5880" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="14:53:16.432+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="3564" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="14:53:16.432+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="3564" file="ccmcert.cpp:1803"> <![LOG[Cannot read the registry value of MACIgnoreListFile (800703e5)]LOG]!><time="15:02:36.347+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2968" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="15:02:36.348+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="2968" file="provsettings.cpp:468"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="15:54:35.211+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5980" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="15:54:35.211+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5980" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:49:48.349+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="6680" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:49:48.349+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="6680" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="17:50:38.888+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5508" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="17:50:38.888+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="5508" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="18:51:52.343+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="3576" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="18:51:52.344+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="3576" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="19:52:53.740+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="3576" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="19:52:53.740+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="3576" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="20:54:01.509+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="4176" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="20:54:01.509+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="4176" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="21:49:14.413+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="6788" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="21:49:14.413+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="6788" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="22:50:34.983+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="6064" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="22:50:34.983+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="6064" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="23:51:36.737+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="6788" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="23:51:36.737+300" date="12-17-2013" component="SMSPXE" context="" type="1" thread="6788" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="00:52:37.557+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="2968" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="00:52:37.558+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="2968" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="01:53:45.431+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6492" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="01:53:45.431+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6492" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="02:48:59.512+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6116" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="02:48:59.513+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6116" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="03:50:18.256+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="2288" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="03:50:18.256+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="2288" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="04:51:21.311+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="5820" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="04:51:21.311+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="5820" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="05:52:26.273+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="1068" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="05:52:26.273+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="1068" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="06:53:18.692+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="1068" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="06:53:18.692+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="1068" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="07:54:36.455+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6416" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="07:54:36.455+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6416" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="08:49:50.198+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6416" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="08:49:50.198+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6416" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="09:50:18.809+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6768" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="09:50:18.809+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6768" file="ccmcert.cpp:1803"> <![LOG[================= PXE Provider shutdown. =====================]LOG]!><time="10:18:59.462+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="2816" file="smspxe.cpp:223"> <![LOG[================= PXE Provider loaded. =====================]LOG]!><time="10:19:01.423+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="smspxe.cpp:137"> <![LOG[Machine is running Windows Longhorn. (NTVersion=0X601, ServicePack=1)]LOG]!><time="10:19:01.424+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="provsettings.cpp:1112"> <![LOG[Cannot read the registry value of MACIgnoreListFile (00000000)]LOG]!><time="10:19:01.424+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="10:19:01.425+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="provsettings.cpp:468"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:19:01.441+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:19:01.441+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="ccmcert.cpp:1803"> <![LOG[initializing PXEPerfObject.]LOG]!><time="10:19:01.441+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="smspxe.cpp:399"> <![LOG[Could not load logging configuration for component ccmperf. Using default values.]LOG]!><time="10:19:01.441+300" date="12-18-2013" component="SMSPXE" context="" type="2" thread="752" file="stdlogging.cpp:480"> <![LOG[Client is set to use HTTPS when available. The current state is 224.]LOG]!><time="10:19:01.473+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="ccmutillib.cpp:412"> <![LOG[Client lookup reply: <ClientIDReply><Identification Unknown="0" ItemKey="0" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply> ]LOG]!><time="10:19:01.705+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="libsmsmessaging.cpp:6346"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="10:19:01.705+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="bootimagecache.cpp:60"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="10:19:01.705+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="bootimagecache.cpp:60"> <![LOG[Adding TSC00002.3]LOG]!><time="10:19:01.708+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="bootimagemgr.cpp:305"> <![LOG[Adding TSC00005.3]LOG]!><time="10:19:06.646+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="bootimagemgr.cpp:305"> <![LOG[Found new image TSC00002]LOG]!><time="10:19:17.613+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="10:19:17.619+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:19:17.619+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="10:19:17.622+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="10:19:17.622+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="wimfile.cpp:448"> <![LOG[Found new image TSC00005]LOG]!><time="10:19:19.476+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="10:19:19.476+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:19:19.476+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim PackageID: TSC00005 ProductName: Microsoft® Windows® Operating System Architecture: 9 Description: Microsoft Windows PE (x64) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="10:19:19.480+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="10:19:19.480+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="wimfile.cpp:448"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:19:22.468+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="10:19:22.468+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="ccmcert.cpp:1803"> <![LOG[PXE Provider finished loading.]LOG]!><time="10:19:22.468+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="smspxe.cpp:184"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="11:14:37.950+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="2836" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="11:14:37.950+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="2836" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:15:56.523+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4272" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="12:15:56.523+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4272" file="ccmcert.cpp:1803"> <![LOG[================= PXE Provider shutdown. =====================]LOG]!><time="13:12:35.480+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="752" file="smspxe.cpp:223"> <![LOG[================= PXE Provider loaded. =====================]LOG]!><time="13:33:28.309+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="smspxe.cpp:137"> <![LOG[Machine is running Windows Longhorn. (NTVersion=0X601, ServicePack=1)]LOG]!><time="13:33:28.326+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="provsettings.cpp:1112"> <![LOG[Cannot read the registry value of MACIgnoreListFile (00000000)]LOG]!><time="13:33:28.326+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="13:33:28.327+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="provsettings.cpp:468"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:33:28.359+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:33:28.360+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="ccmcert.cpp:1803"> <![LOG[initializing PXEPerfObject.]LOG]!><time="13:33:28.360+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="smspxe.cpp:399"> <![LOG[Could not load logging configuration for component ccmperf. Using default values.]LOG]!><time="13:33:28.360+300" date="12-18-2013" component="SMSPXE" context="" type="2" thread="4476" file="stdlogging.cpp:480"> <![LOG[Client is set to use HTTPS when available. The current state is 224.]LOG]!><time="13:33:28.405+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="ccmutillib.cpp:412"> <![LOG[Client lookup reply: <ClientIDReply><Identification Unknown="0" ItemKey="0" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply> ]LOG]!><time="13:33:28.795+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="libsmsmessaging.cpp:6346"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="13:33:28.797+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="bootimagecache.cpp:60"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="13:33:28.797+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="bootimagecache.cpp:60"> <![LOG[Adding TSC00002.3]LOG]!><time="13:33:28.924+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="bootimagemgr.cpp:305"> <![LOG[Adding TSC00005.3]LOG]!><time="13:33:35.559+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="bootimagemgr.cpp:305"> <![LOG[Found new image TSC00002]LOG]!><time="13:33:45.056+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="13:33:46.102+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="13:33:46.210+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="13:33:46.789+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="13:33:46.789+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="wimfile.cpp:448"> <![LOG[installBootFilesForImage failed. 0x80004005]LOG]!><time="13:33:51.863+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="4476" file="bootimagemgr.cpp:1608"> <![LOG[Warning: Failed to copy the needed boot binaries from the boot image E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim. The operation completed successfully. (Error: 00000000; Source: Windows)]LOG]!><time="13:33:51.863+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="4476" file="bootimagemgr.cpp:1275"> <![LOG[Failed adding image E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim. Will Retry.. Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="13:33:51.874+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="4476" file="bootimagemgr.cpp:1180"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.18.13.33.46.01.{27F24E66-36C4-40A9-A496-50058A8F68E4}.boot.bcd deleted.]LOG]!><time="13:33:51.874+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="bootimagecache.cpp:267"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.18.13.33.46.01.{27F24E66-36C4-40A9-A496-50058A8F68E4}.boot.bcd.log deleted.]LOG]!><time="13:33:51.874+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="bootimagecache.cpp:282"> <![LOG[Found new image TSC00005]LOG]!><time="13:33:51.874+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="13:33:51.875+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="13:33:51.875+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim PackageID: TSC00005 ProductName: Microsoft® Windows® Operating System Architecture: 9 Description: Microsoft Windows PE (x64) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="13:33:51.879+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="13:33:51.879+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="wimfile.cpp:448"> <![LOG[installBootFilesForImage failed. 0x80004005]LOG]!><time="13:33:53.143+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="4476" file="bootimagemgr.cpp:1608"> <![LOG[Warning: Failed to copy the needed boot binaries from the boot image E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim. The operation completed successfully. (Error: 00000000; Source: Windows)]LOG]!><time="13:33:53.143+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="4476" file="bootimagemgr.cpp:1275"> <![LOG[Failed adding image E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim. Will Retry.. Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="13:33:53.143+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="4476" file="bootimagemgr.cpp:1180"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.18.13.33.51.02.{74C8E8D4-6543-4893-8D59-A1A585606E40}.boot.bcd deleted.]LOG]!><time="13:33:53.143+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="bootimagecache.cpp:267"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.18.13.33.51.02.{74C8E8D4-6543-4893-8D59-A1A585606E40}.boot.bcd.log deleted.]LOG]!><time="13:33:53.143+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="bootimagecache.cpp:282"> <![LOG[Found new image TSC00002]LOG]!><time="13:33:53.144+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3260" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="13:33:53.144+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3260" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="13:33:53.144+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3260" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="13:33:53.147+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3260" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="13:33:53.147+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3260" file="wimfile.cpp:448"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:33:53.158+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:33:53.158+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="ccmcert.cpp:1803"> <![LOG[PXE Provider finished loading.]LOG]!><time="13:33:53.158+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="smspxe.cpp:184"> <![LOG[installBootFilesForImage failed. 0x80004005]LOG]!><time="13:33:54.521+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="3260" file="bootimagemgr.cpp:1608"> <![LOG[Warning: Failed to copy the needed boot binaries from the boot image E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim. The operation completed successfully. (Error: 00000000; Source: Windows)]LOG]!><time="13:33:54.521+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="3260" file="bootimagemgr.cpp:1275"> <![LOG[Failed adding image E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim. Will Retry.. Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="13:33:54.521+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="3260" file="bootimagemgr.cpp:1180"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.18.13.33.53.03.{5A56CD69-BAFE-44E3-8FEA-869D3FB9D82C}.boot.bcd deleted.]LOG]!><time="13:33:54.521+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3260" file="bootimagecache.cpp:267"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.18.13.33.53.03.{5A56CD69-BAFE-44E3-8FEA-869D3FB9D82C}.boot.bcd.log deleted.]LOG]!><time="13:33:54.521+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3260" file="bootimagecache.cpp:282"> <![LOG[Found new image TSC00005]LOG]!><time="13:33:54.522+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3260" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="13:33:54.522+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3260" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="13:33:54.522+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3260" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim PackageID: TSC00005 ProductName: Microsoft® Windows® Operating System Architecture: 9 Description: Microsoft Windows PE (x64) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="13:33:54.526+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3260" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="13:33:54.526+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3260" file="wimfile.cpp:448"> <![LOG[installBootFilesForImage failed. 0x80004005]LOG]!><time="13:33:55.621+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="3260" file="bootimagemgr.cpp:1608"> <![LOG[Warning: Failed to copy the needed boot binaries from the boot image E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim. The operation completed successfully. (Error: 00000000; Source: Windows)]LOG]!><time="13:33:55.627+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="3260" file="bootimagemgr.cpp:1275"> <![LOG[Failed adding image E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim. Will Retry.. Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="13:33:55.627+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="3260" file="bootimagemgr.cpp:1180"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.18.13.33.54.04.{B6C4E3B4-0C3E-49F5-B9A0-8A442816008E}.boot.bcd deleted.]LOG]!><time="13:33:55.627+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3260" file="bootimagecache.cpp:267"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.18.13.33.54.04.{B6C4E3B4-0C3E-49F5-B9A0-8A442816008E}.boot.bcd.log deleted.]LOG]!><time="13:33:55.627+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3260" file="bootimagecache.cpp:282"> <![LOG[================= PXE Provider shutdown. =====================]LOG]!><time="13:33:56.423+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="4476" file="smspxe.cpp:223"> <![LOG[================= PXE Provider loaded. =====================]LOG]!><time="13:34:03.775+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="smspxe.cpp:137"> <![LOG[Machine is running Windows Longhorn. (NTVersion=0X601, ServicePack=1)]LOG]!><time="13:34:03.776+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="provsettings.cpp:1112"> <![LOG[Cannot read the registry value of MACIgnoreListFile (00000000)]LOG]!><time="13:34:03.776+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="13:34:03.776+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="provsettings.cpp:468"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:34:03.792+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:34:03.793+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="ccmcert.cpp:1803"> <![LOG[initializing PXEPerfObject.]LOG]!><time="13:34:03.793+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="smspxe.cpp:399"> <![LOG[Could not load logging configuration for component ccmperf. Using default values.]LOG]!><time="13:34:03.793+300" date="12-18-2013" component="SMSPXE" context="" type="2" thread="3340" file="stdlogging.cpp:480"> <![LOG[Client is set to use HTTPS when available. The current state is 224.]LOG]!><time="13:34:03.910+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="ccmutillib.cpp:412"> <![LOG[Client lookup reply: <ClientIDReply><Identification Unknown="0" ItemKey="0" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply> ]LOG]!><time="13:34:03.975+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="libsmsmessaging.cpp:6346"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="13:34:03.976+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="bootimagecache.cpp:60"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="13:34:03.976+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="bootimagecache.cpp:60"> <![LOG[Adding TSC00002.3]LOG]!><time="13:34:03.976+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="bootimagemgr.cpp:305"> <![LOG[Adding TSC00005.3]LOG]!><time="13:34:05.253+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="bootimagemgr.cpp:305"> <![LOG[Found new image TSC00002]LOG]!><time="13:34:07.236+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="13:34:07.237+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="13:34:07.238+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="13:34:07.241+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="13:34:07.242+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="wimfile.cpp:448"> <![LOG[Found new image TSC00005]LOG]!><time="13:34:08.596+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="13:34:08.597+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="13:34:08.597+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim PackageID: TSC00005 ProductName: Microsoft® Windows® Operating System Architecture: 9 Description: Microsoft Windows PE (x64) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="13:34:08.599+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="13:34:08.599+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="wimfile.cpp:448"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:34:09.608+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="13:34:09.608+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="ccmcert.cpp:1803"> <![LOG[PXE Provider finished loading.]LOG]!><time="13:34:09.608+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="smspxe.cpp:184"> <![LOG[Cannot read the registry value of MACIgnoreListFile (800703e5)]LOG]!><time="13:34:17.311+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="5652" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="13:34:17.330+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="5652" file="provsettings.cpp:468"> <![LOG[================= PXE Provider shutdown. =====================]LOG]!><time="13:37:01.871+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="3340" file="smspxe.cpp:223"> <![LOG[================= PXE Provider loaded. =====================]LOG]!><time="16:16:28.981+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="smspxe.cpp:137"> <![LOG[Machine is running Windows Longhorn. (NTVersion=0X601, ServicePack=1)]LOG]!><time="16:16:28.990+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="provsettings.cpp:1112"> <![LOG[Cannot read the registry value of MACIgnoreListFile (00000000)]LOG]!><time="16:16:28.991+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="16:16:28.991+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="provsettings.cpp:468"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:16:29.015+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:16:29.016+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="ccmcert.cpp:1803"> <![LOG[initializing PXEPerfObject.]LOG]!><time="16:16:29.016+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="smspxe.cpp:399"> <![LOG[Could not load logging configuration for component ccmperf. Using default values.]LOG]!><time="16:16:29.016+300" date="12-18-2013" component="SMSPXE" context="" type="2" thread="7108" file="stdlogging.cpp:480"> <![LOG[Client is set to use HTTPS when available. The current state is 224.]LOG]!><time="16:16:29.154+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="ccmutillib.cpp:412"> <![LOG[Client lookup reply: <ClientIDReply><Identification Unknown="0" ItemKey="0" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply> ]LOG]!><time="16:16:29.557+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="libsmsmessaging.cpp:6346"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="16:16:29.559+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="bootimagecache.cpp:60"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="16:16:29.559+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="bootimagecache.cpp:60"> <![LOG[Adding TSC00002.3]LOG]!><time="16:16:29.636+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="bootimagemgr.cpp:305"> <![LOG[Adding TSC00005.3]LOG]!><time="16:16:35.065+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="bootimagemgr.cpp:305"> <![LOG[Found new image TSC00002]LOG]!><time="16:16:43.072+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="16:16:43.254+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="16:16:43.263+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="16:16:43.314+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="16:16:43.315+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="wimfile.cpp:448"> <![LOG[installBootFilesForImage failed. 0x80004005]LOG]!><time="16:16:45.146+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="7108" file="bootimagemgr.cpp:1608"> <![LOG[Warning: Failed to copy the needed boot binaries from the boot image E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim. The operation completed successfully. (Error: 00000000; Source: Windows)]LOG]!><time="16:16:45.146+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="7108" file="bootimagemgr.cpp:1275"> <![LOG[Failed adding image E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim. Will Retry.. Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="16:16:45.146+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="7108" file="bootimagemgr.cpp:1180"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.18.16.16.43.01.{1F6390F9-AEEE-46B9-AB92-2EE7550F67BF}.boot.bcd deleted.]LOG]!><time="16:16:45.146+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="bootimagecache.cpp:267"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.18.16.16.43.01.{1F6390F9-AEEE-46B9-AB92-2EE7550F67BF}.boot.bcd.log deleted.]LOG]!><time="16:16:45.146+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="bootimagecache.cpp:282"> <![LOG[Found new image TSC00005]LOG]!><time="16:16:45.147+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="16:16:45.147+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="16:16:45.147+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim PackageID: TSC00005 ProductName: Microsoft® Windows® Operating System Architecture: 9 Description: Microsoft Windows PE (x64) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="16:16:45.151+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="16:16:45.151+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="wimfile.cpp:448"> <![LOG[installBootFilesForImage failed. 0x80004005]LOG]!><time="16:16:46.269+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="7108" file="bootimagemgr.cpp:1608"> <![LOG[Warning: Failed to copy the needed boot binaries from the boot image E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim. The operation completed successfully. (Error: 00000000; Source: Windows)]LOG]!><time="16:16:46.270+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="7108" file="bootimagemgr.cpp:1275"> <![LOG[Failed adding image E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim. Will Retry.. Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="16:16:46.270+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="7108" file="bootimagemgr.cpp:1180"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.18.16.16.45.02.{51F2C972-12CA-41CF-BD4D-E7F2D3D8553F}.boot.bcd deleted.]LOG]!><time="16:16:46.270+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="bootimagecache.cpp:267"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.18.16.16.45.02.{51F2C972-12CA-41CF-BD4D-E7F2D3D8553F}.boot.bcd.log deleted.]LOG]!><time="16:16:46.270+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="bootimagecache.cpp:282"> <![LOG[Found new image TSC00002]LOG]!><time="16:16:46.270+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7148" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="16:16:46.271+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7148" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="16:16:46.271+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7148" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="16:16:46.275+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7148" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="16:16:46.275+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7148" file="wimfile.cpp:448"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:16:46.287+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:16:46.287+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="ccmcert.cpp:1803"> <![LOG[PXE Provider finished loading.]LOG]!><time="16:16:46.287+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="smspxe.cpp:184"> <![LOG[installBootFilesForImage failed. 0x80004005]LOG]!><time="16:16:47.857+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="7148" file="bootimagemgr.cpp:1608"> <![LOG[Warning: Failed to copy the needed boot binaries from the boot image E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim. The operation completed successfully. (Error: 00000000; Source: Windows)]LOG]!><time="16:16:47.857+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="7148" file="bootimagemgr.cpp:1275"> <![LOG[Failed adding image E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim. Will Retry.. Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="16:16:47.858+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="7148" file="bootimagemgr.cpp:1180"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.18.16.16.46.03.{1BBFD949-C97B-4011-8DDA-5A2EFE122DC0}.boot.bcd deleted.]LOG]!><time="16:16:47.858+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7148" file="bootimagecache.cpp:267"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.18.16.16.46.03.{1BBFD949-C97B-4011-8DDA-5A2EFE122DC0}.boot.bcd.log deleted.]LOG]!><time="16:16:47.858+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7148" file="bootimagecache.cpp:282"> <![LOG[Found new image TSC00005]LOG]!><time="16:16:47.858+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7148" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="16:16:47.859+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7148" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="16:16:47.859+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7148" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim PackageID: TSC00005 ProductName: Microsoft® Windows® Operating System Architecture: 9 Description: Microsoft Windows PE (x64) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="16:16:47.865+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7148" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="16:16:47.865+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7148" file="wimfile.cpp:448"> <![LOG[installBootFilesForImage failed. 0x80004005]LOG]!><time="16:16:49.329+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="7148" file="bootimagemgr.cpp:1608"> <![LOG[Warning: Failed to copy the needed boot binaries from the boot image E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim. The operation completed successfully. (Error: 00000000; Source: Windows)]LOG]!><time="16:16:49.330+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="7148" file="bootimagemgr.cpp:1275"> <![LOG[Failed adding image E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim. Will Retry.. Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="16:16:49.330+300" date="12-18-2013" component="SMSPXE" context="" type="3" thread="7148" file="bootimagemgr.cpp:1180"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.18.16.16.47.04.{6D358407-BC50-4CDE-B3A1-64B659CA2C42}.boot.bcd deleted.]LOG]!><time="16:16:49.330+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7148" file="bootimagecache.cpp:267"> <![LOG[File E:\RemoteInstall\SMSTemp\2013.12.18.16.16.47.04.{6D358407-BC50-4CDE-B3A1-64B659CA2C42}.boot.bcd.log deleted.]LOG]!><time="16:16:49.330+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7148" file="bootimagecache.cpp:282"> <![LOG[Found new image TSC00002]LOG]!><time="16:16:50.329+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6372" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="16:16:50.329+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6372" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="16:16:50.329+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6372" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="16:16:50.333+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6372" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="16:16:50.333+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6372" file="wimfile.cpp:448"> <![LOG[Found new image TSC00005]LOG]!><time="16:16:51.338+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6372" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="16:16:51.338+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6372" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="16:16:51.338+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6372" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim PackageID: TSC00005 ProductName: Microsoft® Windows® Operating System Architecture: 9 Description: Microsoft Windows PE (x64) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="16:16:51.342+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6372" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="16:16:51.343+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6372" file="wimfile.cpp:448"> <![LOG[Cannot read the registry value of MACIgnoreListFile (800703e5)]LOG]!><time="16:16:52.162+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7100" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="16:16:52.163+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7100" file="provsettings.cpp:468"> <![LOG[Error opening file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim. Win32=32]LOG]!><time="16:16:55.378+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6372" file="bootimagemgr.cpp:1085"> <![LOG[Retrying E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="16:16:55.379+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6372" file="bootimagemgr.cpp:1086"> <![LOG[================= PXE Provider shutdown. =====================]LOG]!><time="16:16:55.989+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7108" file="smspxe.cpp:223"> <![LOG[================= PXE Provider loaded. =====================]LOG]!><time="16:16:59.896+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="smspxe.cpp:137"> <![LOG[Machine is running Windows Longhorn. (NTVersion=0X601, ServicePack=1)]LOG]!><time="16:16:59.896+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="provsettings.cpp:1112"> <![LOG[Cannot read the registry value of MACIgnoreListFile (00000000)]LOG]!><time="16:16:59.896+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="16:16:59.897+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="provsettings.cpp:468"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:16:59.915+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:16:59.915+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="ccmcert.cpp:1803"> <![LOG[initializing PXEPerfObject.]LOG]!><time="16:16:59.915+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="smspxe.cpp:399"> <![LOG[Could not load logging configuration for component ccmperf. Using default values.]LOG]!><time="16:16:59.915+300" date="12-18-2013" component="SMSPXE" context="" type="2" thread="6720" file="stdlogging.cpp:480"> <![LOG[Client is set to use HTTPS when available. The current state is 224.]LOG]!><time="16:17:00.047+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="ccmutillib.cpp:412"> <![LOG[Client lookup reply: <ClientIDReply><Identification Unknown="0" ItemKey="0" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply> ]LOG]!><time="16:17:00.114+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="libsmsmessaging.cpp:6346"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="16:17:00.115+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="bootimagecache.cpp:60"> <![LOG[PXE::CBootImageInfo::CBootImageInfo: key=]LOG]!><time="16:17:00.115+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="bootimagecache.cpp:60"> <![LOG[Adding TSC00002.3]LOG]!><time="16:17:00.117+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="bootimagemgr.cpp:305"> <![LOG[Adding TSC00005.3]LOG]!><time="16:17:02.460+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="bootimagemgr.cpp:305"> <![LOG[Found new image TSC00002]LOG]!><time="16:17:06.054+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="16:17:06.055+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="16:17:06.055+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim PackageID: TSC00002 ProductName: Microsoft® Windows® Operating System Architecture: 0 Description: Microsoft Windows PE (x86) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="16:17:06.059+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00002\boot.TSC00002.wim]LOG]!><time="16:17:06.059+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="wimfile.cpp:448"> <![LOG[Found new image TSC00005]LOG]!><time="16:17:07.308+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="bootimagemgr.cpp:1123"> <![LOG[Loaded C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\wimgapi.dll]LOG]!><time="16:17:07.309+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="wimfile.cpp:334"> <![LOG[Opening image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="16:17:07.309+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="wimfile.cpp:412"> <![LOG[Found Image file: E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim PackageID: TSC00005 ProductName: Microsoft® Windows® Operating System Architecture: 9 Description: Microsoft Windows PE (x64) Version: Creator: SystemDir: WINDOWS ]LOG]!><time="16:17:07.313+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="bootimagemgr.cpp:925"> <![LOG[Closing image file E:\RemoteInstall\SMSImages\TSC00005\boot.TSC00005.wim]LOG]!><time="16:17:07.313+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="wimfile.cpp:448"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:17:09.281+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="16:17:09.281+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="ccmcert.cpp:1803"> <![LOG[PXE Provider finished loading.]LOG]!><time="16:17:09.281+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6720" file="smspxe.cpp:184"> <![LOG[Cannot read the registry value of MACIgnoreListFile (800703e5)]LOG]!><time="16:17:11.885+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6800" file="provsettings.cpp:353"> <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="16:17:11.899+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6800" file="provsettings.cpp:468"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="17:26:21.026+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="5904" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="17:26:21.027+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="5904" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="18:27:23.978+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7092" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="18:27:23.979+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7092" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="19:27:58.273+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7016" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="19:27:58.273+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7016" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="20:29:17.401+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7016" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="20:29:17.401+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="7016" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="21:30:22.944+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6684" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="21:30:22.944+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6684" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="22:25:39.252+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6832" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="22:25:39.252+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6832" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="23:26:41.472+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6768" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="23:26:41.472+300" date="12-18-2013" component="SMSPXE" context="" type="1" thread="6768" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="00:28:00.438+300" date="12-19-2013" component="SMSPXE" context="" type="1" thread="6768" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="00:28:00.438+300" date="12-19-2013" component="SMSPXE" context="" type="1" thread="6768" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="01:29:01.288+300" date="12-19-2013" component="SMSPXE" context="" type="1" thread="4092" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="01:29:01.288+300" date="12-19-2013" component="SMSPXE" context="" type="1" thread="4092" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="02:30:06.832+300" date="12-19-2013" component="SMSPXE" context="" type="1" thread="7040" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="02:30:06.832+300" date="12-19-2013" component="SMSPXE" context="" type="1" thread="7040" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="03:25:23.250+300" date="12-19-2013" component="SMSPXE" context="" type="1" thread="7040" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="03:25:23.250+300" date="12-19-2013" component="SMSPXE" context="" type="1" thread="7040" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="04:26:36.132+300" date="12-19-2013" component="SMSPXE" context="" type="1" thread="7068" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="04:26:36.133+300" date="12-19-2013" component="SMSPXE" context="" type="1" thread="7068" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="05:27:19.935+300" date="12-19-2013" component="SMSPXE" context="" type="1" thread="6616" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="05:27:19.936+300" date="12-19-2013" component="SMSPXE" context="" type="1" thread="6616" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="06:27:59.681+300" date="12-19-2013" component="SMSPXE" context="" type="1" thread="4412" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="06:27:59.681+300" date="12-19-2013" component="SMSPXE" context="" type="1" thread="4412" file="ccmcert.cpp:1803"> <![LOG[begin validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="07:29:18.773+300" date="12-19-2013" component="SMSPXE" context="" type="1" thread="680" file="ccmcert.cpp:1662"> <![LOG[Completed validation of Certificate [Thumbprint 96091805EE4579EAAA8FE4B01FC22B23452C1FD2] issued to '{1CD0BE10-1E8B-429B-A39C-A63C220CFE46}']LOG]!><time="07:29:18.773+300" date="12-19-2013" component="SMSPXE" context="" type="1" thread="680" file="ccmcert.cpp:1803">
  11. Morning all. I started this thread over on TechNet but I thought it would also benefit me to post it here as well. I've copied the contents here as well. Please let me know if you have seen this and/or have any additional information. Thanks! http://social.technet.microsoft.com/Forums/en-US/ac3143d2-7876-454e-ba76-8631c38e44d7/sccm-2012-r2-build-and-capture-unable-to-install-programs-or-patch?forum=configmanagerosd#ac3143d2-7876-454e-ba76-8631c38e44d7 This is my first time attempting a Build and Capture after upgrading to SCCM 2012 R2. The machine is a VM that is not joined to the domain. All communication we are doing is HTTP based so there are not any PKI issues that would be impacting us. If I deploy a Windows 8.1 x64 build off OEM media start to finish and join the domain everything works for that machine. Applications installed and so do patches. However, when try to run a Build and Capture sequence on a non-domain joined VM machine this just don't appear to be working at all. I've tried many different install strings. This is what I'm currently trying on the build and capture workstation vm: DNSSUFFIX=NAOXY.COM FSP=ODTWCMSB.NAOXY.COM SMSMP=ODTWCMSB.NAOXY.COM CCMHTTPSPORT=50001 CCMHTTPPORT=50000 The domain joined client installs without issue with the following: DNSSUFFIX=NAOXY.COM SMSMP=ODTWCMSB.NAOXY.COM CCMHTTPSPORT=50001 CCMHTTPPORT=50000 PATCH="C:\_SMSTaskSequence\OSD\GAS000EF\x64\configmgr2012ac-r2-kb2905002-x64.msp" This is from ClientLocation.log Workgroup client is in Unknown location ClientLocation 12/13/2013 11:36:58 PM 3064 (0x0BF8) [CCMHTTP] ERROR: URL=http://ODTWCMSB.NAOXY.COM, Port=50000, Options=0, Code=0, Text=CCM_E_BAD_HTTP_STATUS_CODE ClientLocation 12/13/2013 11:37:03 PM 1572 (0x0624) Raising event: instance of CCM_CcmHttp_Status { ClientID = "GUID:ac447e1c-c195-4c76-a522-c6bc277a9db3"; DateTime = "20131214053703.992000+000"; HostName = "ODTWCMSB.NAOXY.COM"; HRESULT = "0x87d0027e"; ProcessID = 2592; StatusCode = 403; ThreadID = 1572; }; ClientLocation 12/13/2013 11:37:03 PM 1572 (0x0624) Successfully sent security settings refresh message. ClientLocation 12/13/2013 11:37:03 PM 1572 (0x0624) Successfully sent location services HTTP failure message. ClientLocation 12/13/2013 11:37:03 PM 1572 (0x0624) Error sending HEAD request. HTTP code 403, status 'Forbidden' ClientLocation 12/13/2013 11:37:03 PM 1572 (0x0624) Workgroup client is in Unknown location ClientLocation 12/13/2013 11:37:03 PM 1572 (0x0624) HTTP is selected for Client. The current state is 0. ClientLocation 12/13/2013 11:39:02 PM 1228 (0x04CC) [CCMHTTP] ERROR: URL=http://ODTWCMSB.NAOXY.COM, Port=50000, Options=0, Code=0, Text=CCM_E_BAD_HTTP_STATUS_CODE ClientLocation 12/13/2013 11:39:03 PM 1228 (0x04CC) Raising event: instance of CCM_CcmHttp_Status { ClientID = "GUID:ac447e1c-c195-4c76-a522-c6bc277a9db3"; DateTime = "20131214053903.004000+000"; HostName = "ODTWCMSB.NAOXY.COM"; HRESULT = "0x87d0027e"; ProcessID = 1168; StatusCode = 403; ThreadID = 1228; }; ClientLocation 12/13/2013 11:39:03 PM 1228 (0x04CC) Failed to submit event to the Status Agent. Attempting to create pending event. ClientLocation 12/13/2013 11:39:03 PM 1228 (0x04CC) Raising pending event: instance of CCM_CcmHttp_Status { ClientID = "GUID:ac447e1c-c195-4c76-a522-c6bc277a9db3"; DateTime = "20131214053903.004000+000"; HostName = "ODTWCMSB.NAOXY.COM"; HRESULT = "0x87d0027e"; ProcessID = 1168; StatusCode = 403; ThreadID = 1228; }; ClientLocation 12/13/2013 11:39:03 PM 1228 (0x04CC) Failed to CoCreate CcmMessaging ClientLocation 12/13/2013 11:39:03 PM 1228 (0x04CC) This is from CertificateMaintenance.log HTTP is selected for Client. The current state is 0. CertificateMaintenance 12/13/2013 11:36:58 PM 3064 (0x0BF8) Raising pending event: instance of CCM_ServiceHost_CertRetrieval_Status { DateTime = "20131214053658.382000+000"; HRESULT = "0x00000001"; ProcessID = 2592; ThreadID = 3064; }; CertificateMaintenance 12/13/2013 11:36:58 PM 3064 (0x0BF8) Raising event: instance of CCM_ServiceHost_CertRetrieval_Status { ClientID = "GUID:ac447e1c-c195-4c76-a522-c6bc277a9db3"; DateTime = "20131214053703.600000+000"; HRESULT = "0x00000001"; ProcessID = 2592; ThreadID = 2392; }; CertificateMaintenance 12/13/2013 11:37:03 PM 2392 (0x0958) MP ODTWCMSB.naoxy.com does not allow client connections matching the client connection type CertificateMaintenance 12/13/2013 11:37:03 PM 1572 (0x0624) From StatusAgent.log HandleFSPCcmHttpStatus - Failed to retrieve assigned MP. Assuming 'ODTWCMSB.NAOXY.COM' is not a relevant MP. StatusAgent 12/13/2013 11:48:07 PM 1936 (0x0790) [016E6BE8] Handling event class CCM_CcmHttp_Status StatusAgent 12/13/2013 11:48:07 PM 1936 (0x0790) Raising event (#1 of 1): instance of CCM_CcmHttp_Status { ClientID = "GUID:ac447e1c-c195-4c76-a522-c6bc277a9db3"; DateTime = "20131214054807.579000+000"; HostName = "ODTWCMSB.NAOXY.COM"; HRESULT = "0x87d0027e"; ProcessID = 1156; StatusCode = 403; ThreadID = 1936; }; StatusAgent 12/13/2013 11:48:07 PM 1936 (0x0790) Successfully raised 1 event(s) StatusAgent 12/13/2013 11:48:07 PM 1936 (0x0790)
  12. So I finally got the PXE to boot and install the image with updates. However it failed to Capture the image. I created a VM PC for this which the install for the OS and updates took 2 days for some reason, think its my VM because when it loads to windows it takes it sweet time to respond to my commands. The PXE install worked on the VM machine and boots straight into windows but I checked the folder for the capture image, but not there. However now I am wondering how do I find out why or how the capture process failed? How can I get a capture of this image instead of doing the whole build and capture process over again? Is there certain log files for me to look at to see why the capture process fails? FYI: This is my first time using SCCM and I greatly appreciate this website because it has helped me greatly from a NOOB perspective. Thanks!!
  13. Hello, The following has accured: I am trying to build and capture a windows 7 (x64) SP1 on a sccm 2012 server (no SP1 installed). I've build an default task sequence according to the windows-noob "standards" (http://www.windows-n...dows-7-x64-sp1/). But when i try to run the task sequnce it fails at some point when it tries to configure the sccm client. The reason for failing is that there is no OS installed on the c drive. so no settings can be set. When i was plowing through the logs i did not get any clear reason why the OS was not deployed on the c drive. And whas wondering if i could get some assistance. Additional information: - I am trying to build and capture to/from a virtuel machine. - The system operation installer package is build from a windows 7 (x64) iso. - Log file is attatched. -The VM has only one hard drive. - i am aware that the following error is comming up a lot: "Failed to open Software\Microsoft\Sms\Mobile Client\Software Distribution registry key. The client should not get checked for RWH OpLock Type" But i dont think that would be the reason why it doesn't install any OS. Thanks for any help smsts.log
  14. Hello, I have a build and capture TS that works great for creating my thin-image, however, I would like to somehow interrupt the build and capture at some point and force it to boot into audit mode so I can install some apps that cannot be repackaged or otherwise scripted. Can this be done? Thanks!
  15. I am trying to build and capture a Windows 7 Ent x64 System (SCCM 2007 R3) I have created the OS image etc and the TS using the SCCM wizard. When my system reboots at the end of the TS I am greeted with the message: BOOTMGR is missing Press Ctrl+Alt+Del to restart The system I am trying to image needs additional mass storage device drivers that I have added to the boot image and are working (I can hit F8 and see the hard drive in DISKPART). I have also tried adding them to the TS (Apply Driver Package) but still the same error. Please help me troubleshoot this. I have read that using the RTM installation is not recommended but others say it will work? Thanks Andy
  16. I Set up SCCM 2012 RTM, and have been fighting with deploy and capture for a few days. I successfully imported an Operating System Installer I successfully created a task sequence I I was able to get the machine to PXE boot, and it almost loaded windows PE; however, I kept getting the following error message: Windows PE cannot start because the actual SYSTEM ROOT directory (x:\windows) is differrent from the configured one (x:\$windows.~bt\windows). This can be configured from dism.exe with the /set-target path command. please refer the documentation for more details I was able to trace this problem back to using a boot.wim file other than the one included with SCCM / WDS. I had deleted the original boot.wim files, and used one from a windows 7 install cd. To resolve the problem, i used dsim.exe to modify the boot image: C:\sources\os >mkdir wim C:\sources\os>dism /mount-wim /wimfile:boot86.AAA0001c.WIM /index:1 /mountdir:wim C:\sources\os>dism /image:wim /set-targetpath:X:\ Deployment Image Servicing and Management tool Version: 6.1.7600.16385 Image Version: 6.1.7600.16385 Target Path : X:\ The operation completed successfully. C:\sources\os>dism /unmount-wim /mountdir:wim /commit Deployment Image Servicing and Management tool Version: 6.1.7600.16385 Image File : C:\sources\os\boot64.AAA0001b.WIM Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. C:\sources\os>copy boot86.AAA0001C.WIM c:\RemoteInstall\SMSImages\AAA0001C\ Overwrite c:\RemoteInstall\SMSImages\AAA0001C\boot86.AAA0001C.WIM? (Yes/No/All): y 1 file(s) copied. After these commands, I was able to boot into launching the Task Sequence to Build and Capture my windows 7 image (Don't mind the x86/x64 difference from the screenshot and the commands above, I had to do the procedure twice...once for each boot image) However, after the Build and Capture, I was again presented with the same error I rebooted into the PXE WinPE (F12 network boot), and launched command prompt (F8 if you have enabled it within the SCCM image): I repeated the same procedure as I did on the PXE boot image for the local image, but first i had to find out where the local image was: X:\sms\bin\i386 >bcdedit Windows Boot Manager -------------------- identifier {bootmgr} description Windows Boot Manager locale en-US inherit {globalsettings} default {default} displayorder {default} timeout 30 Windows Setup ------------- identifier {default} device ramdisk=[C:]\_SMSTaskSequence\WinPE\sources\boot.wim,{ra mdiskoptions} path \windows\system32\boot\winload.exe description Windows Setup locale en-US inherit {bootloadersettings} osdevice ramdisk=[C:]\_SMSTaskSequence\WinPE\sources\boot.wim,{ra mdiskoptions} systemroot \windows nx OptOut detecthal Yes winpe Yes My local (hard-disk) image is in =[C:]\_SMSTaskSequence\WinPE\sources\boot.wim, So I ran the same commands against that file: C:\_SMSTaskSequence\WinPE >mkdir wim C:\_SMSTaskSequence\WinPE\sources>dism /mount-wim /wimfile:boot.wim /index:1 /mountdir:wim Deployment Image Servicing and Management tool Version: 6.1.7601.17514 Mounting image [==========================100.0%==========================] The operation completed successfully. C:\_SMSTaskSequence\WinPE\sources>dism /image:wim /set-targetpath:X:\ Deployment Image Servicing and Management tool Version: 6.1.7601.17514 Image Version: 6.1.7601.17514 Target Path : X:\ The operation completed successfully. C:\_SMSTaskSequence\WinPE\sources>dism /unmount-wim /mountdir:wim /commit Deployment Image Servicing and Management tool Version: 6.1.7601.17514 Image File : C:\_SMSTaskSequence\WinPE\sources\boot.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. Then I rebooted and everything continued along happily
  17. I just setup SCCM 2007 R3 on a Windows 2008 R2 Server with SQL 2008. The 2008 server is joined to my domain (DC = 2003 running AD, DHCP, DNS). I have followed all the steps here for installation and configuration. I am currently in the process of trying to run a Build and Capture of Windows 7 Enterprise x64 TS and I am having problems. I have been following this process to do so. This issue I am having is that during the process it won't capture the image. Once I get to the part of "Setup windows and ConfigMgr", it will download the Configuration Manager client file, say it is installing and then say that it is preparing my desktop and finally opens to the Windows 7 Desktop. It never captures the image, or installs the client back to the computer. I don't know where to look for why it is not working because I am not sure where to find the log files, since the client never gets installed again. I can include any screenshots or log files needed, just let me know which ones. Also the TS if need be. Any help would be great!
  18. Hi, I have followed the guides found here to setup SCCM 2012 Beta 2, however I have run into a problem when following part 8. The image successfully PXE boots and once I enter the password and click through the dialogs the setup process starts. The setup manages to get to the stage "Setup Windows and ConfigMgr" and reboot, but then after this reboot there is no more dialog (which should still be "Setup Windows and ConfigMgr" as ConfigMgr hasn't been installed), and you are taken back to the login screen. I checked the smsts.log file on the client computer, and found this error in the log <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sccm_retail\sms\framework\smscrypt\windes.cpp,150)]LOG]!><time="11:21:12.390-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1316" file="windes.cpp:150"> I then inserted a restart after the "Setup Windows and ConfigMgr" step and an error along the lines of "WinPE initialization failure with error 0x80090005‎" popped up in a dialog. I found http://social.techne...44-59109422e4f8 and it stated that it was a certificate error, however SCCM 2007 was being used and I could not figure out how to fix this in 2012 or if this was even what was causing the error. Does anyone have any insight into this error and how to fix it? Full smsts.log is below. Thanks, Adam <![LOG[Failed to find a suitable device driver for device 'ACPI\PNP0C01\2&DABA3FF&0'.]LOG]!><time="11:06:20.969-630" date="10-17-2011" component="OSDDriverClient" context="" type="2" thread="1964" file="driverinstaller.cpp:799"> <![LOG[Failed to find a suitable device driver for device 'PCI HOST Bridge'.]LOG]!><time="11:06:21.000-630" date="10-17-2011" component="OSDDriverClient" context="" type="2" thread="1964" file="driverinstaller.cpp:799"> <![LOG[Failed to find a suitable device driver for device 'Multimedia Audio Controller'.]LOG]!><time="11:06:21.000-630" date="10-17-2011" component="OSDDriverClient" context="" type="2" thread="1964" file="driverinstaller.cpp:799"> <![LOG[Failed to find a suitable device driver for device 'PCI Memory Controller'.]LOG]!><time="11:06:21.000-630" date="10-17-2011" component="OSDDriverClient" context="" type="2" thread="1964" file="driverinstaller.cpp:799"> <![LOG[Failed to find a suitable device driver for device 'ACPI\PNP0C02\1'.]LOG]!><time="11:06:21.016-630" date="10-17-2011" component="OSDDriverClient" context="" type="2" thread="1964" file="driverinstaller.cpp:799"> <![LOG[Failed to find a suitable device driver for device 'USB Input Device'.]LOG]!><time="11:06:21.016-630" date="10-17-2011" component="OSDDriverClient" context="" type="2" thread="1964" file="driverinstaller.cpp:799"> <![LOG[Failed to find a suitable device driver for device 'ACPI\PNP0C02\4'.]LOG]!><time="11:06:21.016-630" date="10-17-2011" component="OSDDriverClient" context="" type="2" thread="1964" file="driverinstaller.cpp:799"> <![LOG[Failed to find a suitable device driver for device 'ACPI\PNP0C02\5'.]LOG]!><time="11:06:21.016-630" date="10-17-2011" component="OSDDriverClient" context="" type="2" thread="1964" file="driverinstaller.cpp:799"> <![LOG[Failed to find a suitable device driver for device 'PCI HOST Bridge'.]LOG]!><time="11:06:21.031-630" date="10-17-2011" component="OSDDriverClient" context="" type="2" thread="1964" file="driverinstaller.cpp:799"> <![LOG[Failed to find a suitable device driver for device 'Universal Serial Bus (USB) Controller'.]LOG]!><time="11:06:21.031-630" date="10-17-2011" component="OSDDriverClient" context="" type="2" thread="1964" file="driverinstaller.cpp:799"> <![LOG[Failed to find a suitable device driver for device 'Video Controller (VGA Compatible)'.]LOG]!><time="11:06:21.031-630" date="10-17-2011" component="OSDDriverClient" context="" type="2" thread="1964" file="driverinstaller.cpp:799"> <![LOG[Failed to find a suitable device driver for device 'HID Keyboard Device'.]LOG]!><time="11:06:21.031-630" date="10-17-2011" component="OSDDriverClient" context="" type="2" thread="1964" file="driverinstaller.cpp:799"> <![LOG[Failed to find a suitable device driver for device 'ACPI\PNP0C04\3&2411E6FE&0'.]LOG]!><time="11:06:21.031-630" date="10-17-2011" component="OSDDriverClient" context="" type="2" thread="1964" file="driverinstaller.cpp:799"> <![LOG[Exiting with return code 0x00000000]LOG]!><time="11:06:21.047-630" date="10-17-2011" component="OSDDriverClient" context="" type="1" thread="1964" file="osddriverclient.cpp:418"> <![LOG[Process completed with exit code 0]LOG]!><time="11:06:21.047-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="commandline.cpp:1098"> <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="11:06:21.063-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="instruction.cxx:3011"> <![LOG[successfully complete the action (Apply Device Drivers) with the exit win32 code 0]LOG]!><time="11:06:21.063-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="instruction.cxx:3037"> <![LOG[MP server W7262.CSEM2.institute.edu and port 80. SSL=false. CRL=false.]LOG]!><time="11:06:21.063-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="utils.cpp:4707"> <![LOG[sending StatusMessage]LOG]!><time="11:06:21.110-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="libsmsmessaging.cpp:3974"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: W7262.CSEM2.institute.edu:80 CCM_POST /ccm_system/request]LOG]!><time="11:06:21.110-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="libsmsmessaging.cpp:8720"> <![LOG[Request was succesful - 200]LOG]!><time="11:06:21.141-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="libsmsmessaging.cpp:9046"> <![LOG[set a global environment variable _SMSTSLastActionRetCode=0]LOG]!><time="11:06:21.141-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:668"> <![LOG[set a global environment variable _SMSTSLastActionSucceeded=true]LOG]!><time="11:06:21.141-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:668"> <![LOG[Expand a string: %_SMSTSMDataPath%\Logs]LOG]!><time="11:06:21.141-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:782"> <![LOG[Clear local default environment]LOG]!><time="11:06:21.141-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:807"> <![LOG[updated security on object C:\_SMSTaskSequence.]LOG]!><time="11:06:21.156-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="utils.cpp:995"> <![LOG[set a global environment variable _SMSTSNextInstructionPointer=7]LOG]!><time="11:06:21.156-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:668"> <![LOG[set a TS execution environment variable _SMSTSNextInstructionPointer=7]LOG]!><time="11:06:21.156-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:386"> <![LOG[set a global environment variable _SMSTSInstructionStackString=0]LOG]!><time="11:06:21.156-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:668"> <![LOG[set a TS execution environment variable _SMSTSInstructionStackString=0]LOG]!><time="11:06:21.156-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:414"> <![LOG[save the current environment block]LOG]!><time="11:06:21.156-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:833"> <![LOG[successfully save execution state and environment to local hard disk]LOG]!><time="11:06:21.156-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="engine.cxx:255"> <![LOG[start executing an instruciton. Instruction name: Setup Windows and ConfigMgr. Instruction pointer: 7]LOG]!><time="11:06:21.156-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="engine.cxx:117"> <![LOG[set a global environment variable _SMSTSCurrentActionName=Setup Windows and ConfigMgr]LOG]!><time="11:06:21.156-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:668"> <![LOG[set a global environment variable _SMSTSNextInstructionPointer=7]LOG]!><time="11:06:21.156-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:668"> <![LOG[set a local default variable SMSClientInstallProperties]LOG]!><time="11:06:21.172-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:700"> <![LOG[set a local default variable _SMSClientPackageID]LOG]!><time="11:06:21.172-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:700"> <![LOG[set a global environment variable _SMSTSLogPath=X:\WINDOWS\TEMP\SMSTSLog]LOG]!><time="11:06:21.172-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:668"> <![LOG[Expand a string: OSDSetupWindows.exe]LOG]!><time="11:06:21.172-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:782"> <![LOG[Expand a string: ]LOG]!><time="11:06:21.172-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:782"> <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="11:06:21.172-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="commandline.cpp:228"> <![LOG[set command line: OSDSetupWindows.exe]LOG]!><time="11:06:21.172-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="commandline.cpp:705"> <![LOG[start executing the command line: OSDSetupWindows.exe]LOG]!><time="11:06:21.172-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="instruction.cxx:2929"> <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="11:06:21.172-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="instruction.cxx:2958"> <![LOG[Expand a string: WinPEandFullOS]LOG]!><time="11:06:21.172-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:782"> <![LOG[Executing command line: OSDSetupWindows.exe]LOG]!><time="11:06:21.172-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="commandline.cpp:801"> <![LOG[==============================[ OSDSetupWindows.exe ]===========================]LOG]!><time="11:06:21.188-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="setupwindows.cpp:1645"> <![LOG[Command line: "OSDSetupWindows.exe"]LOG]!><time="11:06:21.188-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="setupwindows.cpp:1646"> <![LOG[installing BOOTMGR bootsector]LOG]!><time="11:06:21.203-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="bootsector.cpp:63"> <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="11:06:21.203-630" date="10-17-2011" component="OSDSetupWindows" context="" type="0" thread="2008" file="commandline.cpp:228"> <![LOG[set command line: "bootsect.exe" /NT60 SYS /MBR]LOG]!><time="11:06:21.203-630" date="10-17-2011" component="OSDSetupWindows" context="" type="0" thread="2008" file="commandline.cpp:705"> <![LOG[Executing command line: "bootsect.exe" /NT60 SYS /MBR]LOG]!><time="11:06:21.203-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="commandline.cpp:801"> <![LOG[Process completed with exit code 0]LOG]!><time="11:06:21.578-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="commandline.cpp:1098"> <![LOG[The package TST00006 is found locally in the cache C:\_SMSTaskSequence\Packages\TST00006]LOG]!><time="11:06:21.578-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="resolvesource.cpp:3328"> <![LOG[!Directory::Exists(sNormalizedPath), HRESULT=800700b7 (e:\nts_sccm_retail\sms\framework\core\ccmcore\path.cpp,154)]LOG]!><time="11:06:21.578-630" date="10-17-2011" component="OSDSetupWindows" context="" type="0" thread="2008" file="path.cpp:154"> <![LOG[setting hive location to "C:\_SMSTaskSequence\OSD\Vista\Windows\System32\SMI\Store\Machine"]LOG]!><time="11:06:21.578-630" date="10-17-2011" component="OSDSetupWindows" context="" type="0" thread="2008" file="smiinterface.cpp:812"> <![LOG[Loading existing answer file "C:\_SMSTaskSequence\unattend.xml"]LOG]!><time="11:06:21.735-630" date="10-17-2011" component="OSDSetupWindows" context="" type="0" thread="2008" file="xmlanswerfile.cpp:578"> <![LOG[Adding "C:\_SMSTaskSequence\drivers" to plug and play driver path.]LOG]!><time="11:06:21.766-630" date="10-17-2011" component="OSDSetupWindows" context="" type="0" thread="2008" file="xmlanswerfile.cpp:1894"> <![LOG[Getting namespace "Microsoft-Windows-PnpCustomizationsWinPE" for architecture "amd64"]LOG]!><time="11:06:21.766-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="smiinterface.cpp:222"> <![LOG[Writing configuration information to C:\_SMSTaskSequence\unattend.xml]LOG]!><time="11:06:21.781-630" date="10-17-2011" component="OSDSetupWindows" context="" type="0" thread="2008" file="smiinterface.cpp:860"> <![LOG[successfully saved configuration information to C:\_SMSTaskSequence\unattend.xml]LOG]!><time="11:06:21.781-630" date="10-17-2011" component="OSDSetupWindows" context="" type="0" thread="2008" file="smiinterface.cpp:925"> <![LOG[successfully initialized driver information]LOG]!><time="11:06:21.781-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="setupwindows.cpp:1223"> <![LOG[Command line for extension .EXE is "%1" %*]LOG]!><time="11:06:21.813-630" date="10-17-2011" component="OSDSetupWindows" context="" type="0" thread="2008" file="commandline.cpp:228"> <![LOG[set command line: "C:\_SMSTaskSequence\Packages\TST00006\SOURCES\SETUP.EXE" "/unattend:C:\_SMSTaskSequence\unattend.xml" /noreboot]LOG]!><time="11:06:21.813-630" date="10-17-2011" component="OSDSetupWindows" context="" type="0" thread="2008" file="commandline.cpp:705"> <![LOG[Executing command line: "C:\_SMSTaskSequence\Packages\TST00006\SOURCES\SETUP.EXE" "/unattend:C:\_SMSTaskSequence\unattend.xml" /noreboot]LOG]!><time="11:06:21.813-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="commandline.cpp:801"> <![LOG[Process completed with exit code 0]LOG]!><time="11:14:04.578-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="commandline.cpp:1098"> <![LOG[Windows Setup completed with exit code 0]LOG]!><time="11:14:04.578-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="setupwindows.cpp:1544"> <![LOG[Entering ReleaseSource() for C:\_SMSTaskSequence\Packages\TST00006]LOG]!><time="11:14:04.578-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="resolvesource.cpp:3672"> <![LOG[reference count 1 for the source C:\_SMSTaskSequence\Packages\TST00006 before releasing]LOG]!><time="11:14:04.578-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="resolvesource.cpp:3679"> <![LOG[Delete source directory C:\_SMSTaskSequence\Packages\TST00006]LOG]!><time="11:14:04.578-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="resolvesource.cpp:3702"> <![LOG[Released the resolved source C:\_SMSTaskSequence\Packages\TST00006]LOG]!><time="11:14:04.578-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="resolvesource.cpp:3712"> <![LOG[Command line for extension .EXE is "%1" %*]LOG]!><time="11:14:04.578-630" date="10-17-2011" component="OSDSetupWindows" context="" type="0" thread="2008" file="commandline.cpp:228"> <![LOG[set command line: "X:\sms\bin\x64\OSDSETUPHOOK.EXE" "/configure:C:\WINDOWS\SYSTEM32" /version:6.1]LOG]!><time="11:14:04.578-630" date="10-17-2011" component="OSDSetupWindows" context="" type="0" thread="2008" file="commandline.cpp:705"> <![LOG[Executing command line: "X:\sms\bin\x64\OSDSETUPHOOK.EXE" "/configure:C:\WINDOWS\SYSTEM32" /version:6.1]LOG]!><time="11:14:04.578-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="commandline.cpp:801"> <![LOG[Configuring OSD setup hook]LOG]!><time="11:14:04.656-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="osdsetuphook.cpp:296"> <![LOG[Configuring setup hook]LOG]!><time="11:14:04.656-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1124" file="basesetuphook.cpp:1470"> <![LOG[Resolving source for SMS client, package ID = TST00007.]LOG]!><time="11:14:04.656-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="basesetuphook.cpp:1494"> <![LOG[DownloadOnDemand flag is true. Attempting to download content locally for Package TST00007..]LOG]!><time="11:14:04.672-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="resolvesource.cpp:3355"> <![LOG[Package Flags: 0x0]LOG]!><time="11:14:04.672-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1124" file="resolvesource.cpp:2858"> <![LOG[GetDirectoryListing() entered]LOG]!><time="11:14:04.672-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:556"> <![LOG[initializing HTTP transport.]LOG]!><time="11:14:04.688-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1124" file="downloadcontent.cpp:730"> <![LOG[ Setting URL = http://W7262.CSEM2.institute.edu/SMS_DP_SMSPKGD$/TST00007/.]LOG]!><time="11:14:04.688-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1124" file="downloadcontent.cpp:732"> <![LOG[ Address = W7262.CSEM2.institute.edu, Object = /SMS_DP_SMSPKGD$/TST00007/, Port = 80.]LOG]!><time="11:14:04.688-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1124" file="downloadcontent.cpp:873"> <![LOG[WinHttp credentials set]LOG]!><time="11:14:04.688-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:891"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: W7262.CSEM2.institute.edu:80 PROPFIND /SMS_DP_SMSPKGD$/TST00007/]LOG]!><time="11:14:04.703-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="libsmsmessaging.cpp:8720"> <![LOG[Authentication failure - 401]LOG]!><time="11:14:04.719-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1124" file="libsmsmessaging.cpp:9050"> <![LOG[Resending the request by setting the credentials on getting an unauthorized response.]LOG]!><time="11:14:04.719-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1124" file="libsmsmessaging.cpp:9053"> <![LOG[Error. Status code 207 returned]LOG]!><time="11:14:04.922-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1124" file="libsmsmessaging.cpp:9060"> <![LOG[List of files to be downloaded]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:399"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/ccmsetup.cab]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/ccmsetup.exe]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ Directory: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:499"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/client.msi]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/dotnetfx40_client_x86_x64.exe]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/microsoftpolicyplatformsetup.msi]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/msrdcoob_x86.exe]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/msxml6.msi]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/silverlight.exe]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/vcredist_x86.exe]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/windowsserver2003-kb914783-v10-x86-enu.exe]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/windowsserver2003-kb936059-x86-enu.exe]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/windowsupdateagent30-x86.exe]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/windowsxp-kb915865-v11-x86-enu.exe]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/windowsxp-kb936059-x86-enu.exe]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/wimgapi.msi]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ Directory: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/x64]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:499"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/x64/client.msi]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/x64/microsoftpolicyplatformsetup.msi]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/x64/msrdcoob_amd64.exe]LOG]!><time="11:14:04.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/x64/msxml6_x64.msi]LOG]!><time="11:14:05.016-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/x64/vcredist_x64.exe]LOG]!><time="11:14:05.016-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/x64/windowsserver2003.windowsxp-kb914783-v10-x64-enu.exe]LOG]!><time="11:14:05.016-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/x64/windowsserver2003.windowsxp-kb936059-x64-enu.exe]LOG]!><time="11:14:05.016-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/x64/windowsserver2003.windowsxp-kb967587-x64-enu.exe]LOG]!><time="11:14:05.016-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[ File: http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/x64/windowsupdateagent30-x64.exe]LOG]!><time="11:14:05.016-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:465"> <![LOG[GetDirectoryListing() successfully completed]LOG]!><time="11:14:05.016-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:567"> <![LOG[Creating folder: C:\_SMSTaskSequence\Packages\TST00007\i386 ]LOG]!><time="11:14:05.016-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:979"> <![LOG[Creating folder: C:\_SMSTaskSequence\Packages\TST00007\x64 ]LOG]!><time="11:14:05.016-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:979"> <![LOG[succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="11:14:05.016-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="util.cpp:907"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/ccmsetup.cab to C:\_SMSTaskSequence\Packages\TST00007\ccmsetup.cab ]LOG]!><time="11:14:05.125-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/ccmsetup.exe to C:\_SMSTaskSequence\Packages\TST00007\ccmsetup.exe ]LOG]!><time="11:14:05.266-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/client.msi to C:\_SMSTaskSequence\Packages\TST00007\i386/client.msi ]LOG]!><time="11:14:07.047-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/dotnetfx40_client_x86_x64.exe to C:\_SMSTaskSequence\Packages\TST00007\i386/dotnetfx40_client_x86_x64.exe ]LOG]!><time="11:14:10.938-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/microsoftpolicyplatformsetup.msi to C:\_SMSTaskSequence\Packages\TST00007\i386/microsoftpolicyplatformsetup.msi ]LOG]!><time="11:14:11.250-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/msrdcoob_x86.exe to C:\_SMSTaskSequence\Packages\TST00007\i386/msrdcoob_x86.exe ]LOG]!><time="11:14:11.375-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/msxml6.msi to C:\_SMSTaskSequence\Packages\TST00007\i386/msxml6.msi ]LOG]!><time="11:14:11.578-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/silverlight.exe to C:\_SMSTaskSequence\Packages\TST00007\i386/silverlight.exe ]LOG]!><time="11:14:12.188-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/vcredist_x86.exe to C:\_SMSTaskSequence\Packages\TST00007\i386/vcredist_x86.exe ]LOG]!><time="11:14:12.500-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/windowsserver2003-kb914783-v10-x86-enu.exe to C:\_SMSTaskSequence\Packages\TST00007\i386/windowsserver2003-kb914783-v10-x86-enu.exe ]LOG]!><time="11:14:12.610-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/windowsserver2003-kb936059-x86-enu.exe to C:\_SMSTaskSequence\Packages\TST00007\i386/windowsserver2003-kb936059-x86-enu.exe ]LOG]!><time="11:14:12.781-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/windowsupdateagent30-x86.exe to C:\_SMSTaskSequence\Packages\TST00007\i386/windowsupdateagent30-x86.exe ]LOG]!><time="11:14:13.453-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/windowsxp-kb915865-v11-x86-enu.exe to C:\_SMSTaskSequence\Packages\TST00007\i386/windowsxp-kb915865-v11-x86-enu.exe ]LOG]!><time="11:14:13.578-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/i386/windowsxp-kb936059-x86-enu.exe to C:\_SMSTaskSequence\Packages\TST00007\i386/windowsxp-kb936059-x86-enu.exe ]LOG]!><time="11:14:13.735-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/wimgapi.msi to C:\_SMSTaskSequence\Packages\TST00007\wimgapi.msi ]LOG]!><time="11:14:13.875-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/x64/client.msi to C:\_SMSTaskSequence\Packages\TST00007\x64/client.msi ]LOG]!><time="11:14:16.360-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/x64/microsoftpolicyplatformsetup.msi to C:\_SMSTaskSequence\Packages\TST00007\x64/microsoftpolicyplatformsetup.msi ]LOG]!><time="11:14:16.719-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/x64/msrdcoob_amd64.exe to C:\_SMSTaskSequence\Packages\TST00007\x64/msrdcoob_amd64.exe ]LOG]!><time="11:14:16.860-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/x64/msxml6_x64.msi to C:\_SMSTaskSequence\Packages\TST00007\x64/msxml6_x64.msi ]LOG]!><time="11:14:17.156-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/x64/vcredist_x64.exe to C:\_SMSTaskSequence\Packages\TST00007\x64/vcredist_x64.exe ]LOG]!><time="11:14:17.500-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/x64/windowsserver2003.windowsxp-kb914783-v10-x64-enu.exe to C:\_SMSTaskSequence\Packages\TST00007\x64/windowsserver2003.windowsxp-kb914783-v10-x64-enu.exe ]LOG]!><time="11:14:17.641-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/x64/windowsserver2003.windowsxp-kb936059-x64-enu.exe to C:\_SMSTaskSequence\Packages\TST00007\x64/windowsserver2003.windowsxp-kb936059-x64-enu.exe ]LOG]!><time="11:14:18.360-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/x64/windowsserver2003.windowsxp-kb967587-x64-enu.exe to C:\_SMSTaskSequence\Packages\TST00007\x64/windowsserver2003.windowsxp-kb967587-x64-enu.exe ]LOG]!><time="11:14:18.485-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Downloaded file from http://W7262.CSEM2.institute.edu:80/SMS_DP_SMSPKGD$/TST00007/sccm?/x64/windowsupdateagent30-x64.exe to C:\_SMSTaskSequence\Packages\TST00007\x64/windowsupdateagent30-x64.exe ]LOG]!><time="11:14:19.235-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1541"> <![LOG[Download done setting progress bar to 100]LOG]!><time="11:14:19.235-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1546"> <![LOG[VerifyContentHash: Hash algorithm is 32780]LOG]!><time="11:14:19.250-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="downloadcontent.cpp:1669"> <![LOG[c:\_smstasksequence\packages\tst00007\i386 is a directory. Setting directory security]LOG]!><time="11:14:19.360-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="hashdir.cpp:654"> <![LOG[c:\_smstasksequence\packages\tst00007\x64 is a directory. Setting directory security]LOG]!><time="11:14:19.360-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="hashdir.cpp:654"> <![LOG[Content successfully downloaded at C:\_SMSTaskSequence\Packages\TST00007]LOG]!><time="11:14:22.203-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="resolvesource.cpp:3357"> <![LOG[Copying SMS client package source from "C:\_SMSTaskSequence\Packages\TST00007" to "C:\_SMSTaskSequence\OSD\TST00007".]LOG]!><time="11:14:22.203-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="basesetuphook.cpp:1507"> <![LOG[Locating architecture-specific OSDGina.dll]LOG]!><time="11:14:23.422-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1124" file="basesetuphook.cpp:428"> <![LOG[successfully copied file OSDSETUPHOOK.EXE to C:\WINDOWS\SYSTEM32]LOG]!><time="11:14:23.469-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="basesetuphook.cpp:364"> <![LOG[successfully copied file TSProgressUI.exe to C:\WINDOWS\SYSTEM32\_SMSOSDSetup]LOG]!><time="11:14:23.500-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="basesetuphook.cpp:364"> <![LOG[successfully copied file tsres.dll to C:\WINDOWS\SYSTEM32\_SMSOSDSetup\1033]LOG]!><time="11:14:23.500-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="basesetuphook.cpp:364"> <![LOG[saving desktop wallpaper information.]LOG]!><time="11:14:23.500-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1124" file="basesetuphook.cpp:1556"> <![LOG[Entering ReleaseSource() for C:\_SMSTaskSequence\Packages\TST00007]LOG]!><time="11:14:23.516-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="resolvesource.cpp:3672"> <![LOG[reference count 1 for the source C:\_SMSTaskSequence\Packages\TST00007 before releasing]LOG]!><time="11:14:23.516-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="resolvesource.cpp:3679"> <![LOG[Delete source directory C:\_SMSTaskSequence\Packages\TST00007]LOG]!><time="11:14:23.516-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="resolvesource.cpp:3702"> <![LOG[Released the resolved source C:\_SMSTaskSequence\Packages\TST00007]LOG]!><time="11:14:23.516-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1124" file="resolvesource.cpp:3712"> <![LOG[Exiting ConfigureEx: 0x00000000]LOG]!><time="11:14:23.516-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1124" file="basesetuphook.cpp:1595"> <![LOG[Process completed with exit code 0]LOG]!><time="11:14:23.516-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="commandline.cpp:1098"> <![LOG[installing hook to 'C:\WINDOWS']LOG]!><time="11:14:23.516-630" date="10-17-2011" component="OSDSetupWindows" context="" type="0" thread="2008" file="setupwindows.cpp:785"> <![LOG[Command line for extension .EXE is "%1" %*]LOG]!><time="11:14:23.516-630" date="10-17-2011" component="OSDSetupWindows" context="" type="0" thread="2008" file="commandline.cpp:228"> <![LOG[set command line: "X:\sms\bin\x64\OSDSETUPHOOK.EXE" "/install:C:\WINDOWS" /version:6.1]LOG]!><time="11:14:23.516-630" date="10-17-2011" component="OSDSetupWindows" context="" type="0" thread="2008" file="commandline.cpp:705"> <![LOG[Executing command line: "X:\sms\bin\x64\OSDSETUPHOOK.EXE" "/install:C:\WINDOWS" /version:6.1]LOG]!><time="11:14:23.516-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="commandline.cpp:801"> <![LOG[installing OSD setup hook]LOG]!><time="11:14:23.531-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1480" file="osdsetuphook.cpp:276"> <![LOG[setup hook install completed successfully]LOG]!><time="11:14:23.531-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1480" file="vistasetuphook.cpp:111"> <![LOG[Process completed with exit code 0]LOG]!><time="11:14:23.531-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="commandline.cpp:1098"> <![LOG[Exiting with code 0x00000000]LOG]!><time="11:14:23.531-630" date="10-17-2011" component="OSDSetupWindows" context="" type="1" thread="2008" file="setupwindows.cpp:1714"> <![LOG[Process completed with exit code 0]LOG]!><time="11:14:23.547-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="commandline.cpp:1098"> <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="11:14:23.547-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="instruction.cxx:3011"> <![LOG[successfully complete the action (Setup Windows and ConfigMgr) with the exit win32 code 0]LOG]!><time="11:14:23.547-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="instruction.cxx:3037"> <![LOG[MP server W7262.CSEM2.institute.edu and port 80. SSL=false. CRL=false.]LOG]!><time="11:14:23.547-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="utils.cpp:4707"> <![LOG[sending StatusMessage]LOG]!><time="11:14:23.578-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="libsmsmessaging.cpp:3974"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: W7262.CSEM2.institute.edu:80 CCM_POST /ccm_system/request]LOG]!><time="11:14:23.578-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="libsmsmessaging.cpp:8720"> <![LOG[Request was succesful - 200]LOG]!><time="11:14:23.625-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="libsmsmessaging.cpp:9046"> <![LOG[set a global environment variable _SMSTSLastActionRetCode=0]LOG]!><time="11:14:23.625-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:668"> <![LOG[set a global environment variable _SMSTSLastActionSucceeded=true]LOG]!><time="11:14:23.625-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:668"> <![LOG[Expand a string: %_SMSTSMDataPath%\Logs]LOG]!><time="11:14:23.625-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:782"> <![LOG[Clear local default environment]LOG]!><time="11:14:23.641-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:807"> <![LOG[The action (Setup Windows and ConfigMgr) requested a retry]LOG]!><time="11:14:23.641-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="engine.cxx:263"> <![LOG[Reboot to local harddisk]LOG]!><time="11:14:23.641-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="engine.cxx:458"> <![LOG[_OSDGinaIsConfigured variable set to TRUE]LOG]!><time="11:14:23.641-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="engine.cxx:537"> <![LOG[_SMSTSServiceStartType variable set to ]LOG]!><time="11:14:23.641-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="engine.cxx:549"> <![LOG[Calling RebootSystem()]LOG]!><time="11:14:23.641-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="engine.cxx:567"> <![LOG[OSD type of task sequence. ignore the service window setting]LOG]!><time="11:14:23.641-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="engine.cxx:669"> <![LOG[updated security on object C:\_SMSTSVolumeID.7159644d-f741-45d5-ab29-0ad8aa4771ca.]LOG]!><time="11:14:23.641-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="utils.cpp:995"> <![LOG[updated security on object C:\_SMSTaskSequence.]LOG]!><time="11:14:23.672-630" date="10-17-2011" component="TSManager" context="" type="1" thread="1208" file="utils.cpp:995"> <![LOG[set a global environment variable _SMSTSNextInstructionPointer=7]LOG]!><time="11:14:23.672-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:668"> <![LOG[set a TS execution environment variable _SMSTSNextInstructionPointer=7]LOG]!><time="11:14:23.672-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:386"> <![LOG[set a global environment variable _SMSTSInstructionStackString=0]LOG]!><time="11:14:23.672-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:668"> <![LOG[set a TS execution environment variable _SMSTSInstructionStackString=0]LOG]!><time="11:14:23.672-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:414"> <![LOG[save the current environment block]LOG]!><time="11:14:23.672-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:833"> <![LOG[Expand a string: %_SMSTSMDataPath%\Logs]LOG]!><time="11:14:23.688-630" date="10-17-2011" component="TSManager" context="" type="0" thread="1208" file="executionenv.cxx:782"> <![LOG[==============================[ OSDSetupHook.exe ]==============================]LOG]!><time="11:21:12.171-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1316" file="osdsetuphook.cpp:185"> <![LOG[Logging successfully initialized to C:\_SMSTaskSequence\Logs]LOG]!><time="11:21:12.202-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1316" file="osdsetuphook.cpp:186"> <![LOG[Executing task sequence]LOG]!><time="11:21:12.202-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1316" file="osdsetuphook.cpp:286"> <![LOG[Loading the Task Sequencing Environment from "C:\_SMSTaskSequence\TSEnv.dat".]LOG]!><time="11:21:12.280-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1316" file="basesetuphook.cpp:237"> <![LOG[Environment scope "Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}" successfully created]LOG]!><time="11:21:12.280-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1316" file="environmentscope.cpp:251"> <![LOG[Environment scope "Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}" successfully created]LOG]!><time="11:21:12.280-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1316" file="environmentscope.cpp:251"> <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sccm_retail\sms\framework\smscrypt\windes.cpp,150)]LOG]!><time="11:21:12.390-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1316" file="windes.cpp:150"> <![LOG[sMS::Crypto::DES::DecryptBuffer( pbKey, nKeySize, pbEncryptedFile, cbFileLow, pbPlain, nPlainSize ), HRESULT=80090005 (e:\nts_sccm_retail\sms\framework\smscrypt\windes.cpp,576)]LOG]!><time="11:21:12.390-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1316" file="windes.cpp:576"> <![LOG[sMS::Crypto::DES::DecryptBufferFromFile( (BYTE*)sFileKey.c_str(), (DWORD)(sFileKey.size() * sizeof(WCHAR)), pszFilePath, pbDecryptedBuffer, cbDecryptedBuffer ), HRESULT=80090005 (e:\nts_sccm_retail\sms\framework\tscore\environmentlib.cpp,139)]LOG]!><time="11:21:12.390-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1316" file="environmentlib.cpp:139"> <![LOG[LoadFromFile(sEnvPath, shXml), HRESULT=80090005 (e:\nts_sccm_retail\sms\framework\tscore\environmentlib.cpp,738)]LOG]!><time="11:21:12.390-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1316" file="environmentlib.cpp:738"> <![LOG[Failed to load environment from C:\_SMSTaskSequence\TSEnv.dat (80090005)]LOG]!><time="11:21:12.390-630" date="10-17-2011" component="OSDSetupHook" context="" type="2" thread="1316" file="environmentlib.cpp:745"> <![LOG[sharedEnvironment.loadEnvironment( sTSEnvDataFile ), HRESULT=80090005 (e:\nts_sccm_retail\sms\client\osdeployment\osdgina\basesetuphook.cpp,251)]LOG]!><time="11:21:12.390-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1316" file="basesetuphook.cpp:251"> <![LOG[Failed to load the Task Sequencing Environment object from "C:\_SMSTaskSequence\TSEnv.dat". Code(0x80090005)]LOG]!><time="11:21:12.390-630" date="10-17-2011" component="OSDSetupHook" context="" type="3" thread="1316" file="basesetuphook.cpp:251"> <![LOG[LoadEnvironment( loadDir, bEnvLoaded ), HRESULT=80090005 (e:\nts_sccm_retail\sms\client\osdeployment\osdgina\basesetuphook.cpp,1288)]LOG]!><time="11:21:12.390-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1316" file="basesetuphook.cpp:1288"> <![LOG[uninstalling Setup Hook]LOG]!><time="11:21:12.390-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1316" file="basesetuphook.cpp:1427"> <![LOG[Removing setup hook from registry.]LOG]!><time="11:21:12.390-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1316" file="vistasetuphook.cpp:143"> <![LOG[successfully removed C:\Windows\system32\OSDGINA.DLL]LOG]!><time="11:21:12.390-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1316" file="basesetuphook.cpp:1183"> <![LOG[Could not delete the file C:\Windows\system32\OSDSETUPHOOK.EXE. Error code 5]LOG]!><time="11:21:12.390-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1316" file="utils.cpp:877"> <![LOG[Marking the file C:\Windows\system32\OSDSETUPHOOK.EXE for deletion on Reboot]LOG]!><time="11:21:12.390-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1316" file="utils.cpp:902"> <![LOG[successfully removed C:\Windows\system32\OSDSETUPHOOK.EXE]LOG]!><time="11:21:12.390-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1316" file="basesetuphook.cpp:1183"> <![LOG[successfully removed C:\Windows\system32\_SMSOSDSetup]LOG]!><time="11:21:12.390-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1316" file="basesetuphook.cpp:1220"> <![LOG[Finalizing logging from process 1324]LOG]!><time="11:21:12.390-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1316" file="tslogging.cpp:1742"> <![LOG[successfully finalized logs to SMS client log directory from C:\Windows\TEMP]LOG]!><time="11:21:12.452-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1316" file="tslogging.cpp:1542"> <![LOG[Cleaning up task sequencing logging configuration.]LOG]!><time="11:21:12.452-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1316" file="tslogging.cpp:584"> <![LOG[Cleaning up task sequence folder]LOG]!><time="11:21:12.452-630" date="10-17-2011" component="OSDSetupHook" context="" type="1" thread="1316" file="utils.cpp:1479"> <![LOG[this->run( bReboot ), HRESULT=80090005 (e:\nts_sccm_retail\sms\client\osdeployment\osdgina\vistasetuphook.cpp,222)]LOG]!><time="11:21:16.827-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1316" file="vistasetuphook.cpp:222"> <![LOG[pHook->execute(), HRESULT=80090005 (e:\nts_sccm_retail\sms\client\osdeployment\osdgina\osdsetuphook.cpp,291)]LOG]!><time="11:21:16.827-630" date="10-17-2011" component="OSDSetupHook" context="" type="0" thread="1316" file="osdsetuphook.cpp:291"> <![LOG[Failed to execute task sequence (0x80090005)]LOG]!><time="11:21:16.827-630" date="10-17-2011" component="OSDSetupHook" context="" type="3" thread="1316" file="osdsetuphook.cpp:291">
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.