Jump to content


Search the Community

Showing results for tags 'ts'.

  • 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

  1. Hi all, I'm new to SCCM (this is day 4), and I'm trying to get some laptops that are only connected with Wifi to run an OSD, including a domain join, all the way through. By having it cache the files locally, I've gotten pretty far. I used USMT to preserve a netsh wifi export xml file. Now, where I'm stuck is getting that xml imported as the first thing that happens after the first reboot, and I'm not sure how, because none of the steps in the TS are very descriptive in what all they are doing or when the reboot is happening. Now, I know I can make an image with the xml in there, and I can also do a join domain from setupcomplete with a powershell script. BUT... I'd like to do this in a way that is not image dependent, if possible, and using the SCCM domain join network setup function to keep my boss happy. So my question is, where do I put the netsh wlan add command in the series of steps, and also what is the best syntax for that command (I've seen 'command not found' in the ccm logs, but that may be due to being in winPE, not sure). Thanks
  2. Is it safe to chain an OS upgrade Task Sequence? For example, I've finally been able to upgrade Windows 7 Enterprise SP1 to Windows 10 Enterprise 1703, then once that upgrade is complete, I want it to immediately upgrade from 1703 - 1903. Will it work like this? Or do I need to create some sort of variable, etc. Thanks!
  3. So, I have a few custom groups in my task sequence that install applications based upon some WMI queries using a naming convention. But I am having some issues trying to get it working exactly. Here is what I am trying to do. I have two groups. Employee and Labs. The naming convention for employees is LIB-AU and for the Labs its LIB-AUXXXXX-XX where the X's represent numbers I have this particular "If" statement. Here is the query in question that I currently have for employee SELECT * FROM Win32_ComputerSystem WHERE Not Name LIKE 'LIB-AU%-%' Here is the query for the labs group. SELECT * FROM Win32_ComputerSystem WHERE Name LIKE 'LIB-AU%-%' The behavior that occurs is that everything under the employees group installs to a system if it has the name "LIB-AUXXXXX-XX" - I don't want this to happen. I only want it to run the steps if it meets the 'LIB-AUXXXXX' naming, but otherwise skip it. The query for the "labs" group works fine. Any suggestions?
  4. Hi all, I was trying to deploy a Task sequence, which I Copied from standard T.S. and made little change and trying to test it before using. This T.S. is to make BIOS system to UEFI system in boot (Dell system) and then install OS. But when I try to implement this its throwing an error code "0x80004005". I am pasting my SMSTS log file. Please help me. Log: please see the attachment.
  5. I am new to Task Sequence. I am working on a task Sequence to convert BIOS (Legacy) mode systems to UEFI mode systems (Dell Laptops)(SCCM with MDT) . Can some share a task sequence to do so or share your experience to do so. Actually my requirement is to add these steps for PXE OSD win 10 1607 task sequence.
  6. Hello everyone After 4 days fighting with Upgrade task sequence, I don't know what to do anymore As I can't use the custom Windows 10 image with OEM + Theme + Provisionned app removed in Upgrade task sequence I had to repeat the action within the Upgrade TS I used the Provisioning packages for Windows 10 way, generated a PPKG & tried : DISM /Online /Add-ProvisioningPackage /PackagePath:TOTO.ppkg DISM /Image:%OSDISK%\ /Add-ProvisioningPackage /PackagePath:TOTO.ppkg DISM.exe /Image=C:\ /Add-ProvisioningPackage /PackagePath:TOTO.ppkg none working So I tried the powershell way, executing my PS1 script from network share : powershell.exe -ExecutionPolicy Bypass -Command ".\removedefaultapps.ps1" echo "Uninstalling default apps" $apps = @( "Microsoft.3DBuilder" "Microsoft.Getstarted" "Microsoft.Messaging" "Microsoft.Microsoft3DViewer" "Microsoft.MicrosoftOfficeHub" "Microsoft.MicrosoftSolitaireCollection" "Microsoft.MicrosoftStickyNotes" "Microsoft.Office.OneNote" "microsoft.windowscommunicationsapps" "Microsoft.OneConnect" "Microsoft.People" "Microsoft.SkypeApp" "Microsoft.StorePurchaseApp" "Microsoft.WindowsFeedbackHub" "Microsoft.WindowsPhone" "Microsoft.WindowsStore" "microsoft.windowscommunicationsapps" "Microsoft.XboxApp" "Microsoft.XboxGameOverlay" "Microsoft.XboxIdentityProvider" "Microsoft.XboxSpeechToTextOverlay" "Microsoft.ZuneMusic" "Microsoft.ZuneVideo" ) foreach ($app in $apps) { echo "Trying to remove $app" Get-AppxPackage -Name $app -AllUsers | Remove-AppxPackage Get-AppXProvisionedPackage -Online | where DisplayName -EQ $app | Remove-AppxProvisionedPackage -Online } Doesn't work If I run them (script OR PPKG) AFTER the tasks sequence (once logged in inside the upgraded computer) then it's working fine ! Any idea ? Thanks Antoine
  7. So I have been on version 1702 for a few weeks now and at the start of this week, the deployments have been failing when the os is starting to be deployed. I have made no changes to the task. On Monday I was told that it failed to image a desktop. I looked at the logs and saw the 80070002 error looking more there are other errors none of them make any sense. I have double checked the Network access account nad redistributed the os package. I have even tried and built a new TS still the same results. Please help. I have attached the log file. smsts3.log Edit: I have looked at other issues like this and none of the suggestions have worked.
  8. Hi guys, I've the issue that all Install Application Steps in my Win7 x64 Tasksequence fail, but Install Package Actions run normaly. I get Error:80004005 Source:Unknown. We use SCCM 2012 SP1 with CU2 installed. It would be create and would rescue my holidays if someone could help me with this Problem. I've attached the smsts.log for more details. Thx, Lars log1.log
  9. Hi Everyone, I found a great link on TechNet regarding information on Prestaged TS. The author even provided a TS ZIP that I was able to import " ConfigMgr 2012 Task Sequence to apply Prestaged Media to multi-partitioned BIOS & UEFI PCs"The last successful action in the TS was to shutdown Win PE. From there when you boot the PC back up it fails at writing to the drive. I was wondering if someone else could recreate the issue I am seeing or provide a solution if got it work? Thanks in advance Apply Prestaged Media for BIOS and UEFI PCs - CM12.zip
  10. Hi all. I have one Active Directory Domain with 12 sites, one Primary Site SCCM 2012 (with 2 servers) and 11 secondary sites. I create TS with 2 package and 1 application. Deploy this TS on all DP (11 DP on secondary site). One of secondary site is fail (ver diedser). After deploy, such PC with status "Waiting for content" and don't run this TS. execmgr.log: Execution Request for advert CEN2014F package CEN00188 program * state change from WaitingContent to WaitingDependency execmgr 11.07.2016 16:05:27 5800 (0x16A8) Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="CEN00188",ProgramID="*", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 11.07.2016 16:05:27 5800 (0x16A8) Execution Request for advert CEN2014F package CEN00188 program * state change from WaitingDependency to WaitingContent execmgr 11.07.2016 16:05:27 5800 (0x16A8) Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="CEN00188",ProgramID="*", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 11.07.2016 16:05:27 5800 (0x16A8) Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="CEN00188",ProgramID="*", actionType 45l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 11.07.2016 16:05:27 5800 (0x16A8) Mandatory execution requested for program * and advertisement CEN2014F execmgr 11.07.2016 16:05:28 7004 (0x1B5C) Creating mandatory request for advert CEN2014F, program *, package CEN00188 execmgr 11.07.2016 16:05:28 7004 (0x1B5C) A duplicate execution request is found for program * execmgr 11.07.2016 16:05:29 7004 (0x1B5C) Policy is updated for Program: *, Package: CEN00188, Advert: CEN2014F execmgr 11.07.2016 16:06:47 5800 (0x16A8) Execution Request for advert CEN2014F package CEN00188 program * state change from WaitingContent to WaitingDependency execmgr 11.07.2016 16:06:47 5800 (0x16A8) Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="CEN00188",ProgramID="*", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 11.07.2016 16:06:47 5800 (0x16A8) Execution Request for advert CEN2014F package CEN00188 program * state change from WaitingDependency to WaitingContent execmgr 11.07.2016 16:06:47 5800 (0x16A8) Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="CEN00188",ProgramID="*", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 11.07.2016 16:06:47 5800 (0x16A8) Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="CEN00188",ProgramID="*", actionType 45l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 11.07.2016 16:06:47 5800 (0x16A8) cas.log: Download location found 0 - http://cm.domain.local/SMS_DP_SMSPKG$/CEN00187 ContentAccess 11.07.2016 8:52:48 5252 (0x1484) Download location found 1 - http://cm02.domain.local/SMS_DP_SMSPKG$/CEN00187 ContentAccess 11.07.2016 8:52:48 5252 (0x1484) Matching DP Location found 0 - http://cm.domain.local/SMS_DP_SMSPKG$/CEN00187 ContentAccess 11.07.2016 8:52:48 5252 (0x1484) Matching DP Location found 1 - http://cm02.domain.local/SMS_DP_SMSPKG$/CEN00187 ContentAccess 11.07.2016 8:52:48 5252 (0x1484) Location update from LS for content Content_1d8451b5-ad97-4911-b933-849e93dfbf2d.1 and location request {E838C684-83B1-4AE2-82BA-558436A3A415} ContentAccess 11.07.2016 9:52:47 2232 (0x08B8) No matching DP Location found ContentAccess 11.07.2016 9:52:47 2232 (0x08B8) Location update from LS for content Content_742581b7-b8cb-4a7c-b325-b7dca149fb80.1 and location request {620A0F04-426B-43A6-9F9C-77DF7B29B552} ContentAccess 11.07.2016 9:52:48 4208 (0x1070) No matching DP Location found ContentAccess 11.07.2016 9:52:48 4208 (0x1070) Location update from LS for content Content_9901ef14-f4cc-485d-8cd8-135b8e115d21.1 and location request {949C9F94-FBEC-47F4-84A5-3E4089DEFE05} ContentAccess 11.07.2016 9:52:48 4256 (0x10A0) No matching DP Location found ContentAccess 11.07.2016 9:52:48 4256 (0x10A0) Location update from LS for content CEN00187.7 and location request {51C5E5D4-B23D-41F4-B327-24F1EF36997D} ContentAccess 11.07.2016 9:52:48 2232 (0x08B8) Download location found 0 - http://cm.domain.local/SMS_DP_SMSPKG$/CEN00187 ContentAccess 11.07.2016 9:52:48 2232 (0x08B8) Download location found 1 - http://cm02.domain.local/SMS_DP_SMSPKG$/CEN00187 ContentAccess 11.07.2016 9:52:48 2232 (0x08B8) Matching DP Location found 0 - http://cm.domain.local/SMS_DP_SMSPKG$/CEN00187 ContentAccess 11.07.2016 9:52:48 2232 (0x08B8) Matching DP Location found 1 - http://cm02.domain.local/SMS_DP_SMSPKG$/CEN00187 ContentAccess 11.07.2016 9:52:48 2232 (0x08B8) Location update from LS for content CEN00187.7 and location request {B3410052-F8C1-498A-B581-43E98A54FCE0} ContentAccess 11.07.2016 9:52:48 2616 (0x0A38) Download location found 0 - http://cm02.domain.local/SMS_DP_SMSPKG$/CEN00187 ContentAccess 11.07.2016 9:52:49 2616 (0x0A38) Download location found 1 - http://cm.domain.local/SMS_DP_SMSPKG$/CEN00187 ContentAccess 11.07.2016 9:52:49 2616 (0x0A38) Matching DP Location found 0 - http://cm02.domain.local/SMS_DP_SMSPKG$/CEN00187 ContentAccess 11.07.2016 9:52:49 2616 (0x0A38) Matching DP Location found 1 - http://cm.domain.local/SMS_DP_SMSPKG$/CEN00187 ContentAccess 11.07.2016 9:52:49 2616 (0x0A38) Location update from LS for content Content_027bbe1e-c5cc-45d8-b051-c98e04c250f0.1 and location request {244410CB-73C6-48C9-A5E9-E061A73FCE00} ContentAccess 11.07.2016 9:52:49 4116 (0x1014) No matching DP Location found ContentAccess 11.07.2016 9:52:49 4116 (0x1014) WinPEBranchCacheShutdownTask task is starting... ContentAccess 11.07.2016 10:03:32 3660 (0x0E4C) TS Deployment properties Any help would be appreciated. Thank you in advance
  11. Hi all, I'm in the midst of learning the OSD process that's handled by SCCM. My task sequence is using the default steps in order to minimise confusion / issues. The problem I'm facing is that during the disk partitioning steps, the C: partition isn't being set as active, so when the TS steps through to deploying the OS, it cannot find an area to put it. The key areas of the log are pasted below, but I've attached the entire log just in case. Any guidance would be thoroughly appreciated. Thanks in advance. ==============================[ OSDDiskPart.exe ]============================== OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Command line: "osddiskpart.exe" OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL' OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Reading partition size info for partition 0 OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Remaining size before partition: 256052966400 OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) size units: SIZE_MB OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Set partition size: 367001600 OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Remaining size after partition 0: 255685964800 OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Set an environment variable for partitions 0-1 without drive letter OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Reading partition size info for partition 1 OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Remaining size before partition: 255685964800 OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) size units: SIZE_PERCENT OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) 100% size specified. OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Remaining size after partition 1: 0 OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Set an environment variable for partitions 0-2 with drive letter OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Checking volume 'C:' for BitLocker OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Volume 'C:' is on disk '0l' OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Volume 'C:' is fully decrypted OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Checking volume 'D:' for BitLocker OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Volume 'D:' is on disk '0l' OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Volume 'D:' is fully decrypted OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Checking volume 'X:' for BitLocker OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) S:\ ffffffff OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) R:\ ffffffff OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Q:\ ffffffff OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) P:\ ffffffff OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) O:\ ffffffff OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) N:\ ffffffff OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Diskpart: select disk 0 clean create partition Primary size=350 assign letter=S format quick fs=ntfs label="System Reserved" active create partition Primary assign rescan OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Executing diskpart script: select disk 0 clean create partition Primary size=350 assign letter=S format quick fs=ntfs label="System Reserved" active create partition Primary assign rescan OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Command line for extension .exe is "%1" %* OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Set command line: "X:\WINDOWS\system32\diskpart.exe" /s "X:\WINDOWS\TEMP\DiskPartScript.txt" OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Executing command line: "X:\WINDOWS\system32\diskpart.exe" /s "X:\WINDOWS\TEMP\DiskPartScript.txt" OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498) Process completed with exit code 0 OSDDiskPart 02/06/2016 10:56:30 1176 (0x0498) Formatting partitions OSDDiskPart 02/06/2016 10:56:30 1176 (0x0498) Partition: 1 Primary OSDDiskPart 02/06/2016 10:56:30 1176 (0x0498) Partition: 2 Primary OSDDiskPart 02/06/2016 10:56:30 1176 (0x0498) Adding logical drive: C: OSDDiskPart 02/06/2016 10:56:30 1176 (0x0498) Adding logical drive: S: OSDDiskPart 02/06/2016 10:56:30 1176 (0x0498) Skipping non-local logical drive: X: OSDDiskPart 02/06/2016 10:56:30 1176 (0x0498) Formatting drive C: with NTFS filesystem, method quick OSDDiskPart 02/06/2016 10:56:30 1176 (0x0498) Start executing the command line: OSDApplyOS.exe /image:PPD00099,%OSDImageIndex% /runfromnet:False TSManager 02/06/2016 10:56:36 1100 (0x044C) !--------------------------------------------------------------------------------------------! TSManager 02/06/2016 10:56:36 1100 (0x044C) Expand a string: WinPE TSManager 02/06/2016 10:56:36 1100 (0x044C) Executing command line: OSDApplyOS.exe /image:PPD00099,%OSDImageIndex% /runfromnet:False TSManager 02/06/2016 10:56:36 1100 (0x044C) Command line for extension .exe is "%1" %* ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) Set command line: "OSDApplyOS.exe" /image:PPD00099,1 /runfromnet:False ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) Found run from net option: 0 ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) Not a data image ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) ApplyOSRetry: ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) TSLaunchMode: PXE ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) OSDUseAlreadyDeployedImage: FALSE ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) 'C:\' not a removable drive ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) Searching for next available volume: ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) Volume S:\ size is 350MB and less than 750MB ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) Volume C:\ is a valid target. ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) Found volume C:\ ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) Windows target partition is 0-2, driver letter is C:\ ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) !sSystemPart.empty(), HRESULT=80004005 (e:\nts_sccm_release\sms\framework\tscore\diskvolume.cpp,130) ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) System partition not set ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) Unable to locate a bootable volume. Attempting to make C:\ bootable. ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) bBootDiskDefined == true, HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installcommon.cpp,690) ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) Unable to find the system disk ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) MakeVolumeBootable( pszVolume ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installcommon.cpp,772) ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) Failed to make volume C:\ bootable. Please ensure that you have set an active partition on the boot disk before installing the operating system. Unspecified error (Error: 80004005; Source: Windows) ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) ConfigureBootVolume(targetVolume), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\applyos\applyos.cpp,499) ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC) Process completed with exit code 2147500037 TSManager 02/06/2016 10:56:37 1100 (0x044C) !--------------------------------------------------------------------------------------------! TSManager 02/06/2016 10:56:37 1100 (0x044C) Failed to run the action: Apply Operating System. Unspecified error (Error: 80004005; Source: Windows) TSManager 02/06/2016 10:56:37 1100 (0x044C) smsts7.log
  12. Hi, if you are using UDI wizard to deploy your OS and If you want to have drivers installed for same laptop/machine but different OS you need to add a condition for both packages: 1. First you configure the operating systems in UDI wizard, then their name (Image Name, NOT display Name!) is what counts. 2. Then you implement OS into UDI task sequence, and for that to work you also use OSDImageName variable. For example Windows 7 x64 Enterprise you Add condition->TS variable->OSDImageName equals "Windows 7 x64 Enterprise", I got that name from UDI wizard. For Windows 8 x64 the same, just make another step including Install Operating system Windows 8 and change the variable according to the name. 3. Then create install driver steps both for different OS and also add the condition like bellow: You have to specify both conditions in order to work, otherwise it will install both driver packages. Thanks,
  13. Hi All, I am quite new to SCCM, but I'm slowing getting to grips with it. I am just wondering if there is way to add a PC to a collection and it then rebuild automatically. So far i have created a collection and deployed a TS to it as required. But i still have to PXE boot the PC for it to rebuild. IS there a way where it will PXE boot itself? For example if i open software store and tell it to re install the OS, it knows to PXE and start up in PE. Thanks, Craig.
  14. I've been beating my head against the wall with this problem. I'd appreciate any suggestions on how to further troubleshoot it. Let me know if you need further information. We have a couple task sequences for deploying Win7 Ent and Win7 pro to a variety of machines in our offices, and adding a couple of applications. These have been working fine, and continue to work fine with all machines except for some Lenovo Z570 laptops, which to my mind rules out any cert issues, as has been suggested by some posts I've found with similar problems and log entries. Parsing through SMSTS.log files with CMtrace.exe has given me some errors to look into online, but nothing I've found has been able to resolve the problem. It seems like the issue is with the OSDGina and Task Sequencing Environment from the logs. I believe the problem to be a driver install that is needed to be added, but can't be sure. Our task sequence is pretty basic. In the apply windows Settings, the local admin account is enabled, and password set. This was my first clue that the TS wasn't working as I was unable to login to the laptop after completion using it, instead getting a message about the account being disabled. Later, during Apply Network settings, the computer is set to join the domain, which it does successfully. I'm unable to successfully use the WMI query to install specific driver package a created, as the Model name query I'm using is reported as false. (I've tried a variety of model names, but think it's an issue with how Lenovo enters their info, or the fact that this is a refurbed machine, and may not have had that data entered correctly when repaired. I've also tried using the driver package query as Manufacturer like Lenovo, but that hasn't worked either. I've tried with a couple different task sequences, with and without wmi called specific driver package installations, and all are failing. Attached is a SMSTS.log file from the basic win7 pro TS with no driver package wmi call. and below is the end section . ==============================[ OSDSetupHook.exe ]============================== OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) Logging successfully initialized to C:\_SMSTaskSequence\Logs OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) Executing task sequence OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) Loading the Task Sequencing Environment from "C:\_SMSTaskSequence\TSEnv.dat". OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00' OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) Environment scope successfully created: Global\{51A016B6-F0DE-4752-B97C-54E6F386A912} OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00420041003300410033003900300030002D0043004100360044002D0034006100630031002D0038004300320038002D003500300037003300410046004300320032004200300033007D00' OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) Environment scope successfully created: Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03} OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\smscrypt\windes.cpp,165) OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) SMS::Crypto::DES::DecryptBuffer( pbKey, nKeySize, pbEncryptedFile, cbFileLow, pbPlain, nPlainSize ), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\smscrypt\windes.cpp,591) OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) SMS::Crypto::DES::DecryptBufferFromFile( (BYTE*)sFileKey.c_str(), (DWORD)(sFileKey.size() * sizeof(WCHAR)), pszFilePath, pbDecryptedBuffer, cbDecryptedBuffer ), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,151) OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) LoadFromFile(sEnvPath, shXml), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,750) OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) Failed to load environment from C:\_SMSTaskSequence\TSEnv.dat (80090005) OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) SharedEnvironment.loadEnvironment( sTSEnvDataFile ), HRESULT=80090005 (e:\nts_sccm_release\sms\client\osdeployment\osdgina\basesetuphook.cpp,380) OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) Failed to load the Task Sequencing Environment object from "C:\_SMSTaskSequence\TSEnv.dat". Code(0x80090005) OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) LoadEnvironment( loadDir, bEnvLoaded ), HRESULT=80090005 (e:\nts_sccm_release\sms\client\osdeployment\osdgina\basesetuphook.cpp,1417) OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) Uninstalling Setup Hook OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) Removing setup hook from registry. OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) Successfully removed C:\WINDOWS\system32\OSDGINA.DLL OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) Could not delete the file C:\WINDOWS\system32\OSDSETUPHOOK.EXE. Error code 5 OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) Marking the file C:\WINDOWS\system32\OSDSETUPHOOK.EXE for deletion on Reboot OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) Successfully removed C:\WINDOWS\system32\OSDSETUPHOOK.EXE OSDSetupHook 3/3/2015 5:05:05 PM 2408 (0x0968) Successfully removed C:\WINDOWS\system32\_SMSOSDSetup OSDSetupHook 3/3/2015 5:05:06 PM 2408 (0x0968) ::RegOpenKeyExW (HKEY_LOCAL_MACHINE, c_szSMSTSKey, 0, KEY_READ, &hSubKey), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\utils.cpp,258) OSDSetupHook 3/3/2015 5:05:06 PM 2408 (0x0968) RegOpenKeyExW failed for Software\Microsoft\SMS\Task Sequence OSDSetupHook 3/3/2015 5:05:06 PM 2408 (0x0968) GetTsRegValue() failed. 0x80070002. OSDSetupHook 3/3/2015 5:05:06 PM 2408 (0x0968) End program: OSDSetupHook 3/3/2015 5:05:06 PM 2408 (0x0968) Finalizing logging from process 2404 OSDSetupHook 3/3/2015 5:05:06 PM 2408 (0x0968) Successfully finalized logs to SMS client log directory from C:\WINDOWS\TEMP OSDSetupHook 3/3/2015 5:05:06 PM 2408 (0x0968) Cleaning up task sequencing logging configuration. OSDSetupHook 3/3/2015 5:05:06 PM 2408 (0x0968) Cleaning up task sequence folder OSDSetupHook 3/3/2015 5:05:06 PM 2408 (0x0968) Deleting volume ID file C:\_SMSTSVolumeID.7159644d-f741-45d5-ab29-0ad8aa4771ca ... OSDSetupHook 3/3/2015 5:05:11 PM 2408 (0x0968) this->run( bReboot ), HRESULT=80090005 (e:\nts_sccm_release\sms\client\osdeployment\osdgina\vistasetuphook.cpp,222) OSDSetupHook 3/3/2015 5:05:11 PM 2408 (0x0968) pHook->execute(), HRESULT=80090005 (e:\nts_sccm_release\sms\client\osdeployment\osdgina\osdsetuphook.cpp,284) OSDSetupHook 3/3/2015 5:05:11 PM 2408 (0x0968) Failed to execute task sequence (0x80090005) OSDSetupHook 3/3/2015 5:05:11 PM 2408 (0x0968) smsts.log
  15. Hello All Been a many time reader of these great forums but first time asking for help. I have an issue with trying to run a task sequence. I have created a new wim through CM and originally I put down one of our servers as the save point for it. When I built the TS I selected this file as the windows image but when I ran the TS it failed at this point saying it couldn't find the file "a package referenced by the task sequence could not be found". I moved the wim to the SCCM local server as the distmgr.log said it couldn't find the file/or didn't have access rights to it. Again I got the same failure (I know it is this wim that's the problem because I swapped it for another wim in the same TS and it started loading fine). I have had a look at distmgr.log and these are, I think, the salient points: Taking package snapshot for package WS100166 from source \\whitgift-nas6\Software\SCCM 2012\Images\BaseImage.wim $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:00:18.966+00><thread=8292 (0x2064)> Failed to find space for 15325096512 bytes. $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:00:18.990+00><thread=8292 (0x2064)> CFileLibrary::FindAvailableLibraryPath failed; 0x8007050f $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:00:18.991+00><thread=8292 (0x2064)> CFileLibrary::AddFile failed; 0x8007050f $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:00:18.991+00><thread=8292 (0x2064)> CContentDefinition::AddFile failed; 0x8007050f $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:00:18.992+00><thread=8292 (0x2064)> Failed to add the file. Please check if this file exists. $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:00:18.992+00><thread=8292 (0x2064)> SnapshotPackage() failed. Error = 0x8007050F $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:00:18.995+00><thread=8292 (0x2064)> STATMSG: ID=2361 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=Whitgift-SCCM1.Whitgift.co.uk SITE=WS1 PID=8220 TID=8292 GMTDATE=Thu Nov 13 11:00:18.996 2014 ISTR0="\\whitgift-nas6\Software\SCCM 2012\Images\BaseImage.wim" ISTR1="Base Image" ISTR2="WS100166" ISTR3="30" ISTR4="98" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="WS100166" $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:00:18.996+00><thread=8292 (0x2064)> ~CDistributionSrcSQL::UpdateAvailableVersion PackageID=WS100166, Version=2, Status=2302 $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:00:18.998+00><thread=8292 (0x2064)> STATMSG: ID=2302 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=Whitgift-SCCM1.Whitgift.co.uk SITE=WS1 PID=8220 TID=8292 GMTDATE=Thu Nov 13 11:00:19.022 2014 ISTR0="Base Image" ISTR1="WS100166" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="WS100166" $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:00:19.022+00><thread=8292 (0x2064)> ~Failed to process package WS100166 after 2 retries, will retry 98 more times $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:00:19.025+00><thread=8292 (0x2064)> ~Exiting package processing thread. $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:00:19.028+00><thread=8292 (0x2064)> ~Used 0 out of 3 allowed processing threads. $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:00:24.053+00><thread=8596 (0x2194)> ~Sleep 537 seconds... $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:00:24.055+00><thread=8596 (0x2194)> ~Used 0 out of 3 allowed processing threads. $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.098+00><thread=8596 (0x2194)> ~Starting package processing thread, thread ID = 0x1228 (4648) $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.598+00><thread=8596 (0x2194)> ~Sleep 1283 seconds... $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.603+00><thread=8596 (0x2194)> STATMSG: ID=2304 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=Whitgift-SCCM1.Whitgift.co.uk SITE=WS1 PID=8220 TID=4648 GMTDATE=Thu Nov 13 11:09:26.613 2014 ISTR0="WS10019F" ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="WS10019F" $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.613+00><thread=4648 (0x1228)> ~Retrying package WS10019F $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.614+00><thread=4648 (0x1228)> Start adding package WS10019F... $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.615+00><thread=4648 (0x1228)> ~The Package Action is 2, the Update Mask is 268435456 and UpdateMaskEx is 0. $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.615+00><thread=4648 (0x1228)> ~CDistributionSrcSQL::UpdateAvailableVersion PackageID=WS10019F, Version=1, Status=2300 $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.615+00><thread=4648 (0x1228)> Taking package snapshot for package WS10019F from source \\whitgift-sccm1\SMS_WS1\wim\NewImage71e.wim $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.638+00><thread=4648 (0x1228)> Failed to find space for 26334815828 bytes. $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.661+00><thread=4648 (0x1228)> CFileLibrary::FindAvailableLibraryPath failed; 0x8007050f $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.662+00><thread=4648 (0x1228)> CFileLibrary::AddFile failed; 0x8007050f $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.663+00><thread=4648 (0x1228)> CContentDefinition::AddFile failed; 0x8007050f $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.664+00><thread=4648 (0x1228)> Failed to add the file. Please check if this file exists. $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.665+00><thread=4648 (0x1228)> SnapshotPackage() failed. Error = 0x8007050F $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.669+00><thread=4648 (0x1228)> STATMSG: ID=2361 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=Whitgift-SCCM1.Whitgift.co.uk SITE=WS1 PID=8220 TID=4648 GMTDATE=Thu Nov 13 11:09:26.670 2014 ISTR0="\\whitgift-sccm1\SMS_WS1\wim\NewImage71e.wim" ISTR1="NewImage71e" ISTR2="WS10019F" ISTR3="30" ISTR4="96" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="WS10019F" $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.670+00><thread=4648 (0x1228)> ~Failed to take snapshot of package WS10019F $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.674+00><thread=4648 (0x1228)> ~CDistributionSrcSQL::UpdateAvailableVersion PackageID=WS10019F, Version=1, Status=2302 $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.675+00><thread=4648 (0x1228)> STATMSG: ID=2302 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=Whitgift-SCCM1.Whitgift.co.uk SITE=WS1 PID=8220 TID=4648 GMTDATE=Thu Nov 13 11:09:26.693 2014 ISTR0="NewImage71e" ISTR1="WS10019F" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="WS10019F" $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.693+00><thread=4648 (0x1228)> ~Failed to process package WS10019F after 4 retries, will retry 96 more times $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.696+00><thread=4648 (0x1228)> ~Exiting package processing thread. $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:26.697+00><thread=4648 (0x1228)> ~Used 0 out of 3 allowed processing threads. $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:31.730+00><thread=8596 (0x2194)> ~Sleep 1278 seconds... $$<SMS_DISTRIBUTION_MANAGER><11-13-2014 11:09:31.733+00><thread=8596 (0x2194)> I have been on this for 2 days now and it is a real mystery as I have done lots of TS and wims recently and never had this problem before. Any help would be appreciated
  16. Hello, Would anybody be able to assist me with instructions on how I can distribute a folder to "Users, Public, Public Desktop" I would like to add this to a functional existing task sequence, but I'm lacking the knowledge to do so. Any assistance from the users of this awesome forum would be GREATLY appreciated.
  17. Just started having an issue when attempting to PXE into configmgr console for OSD. My machines will pxe to server, load boot image, load WinPE, prepare windows, load nic adapter, hang at 2012 SCCM splash scrren for about 20 seconds, then reboot. Would anybody happen to have a resolution to this issues we are seeing? I have redistibuted/updated distribution points in terms of content including boot images. This just started since i've moved and isolated this pxe service point to a new vlan. Thanks
  18. Hello, i've had some success deploying WIndows 7 / 8.1 with bitlocker pre-provisioning. However today i've tried to bitlocker a Dell Latitude E6540 laptop and noticed the bitlocker pre provisioning step taking very long. After the wim file and the drivers are applied the disk is only encrypted to 8 % or so. After the setup configuration manager reboot the enable bitlocker ts step fails because the encryption is not completed. I've seen this behavior on older models (eg. Optiplex 960) but i would not have expected this to happen on new hardware. Has anyone experienced something similar ? I'm using: SCCM 2012 R2 on Windows Server 2008 R2 Windows ADK 8.1 Boot Images with MDT Integration (64-Bit) Models i've successfully bitlockered so far: Dell Venue Pro 11 7130 Dell Latitude E7440 Dell Latitude E6520 At first i was suspecting missing cpu features, however it might also be larger and slower disks. On working models the disk is already encrypted when maybe 10 % of the wim file is downloaded. It looks like the encryption initially (after the pre provsion step) does not complete fast enough and when the download starts the system does not keep up downloading, applying and encrypting. If i pause the the task sequence before the first reboot the encryption completes and the task sequence completes successfully.
  19. Hello all the experts out there. I have recently upgraded SCCM 2012 R2 and am now experiencing and issue with my task sequences not completing correctly. They all (Build, deploy, win7 and win8) get to the point where they install the client and then reboot straight into windows without installing updates or applications. Things I have checked: Boot image version is: 6.3.9600.16384 TS uses correct boot image TS is Newly created CM TS not MDT TS Network Account password I am using ADK 8.1 and MDT 2013 The smsts.log file has the strange error "Failed to get password, Failed to resume task sequence (0x80070057)" as seen in the attached. I am also sometimes getting this error as well "failed to register task sequence with the newly installed client" It also does not remove the _SMSTaskSequence folder created on C:\ Please help as this is driving me crazy Thanks in advance, Jason
  20. Let me start by saying Thank you! for writing such awesome tutorials - you guys rock! I have somewhat of a unique (at least I think it's unique) situation. I have several remote sites that all have their own local ISPs - these sites are not networked to the point of being able to access the CAS directly. We are using Win 7 Enterprise so we can take advantage of MS DirectAccess and/or a 3rd party zero touch VPN client. My trouble(s) are this: I need to upgrade some Windows XP SP3 machines that reside in these 'independent' sites to Windows 7 Enterprise. I have created a TS on Standalone DVD Media which, in testing, works great with one exception: I can not seem to migrate the TCP/IP info from target machine into the newly imaged Win7Ent build. Each machine has a static IP address that must be reapplied in order for internet access to function. Per a company security policy, these sites do not have DHCP working locally. In my testing, I have not been successful in migrating the static TCP/IP values. In my TS, I have the enabled the setting under Capture File and Settings> Capture Network Settings > Migrate network adapter configuration... not sure why its not reapplying the configuration? I read in TechNet that if this is enabled, it should overwrite the step "Apply Network Settings" > "windows will configure network adapters to use DHCP by default..." sidenote: I also have the TS trying to migrate computername which is also not working as I believe it should. While this is not terribley important, it would save me some extra time when I have our helpdesk come back around and touch the machines to reinstall some peripherals which our locations must use.
  21. We are currently running SCCM 2012 R2 on a Windows Server 2012 environment. We deploy Windows 8.1 - 64 bits through a task sequence. Our question is, is it possible to deploy a Wireless profile through a script/package during the OSD task sequence? I've fiddled around with a script using NETSH, and manually i'm able to import / export a profile. However, this only works in the current user context. Unfortunately you cannot use 'user context' driven packages in a task sequence. Is there another method? Thanks in advance.
  22. Hi, I have a really odd problem that I’ve never seen before when deploying an OSD TS to an HP ProBook 6560b. I’m deploying Windows 7 Enterprise 64bit using Confg Manager 2012 SP1. I have the latest driver pack for this model from HP (sp61783.exe), and the correct driver pack is selected in the TS using a WMI query. The driver package is installed OK, however the wrong NIC driver is installed. The NIC is an Intel 82579V (PCI\VEN_8086&DEV_1503), however the driver for the 82579LM (PCI\VEN_8086&DEV_1502) gets installed. Checking the setupapi.dev.log I can see that in the first boot session (i.e. after SCCM has copied the drivers to the driverstore and the laptop reboots to install the drivers) the hardware is detected as DEV_1502. The 82579LM driver is selected and installed, however the device fails to start. After the next reboot in the TS the setupapi.dev.log shows that it has detected DEV_1503 and the 82579V driver is installed and the device starts. Things I’ve tested so far: A driver package with only the NIC driver in case another driver was causing the issue. Installing no drivers at all – the device is still detected as the 82579LM. Creating a new driver package. Several different versions of the driver including the latest from Intel rather than HP. A different install.wim (the original just has IE9 slipstreamed, but I get the same result from the install.wim from the Win7 ISO). Running the TS using standalone media. A couple of interesting things: It’s not a hardware problem as it build correctly in our SCCM 2007 environment – using the same drivers. The same TS works correctly on a ProBook 6570b and this has the same 82579V NIC. If I install manually using the Windows 7 DVD the device is detected correctly as the 82579V. Any help VERY much appreciated! first_boot_dev_1502.txt second_boot_dev_1503.txt
  23. Hi, I found that KB2821895 was breaking my TS (B&C and Deployment) What happened is a reboot that apparently could not be supressed and it kept on breaking my tasksequence. Updates install, TS reboots, starts task update again -> during that proces again a reboot -> patch is applied, but TS is unable to resume and exits. Anyone had similar experience and found a sollution? except removing the patch from updates that are deployed? Thx
  24. Hey guys! I'm new here but I really enjoyed reading on this forum about troubleshooting and found many awesome guides here. Now my first post. Didn't find anything within at least 20 hours of troubleshooting and googling without a single result. My Lab Setup: Server 2012 Hyper-V Host - Server 2012 with SCCM 2012 Standalone Primary Site Server (SCCM 2012 SP1 CU2) - Server 2012 with SQL Server 2012 SP1 - Server 2012 as Domain Controller, DHCP Server, DNS Server etc. Installed roles on the SCCM: - Application Catalog web service point - Application Catalog website point - Component server - Distribution point - Endpoint Protection point - Management point - Site server - Site system - Sofware update point - State migration point I created a build and capture TS according to this post: http://www.windows-noob.com/forums/index.php?/topic/6353-using-system-center-2012-configuration-manager-part-7-build-and-capture-windows-7-x64-sp1/ The virtual client boots into PXE and I get to the list of the task sequences. After selecting one of it, it says checking dependencies, etc. and after about 20 seconds I get the error screen attached. I also attached the client's smsts log. The Task sequences were created with the new PXE images and with SP1. CU2 was installed after. The server is configured to use HTTP. Any help and/or suggestions would be appreciated Greetings from Germany Rene smsts.log
  25. Please help. The error I am receiving is "the task sequence cannot be run because the program files cannot be located on a distribution point" I know there has been other topics concerning this issue. But I've tried a lot of those suggestions. I am booting a virtual machine with an iso instead of PXE booting. I am still in the testing phases of this (obviously). The ID it is pointing to is the configuration manager upgrade. However with that said If I were to delete the current package, rebuild it, distribute and deploy it, the next time I try to run the TS it will point to a different package ID. Say the boot package. Repeating the procedure only keeps changing the package. It is like it just keeps going in a package round robin. I have since added my distribution point to a distribution point group. Nothing. I have verified that my domain is correct in my boundary group. I have verified permissions for a user to copy the files to the distribution group. I am just at a loss. If anyone can give me some direction I would appreciate it. We are running SCCM 2012 sp1 . I attached a log file and a screen capture of the actual errorsmsts.log Thanks all!!! <![LOG[LOGGING: Finalize process ID set to 828]LOG]!><time="09:51:09.874+480" date="04-05-2013" component="TSBootShell" context="" type="1" thread="832" file="tslogging.cpp:1495"> <![LOG[==============================[ TSBootShell.exe ]==============================]LOG]!><time="09:51:09.874+480" date="04-05-2013" component="TSBootShell" context="" type="1" thread="832" file="bootshell.cpp:1052"> <![LOG[succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="09:51:09.874+480" date="04-05-2013" component="TSBootShell" context="" type="1" thread="832" file="util.cpp:963"> <![LOG[Debug shell is enabled]LOG]!><time="09:51:09.874+480" date="04-05-2013" component="TSBootShell" context="" type="1" thread="832" file="bootshell.cpp:1063"> <![LOG[Waiting for PNP initialization...]LOG]!><time="09:51:10.077+480" date="04-05-2013" component="TSBootShell" context="" type="1" thread="856" file="bootshell.cpp:60"> <![LOG[RAM Disk Boot Path: MULTI(0)DISK(0)CDROM(0)\SOURCES\BOOT.WIM]LOG]!><time="09:51:10.077+480" date="04-05-2013" component="TSBootShell" context="" type="1" thread="856" file="configpath.cpp:186"> <![LOG[booted from removable media]LOG]!><time="09:51:10.077+480" date="04-05-2013" component="TSBootShell" context="" type="1" thread="856" file="configpath.cpp:190"> <![LOG[Checking for "D:\SOURCES\BOOT.WIM"]LOG]!><time="09:51:10.077+480" date="04-05-2013" component="TSBootShell" context="" type="0" thread="856" file="configpath.cpp:107"> <![LOG[Found D:\SOURCES\BOOT.WIM]LOG]!><time="09:51:10.436+480" date="04-05-2013" component="TSBootShell" context="" type="0" thread="856" file="configpath.cpp:116"> <![LOG[Remoable media path: D:\SOURCES\BOOT.WIM]LOG]!><time="09:51:10.436+480" date="04-05-2013" component="TSBootShell" context="" type="1" thread="856" file="configpath.cpp:192"> <![LOG[Found config path D:\]LOG]!><time="09:51:10.436+480" date="04-05-2013" component="TSBootShell" context="" type="1" thread="856" file="bootshell.cpp:545"> <![LOG[booting from removable media, not restoring bootloaders on hard drive]LOG]!><time="09:51:10.436+480" date="04-05-2013" component="TSBootShell" context="" type="1" thread="856" file="bootshell.cpp:579"> <![LOG[D:\WinPE does not exist.]LOG]!><time="09:51:10.436+480" date="04-05-2013" component="TSBootShell" context="" type="1" thread="856" file="bootshell.cpp:596"> <![LOG[D:\_SmsTsWinPE\WinPE does not exist.]LOG]!><time="09:51:10.436+480" date="04-05-2013" component="TSBootShell" context="" type="1" thread="856" file="bootshell.cpp:610"> <![LOG[Executing command line: wpeinit.exe -winpe]LOG]!><time="09:51:11.575+480" date="04-05-2013" component="TSBootShell" context="" type="1" thread="856" file="bootshell.cpp:857"> <![LOG[The command completed successfully.]LOG]!><time="09:51:16.021+480" date="04-05-2013" component="TSBootShell" context="" type="1" thread="856" file="bootshell.cpp:939"> <![LOG[starting DNS client service.]LOG]!><time="09:51:16.021+480" date="04-05-2013" component="TSBootShell" context="" type="1" thread="856" file="bootshell.cpp:663"> <![LOG[Executing command line: X:\sms\bin\x64\TsmBootstrap.exe /env:WinPE /configpath:D:\]LOG]!><time="09:51:16.552+480" date="04-05-2013" component="TSBootShell" context="" type="1" thread="856" file="bootshell.cpp:857"> <![LOG[The command completed successfully.]LOG]!><time="09:51:16.552+480" date="04-05-2013" component="TSBootShell" context="" type="1" thread="856" file="bootshell.cpp:939"> <![LOG[==============================[ TSMBootStrap.exe ]==============================]LOG]!><time="09:51:16.629+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1100" file="tsmbootstrap.cpp:1129"> <![LOG[Command line: X:\sms\bin\x64\TsmBootstrap.exe /env:WinPE /configpath:D:\]LOG]!><time="09:51:16.629+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1100" file="tsmbootstrap.cpp:1130"> <![LOG[succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="09:51:16.629+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1100" file="util.cpp:963"> <![LOG[succeeded loading resource DLL 'X:\sms\bin\x64\TSRESNLC.DLL']LOG]!><time="09:51:16.629+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1100" file="resourceutils.cpp:169"> <![LOG[Adding SMS bin folder "X:\sms\bin\x64" to the system environment PATH]LOG]!><time="09:51:16.645+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1100" file="tsmbootstrap.cpp:963"> <![LOG[Failed to open PXE registry key. Not a PXE boot.]LOG]!><time="09:51:16.645+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1100" file="tsmbootstrap.cpp:844"> <![LOG[Media Root = D:\]LOG]!><time="09:51:16.645+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1100" file="tsmbootstrap.cpp:1000"> <![LOG[Dynamicallly found media is launched in WinPE from CD/DVD']LOG]!><time="09:51:16.645+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1100" file="tsmbootstrap.cpp:1008"> <![LOG[Executing from Media in WinPE]LOG]!><time="09:51:16.645+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1100" file="tsmbootstrap.cpp:1041"> <![LOG[Verifying Media Layout.]LOG]!><time="09:51:17.440+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1100" file="tsmediawizardcontrol.cpp:1581"> <![LOG[MediaType = BootMedia]LOG]!><time="09:51:17.799+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1100" file="tsmediawizardcontrol.cpp:2565"> <![LOG[PasswordRequired = false]LOG]!><time="09:51:17.892+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1100" file="tsmediawizardcontrol.cpp:2591"> <![LOG[Found network adapter "Intel® PRO/1000 MT Network Connection" with IP Address 192.168.70.99.]LOG]!><time="09:51:17.909+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1100" file="tsmbootstraputil.cpp:474"> <![LOG[Running Wizard in Interactive mode]LOG]!><time="09:51:17.909+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1100" file="tsmediawizardcontrol.cpp:2766"> <![LOG[Loading Media Variables from "D:\sms\data\variables.dat"]LOG]!><time="09:51:17.971+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1100" file="tsremovablemedia.cpp:322"> <![LOG[no password for vars file]LOG]!><time="09:51:18.049+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1100" file="tsmediawizardcontrol.cpp:247"> <![LOG[Activating Welcome Page.]LOG]!><time="09:51:18.049+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1100" file="tsmediawelcomepage.cpp:131"> <![LOG[Loading bitmap]LOG]!><time="09:51:18.064+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1100" file="tsmbootstrap.cpp:1228"> <![LOG[WelcomePage::OnWizardNext()]LOG]!><time="09:51:22.589+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1100" file="tsmediawelcomepage.cpp:340"> <![LOG[Loading Media Variables from "D:\sms\data\variables.dat"]LOG]!><time="09:51:22.589+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1100" file="tsremovablemedia.cpp:322"> <![LOG[no password for vars file]LOG]!><time="09:51:22.604+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1100" file="tsmediawizardcontrol.cpp:247"> <![LOG[spawned thread 1112 to download policy.]LOG]!><time="09:51:22.604+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1100" file="tsmediawelcomepage.cpp:405"> <![LOG[Entering TSMediaWizardControl::GetPolicy.]LOG]!><time="09:51:22.604+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tsmediawizardcontrol.cpp:527"> <![LOG[Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00']LOG]!><time="09:51:22.604+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="environmentscope.cpp:284"> <![LOG[Environment scope successfully created: Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}]LOG]!><time="09:51:22.604+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="environmentscope.cpp:659"> <![LOG[Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00420041003300410033003900300030002D0043004100360044002D0034006100630031002D0038004300320038002D003500300037003300410046004300320032004200300033007D00']LOG]!><time="09:51:22.604+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="environmentscope.cpp:284"> <![LOG[Environment scope successfully created: Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}]LOG]!><time="09:51:22.604+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="environmentscope.cpp:659"> <![LOG[setting LogMaxSize to 1000000]LOG]!><time="09:51:22.604+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:555"> <![LOG[setting LogMaxHistory to 1]LOG]!><time="09:51:22.604+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:556"> <![LOG[setting LogLevel to 0]LOG]!><time="09:51:22.604+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:557"> <![LOG[setting LogEnabled to 1]LOG]!><time="09:51:22.604+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:558"> <![LOG[setting LogDebug to 1]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:559"> <![LOG[uEFI: false]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:569"> <![LOG[Loading variables from the Task Sequencing Removable Media.]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:584"> <![LOG[Loading Media Variables from "D:\sms\data\variables.dat"]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsremovablemedia.cpp:322"> <![LOG[succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="util.cpp:963"> <![LOG[setting SMSTSMP TS environment variable]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSMediaGuid TS environment variable]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSBootMediaPackageID TS environment variable]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSBootMediaSourceVersion TS environment variable]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSBrandingTitle TS environment variable]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSCertSelection TS environment variable]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSCertStoreName TS environment variable]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSDiskLabel1 TS environment variable]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSHTTPPort TS environment variable]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSHTTPSPort TS environment variable]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSIISSSLState TS environment variable]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSMediaPFX TS environment variable]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSMediaSetID TS environment variable]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSMediaType TS environment variable]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSPublicRootKey TS environment variable]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSRootCACerts TS environment variable]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSSiteCode TS environment variable]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSSiteSigningCertificate TS environment variable]LOG]!><time="09:51:22.619+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSSupportUnknownMachines TS environment variable]LOG]!><time="09:51:22.635+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSTimezone TS environment variable]LOG]!><time="09:51:22.635+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSUseFirstCert TS environment variable]LOG]!><time="09:51:22.635+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSx64UnknownMachineGUID TS environment variable]LOG]!><time="09:51:22.635+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[setting _SMSTSx86UnknownMachineGUID TS environment variable]LOG]!><time="09:51:22.635+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:604"> <![LOG[Root CA Public Certs=]LOG]!><time="09:51:22.635+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:615"> <![LOG[Missing root CA environment variable from variables file]LOG]!><time="09:51:22.635+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:621"> <![LOG[support Unknown Machines: 1]LOG]!><time="09:51:22.635+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:632"> <![LOG[Custom hook from X:\\TSConfig.INI is ]LOG]!><time="09:51:22.635+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:675"> <![LOG[No hook is found to be executed before downloading policy]LOG]!><time="09:51:22.635+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:699"> <![LOG[Authenticator from the environment is empty.]LOG]!><time="09:51:22.650+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:838"> <![LOG[Need to create Authenticator Info using PFX]LOG]!><time="09:51:22.650+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:850"> <![LOG[initialized CStringStream object with string: 0804E599-9E75-4217-94FB-C0B082259278;2013-04-05T17:51:22Z.]LOG]!><time="09:51:22.682+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="stringstream.cpp:101"> <![LOG[set media certificate in transport]LOG]!><time="09:51:22.682+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:9418"> <![LOG[set authenticator in transport]LOG]!><time="09:51:22.682+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:7751"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: PGHSYSCENTER1.rangeresources.local:80 GET /SMS_MP/.sms_aut?MPKEYINFORMATIONMEDIA]LOG]!><time="09:51:22.697+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:8621"> <![LOG[Request was succesful.]LOG]!><time="09:51:22.728+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:8956"> <![LOG[Default CSP is Microsoft Enhanced RSA and AES Cryptographic Provider]LOG]!><time="09:51:22.728+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libcrypt.cpp:1904"> <![LOG[Default CSP Type is 24]LOG]!><time="09:51:22.728+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libcrypt.cpp:1905"> <![LOG[New settings:]LOG]!><time="09:51:22.728+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:925"> <![LOG[ site=PGH,PGH, MP=http://PGHSYSCENTER1.rangeresources.local, ports: http=80,https=443]LOG]!><time="09:51:22.728+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:927"> <![LOG[ certificates are received from MP.]LOG]!><time="09:51:22.728+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:931"> <![LOG[unknown machine GUIDs: f46f7124-397d-48ce-88e6-a31c4bbb55e5 25564a7a-3de8-41bb-8309-672d69a92f0d]LOG]!><time="09:51:22.728+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:986"> <![LOG[ MP specific X86 unknown machine GUID is received at run time]LOG]!><time="09:51:22.728+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:993"> <![LOG[ MP specific X64 unknown machine GUID is received at run time]LOG]!><time="09:51:22.728+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:999"> <![LOG[Getting MP time information]LOG]!><time="09:51:22.728+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:1021"> <![LOG[set authenticator in transport]LOG]!><time="09:51:22.728+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:7751"> <![LOG[Requesting client identity]LOG]!><time="09:51:22.744+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:5760"> <![LOG[setting message signatures.]LOG]!><time="09:51:22.744+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:1297"> <![LOG[setting the authenticator.]LOG]!><time="09:51:22.744+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:1327"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: PGHSYSCENTER1.rangeresources.local:80 CCM_POST /ccm_system/request]LOG]!><time="09:51:22.760+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:8621"> <![LOG[Request was succesful.]LOG]!><time="09:51:22.792+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:8956"> <![LOG[::DecompressBuffer(65536)]LOG]!><time="09:51:22.792+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="ccmzlib.cpp:739"> <![LOG[Decompression (zlib) succeeded: original size 429, uncompressed size 2544.]LOG]!><time="09:51:22.792+480" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="ccmzlib.cpp:651"> <![LOG[-60 -60]LOG]!><time="09:51:22.792+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:5956"> <![LOG[server time zone info: 300, , [0 11 0 1 2 0 0 0], 0, , [0 3 0 2 2 0 0 0], -60]LOG]!><time="09:51:22.792+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:6055"> <![LOG[Client Identity: ]LOG]!><time="09:51:22.792+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:6140"> <![LOG[Netbios name: ]LOG]!><time="09:51:22.792+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:6156"> <![LOG[Current time: 2013-04-05 17:51:22.792 TZ:Pacific Standard Time Bias:0480]LOG]!><time="09:51:22.792+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:1090"> <![LOG[Current time zone info: 480, Pacific Standard Time, [0 0 0 0 0 0 0 0], 0, , [0 0 0 0 0 0 0 0], 0]LOG]!><time="09:51:22.792+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:1118"> <![LOG[Adjusting the system time: -14399.069 seconds]LOG]!><time="09:51:22.792+480" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:1120"> <![LOG[Time zone info set to: 300, , [0 11 0 1 2 0 0 0], 0, , [0 3 0 2 2 0 0 0], -60]LOG]!><time="13:51:22.792+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:1156"> <![LOG[New time: 2013-04-05 13:51:23.722]LOG]!><time="09:51:23.709+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:1172"> <![LOG[Current time: 2013-04-05 13:51:23.709 TZ: Bias:0300]LOG]!><time="09:51:23.709+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:1178"> <![LOG[Downloading policy from http://PGHSYSCENTER1.rangeresources.local.]LOG]!><time="09:51:23.726+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tsmediawizardcontrol.cpp:1185"> <![LOG[initializing HTTP transport.]LOG]!><time="09:51:23.726+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:817"> <![LOG[ Setting URL = http://PGHSYSCENTER1.rangeresources.local.]LOG]!><time="09:51:23.726+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:818"> <![LOG[ Setting Ports = 80,443.]LOG]!><time="09:51:23.726+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:821"> <![LOG[ Setting CRL = false.]LOG]!><time="09:51:23.726+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:824"> <![LOG[ Setting Server Certificates.]LOG]!><time="09:51:23.726+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:841"> <![LOG[set authenticator in transport]LOG]!><time="09:51:23.726+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:7751"> <![LOG[ Setting Media Certificate.]LOG]!><time="09:51:23.726+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:849"> <![LOG[Preparing Client Identity Request.]LOG]!><time="09:51:23.726+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:583"> <![LOG[ Setting transport.]LOG]!><time="09:51:23.726+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:586"> <![LOG[ Setting SourceID = 0804E599-9E75-4217-94FB-C0B082259278.]LOG]!><time="09:51:23.726+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:590"> <![LOG[ Setting site code = PGH.]LOG]!><time="09:51:23.726+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:595"> <![LOG[Can not find DeploymentType in file TsmBootstrap.ini or the file doesn't exist. This is not running on Windows To Go.]LOG]!><time="09:51:23.726+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="utils.cpp:1314"> <![LOG[ Setting SMBIOS GUID = D7A24D56-0263-17CF-2808-2BFEBB087F9F.]LOG]!><time="09:51:23.976+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:623"> <![LOG[ Adding MAC Address 00:0C:29:08:7F:9F.]LOG]!><time="09:51:23.992+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:642"> <![LOG[Executing Client Identity Request.]LOG]!><time="09:51:23.992+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:666"> <![LOG[Requesting client identity]LOG]!><time="09:51:23.992+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:5760"> <![LOG[setting message signatures.]LOG]!><time="09:51:23.992+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:1297"> <![LOG[setting the authenticator.]LOG]!><time="09:51:23.992+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:1327"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: PGHSYSCENTER1.rangeresources.local:80 CCM_POST /ccm_system/request]LOG]!><time="09:51:23.992+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:8621"> <![LOG[Request was succesful.]LOG]!><time="09:51:24.008+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:8956"> <![LOG[::DecompressBuffer(65536)]LOG]!><time="09:51:24.023+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="ccmzlib.cpp:739"> <![LOG[Decompression (zlib) succeeded: original size 434, uncompressed size 2544.]LOG]!><time="09:51:24.023+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="ccmzlib.cpp:651"> <![LOG[-60 -60]LOG]!><time="09:51:24.023+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:5956"> <![LOG[server time zone info: 300, , [0 11 0 1 2 0 0 0], 0, , [0 3 0 2 2 0 0 0], -60]LOG]!><time="09:51:24.023+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:6055"> <![LOG[Client Identity: ]LOG]!><time="09:51:24.023+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:6140"> <![LOG[Netbios name: ]LOG]!><time="09:51:24.023+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:6156"> <![LOG[Client GUID = , Netbios name = , State = Known]LOG]!><time="09:51:24.023+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:686"> <![LOG[using unknown machine GUID: 25564a7a-3de8-41bb-8309-672d69a92f0d]LOG]!><time="09:51:24.023+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tspolicy.cpp:901"> <![LOG[GetSystemEnclosureChassisInfo: IsFixed=FALSE, IsLaptop=FALSE]LOG]!><time="09:51:24.023+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libmachineinfo.cpp:189"> <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32772, HashSize: 20 ]LOG]!><time="09:51:24.038+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libcrypt.cpp:699"> <![LOG[Computed HardwareID=2:7BDC53E530A739ABCA250F0E95BDE5252238E660 Win32_SystemEnclosure.SerialNumber=<empty> Win32_SystemEnclosure.SMBIOSAssetTag=<empty> Win32_BaseBoard.SerialNumber=None Win32_BIOS.SerialNumber=VMware-56 4d a2 d7 63 02 cf 17-28 08 2b fe bb 08 7f 9f Win32_NetworkAdapterConfiguration.MACAddress=00:0C:29:08:7F:9F]LOG]!><time="09:51:24.038+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libmachineinfo.cpp:958"> <![LOG[Hardware ID: 2:7BDC53E530A739ABCA250F0E95BDE5252238E660]LOG]!><time="09:51:24.038+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tspolicy.cpp:404"> <![LOG[Preparing the Client DDR Message]LOG]!><time="09:51:24.038+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:456"> <![LOG[ Setting SourceID = 0804E599-9E75-4217-94FB-C0B082259278.]LOG]!><time="09:51:24.038+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:464"> <![LOG[sending the Client DDR message.]LOG]!><time="09:51:24.038+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:546"> <![LOG[sending Report]LOG]!><time="09:51:24.054+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:7099"> <![LOG[<Report><ReportHeader><Identification><Machine><ClientInstalled>0</ClientInstalled><ClientType>1</ClientType><Unknown>1</Unknown><ClientID>GUID:11f38a85-1bd7-4aac-9f06-0ba7983cac1c</ClientID><ClientVersion>5.00.0000.0000</ClientVersion><NetBIOSName>Unknown</NetBIOSName><CodePage>437</CodePage><SystemDefaultLCID>1033</SystemDefaultLCID></Machine></Identification><ReportDetails><ReportContent>Inventory Data</ReportContent><ReportType>Full</ReportType><Date>20130405135124.000000+000</Date><Version>1.0</Version><Format>1.1</Format></ReportDetails><InventoryAction ActionType="Predefined"><InventoryActionID>{00000000-0000-0000-0000-000000000003}</InventoryActionID><Description>Discovery</Description><InventoryActionLastUpdateTime>20130405135124.000000+000</InventoryActionLastUpdateTime></InventoryAction> </ReportHeader> <ReportBody><Instance ParentClass="CCM_ClientIdentificationInformation" Class="CCM_ClientIdentificationInformation" Namespace="root\ccm" Content="New"><CCM_ClientIdentificationInformation><HardwareID1>2:7BDC53E530A739ABCA250F0E95BDE5252238E660</HardwareID1></CCM_ClientIdentificationInformation></Instance><Instance ParentClass="Win32_NetworkAdapterConfiguration" Class="Win32_NetworkAdapterConfiguration" Namespace="root\cimv2" Content="New"><Win32_NetworkAdapterConfiguration><MACAddress>00:0C:29:08:7F:9F</MACAddress></Win32_NetworkAdapterConfiguration></Instance><Instance ParentClass="Win32_ComputerSystemProduct" Class="Win32_ComputerSystemProduct" Namespace="root\cimv2" Content="New"><Win32_ComputerSystemProduct><UUID>D7A24D56-0263-17CF-2808-2BFEBB087F9F</UUID></Win32_ComputerSystemProduct></Instance></ReportBody> </Report> ]LOG]!><time="09:51:24.054+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:7100"> <![LOG[setting message signatures.]LOG]!><time="09:51:24.054+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:1297"> <![LOG[setting the authenticator.]LOG]!><time="09:51:24.054+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:1327"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: PGHSYSCENTER1.rangeresources.local:80 CCM_POST /ccm_system/request]LOG]!><time="09:51:24.054+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:8621"> <![LOG[Request was succesful.]LOG]!><time="09:51:24.086+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:8956"> <![LOG[submitted new client identity: GUID:11f38a85-1bd7-4aac-9f06-0ba7983cac1c]LOG]!><time="09:51:24.086+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tspolicy.cpp:926"> <![LOG[Preparing Policy Assignment Request.]LOG]!><time="09:51:24.086+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:944"> <![LOG[ Setting transport.]LOG]!><time="09:51:24.086+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:945"> <![LOG[ Setting site code = PGH.]LOG]!><time="09:51:24.086+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:948"> <![LOG[ Setting client ID = 25564a7a-3de8-41bb-8309-672d69a92f0d.]LOG]!><time="09:51:24.086+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:950"> <![LOG[ Setting site signing Certificate.]LOG]!><time="09:51:24.086+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:955"> <![LOG[setting SiteSigningCertificateContext]LOG]!><time="09:51:24.086+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:2516"> <![LOG[Executing Policy Assignment Request.]LOG]!><time="09:51:24.086+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:967"> <![LOG[sending RequestAssignments]LOG]!><time="09:51:24.086+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:2793"> <![LOG[setting message signatures.]LOG]!><time="09:51:24.086+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:1297"> <![LOG[setting the authenticator.]LOG]!><time="09:51:24.086+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:1327"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: PGHSYSCENTER1.rangeresources.local:80 CCM_POST /ccm_system/request]LOG]!><time="09:51:24.086+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:8621"> <![LOG[Request was succesful.]LOG]!><time="09:51:24.132+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:8956"> <![LOG[::DecompressBuffer(65536)]LOG]!><time="09:51:24.147+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="ccmzlib.cpp:739"> <![LOG[Decompression (zlib) succeeded: original size 29350, uncompressed size 138930.]LOG]!><time="09:51:24.147+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="ccmzlib.cpp:651"> <![LOG[Request client ID: 25564a7a-3de8-41bb-8309-672d69a92f0d]LOG]!><time="09:51:24.147+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:2847"> <![LOG[Response client ID: 25564a7a-3de8-41bb-8309-672d69a92f0d]LOG]!><time="09:51:24.147+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:2848"> <![LOG[Retrieving Policy Assignments:]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:971"> <![LOG[ Processing Policy Assignment {36a0deb4-bfe6-455b-8b91-d9bf60e4b670}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {323a4222-f0b5-4bc4-9cf6-687cbf00aefa}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {e755fa88-403d-4885-83f0-e43b8725d45b}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {562b33bd-c021-4cf2-bb2e-dd574354c88f}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {d66fc811-a2e2-4e19-b5cc-8f9a6df8a808}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {c9496492-1187-41e0-92eb-715e3c671fa7}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {f33b6376-4140-4e1e-aecc-9cae5b18a0fd}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {082d0a53-225d-4994-8fa7-31bf48e591d9}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {4b7022c5-b3f8-4d22-af17-de9a28641fd8}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {70bcf089-b67b-4693-a3d4-eafee1f2f1e3}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {8280c903-79a7-4bd4-b94e-03c82e7aa57f}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {0282ae66-e005-4ad5-8383-707e88437480}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {c85c40ee-49e0-4fd8-b6a1-79954625177e}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {f65badb0-e45b-4f1c-84a5-79bcd82d9569}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {a2e85734-177e-4c0e-83b2-dbe02bcc10e9}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {c3370aa2-a1dc-4de7-bd14-72e2182b50e7}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {a4942abe-4ceb-4640-babc-c2c7636efc5b}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {8cc45a53-d1ae-4e92-bb95-7a46b60ae5e4}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {dd08d31a-3012-4858-8d17-3bffc3b9abc0}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {f4edb6f1-a611-4e5d-952d-14a6b60c061b}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {5ea49361-ba3b-4fdd-9aea-ea8f43a8580e}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {fbf4ced0-a25a-40ff-8f85-e063b133bf7f}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {88f7d03e-ea7f-40d5-a960-6a8ea9993a68}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {ef90009d-5f5c-4377-9ccf-093b760d822f}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {e787a818-487c-4ec1-bda2-75030208cb04}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {4169e44e-076d-44d7-a913-cd7e0d586a0b}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {aae23ece-0958-44a5-a5ba-fde6d5d50274}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {6d7817f3-83f8-4bb8-9c67-24df8902e7a3}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {25018454-52ba-499f-ba3a-eef34b457e2d}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {84bbb323-6b32-4940-85c5-7e085aeb4e1d}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {1ec02fe4-d654-4633-83af-aba6e01f5285}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {40a0aee4-675c-4ec7-80bd-94e53d5f0547}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {2e779089-32c8-4bc2-a541-3ec4ee34f5b9}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment PGH20000-PGH00003-3B5BFFE2.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment SRC10000.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {be644517-1780-4b35-bf9c-a613671dbe92}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {c442afa3-0f75-48e3-ab65-e0c783991428}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment {SMS000US}.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment PGH2000C-PGH0001F-6F6BCC28.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment DEP-PGH2000C-PGH00005-6F6BCC28.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment DEP-PGH2000C-PGH00017-6F6BCC28.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment PGH2000D-PGH0001F-6F6BCC28.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment DEP-PGH2000D-PGH00005-6F6BCC28.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment DEP-PGH2000D-PGH00017-6F6BCC28.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment DEP-PGH2000C-PGH00018-6F6BCC28.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment DEP-PGH2000D-PGH00018-6F6BCC28.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment PGH2000E-PGH0001F-6F6BCC28.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment DEP-PGH2000E-PGH00005-6F6BCC28.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment DEP-PGH2000E-PGH00017-6F6BCC28.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[ Processing Policy Assignment DEP-PGH2000E-PGH00018-6F6BCC28.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:977"> <![LOG[successfully read 50 policy assignments.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tspolicy.cpp:991"> <![LOG[Downloading policy body PGH2000C-PGH0001F-6F6BCC28.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tspolicy.cpp:2040"> <![LOG[Preparing Policy Body Request.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2043"> <![LOG[ Setting transport.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2044"> <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?PGH2000C-PGH0001F-6F6BCC28.2_00.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2046"> <![LOG[Executing Policy Body Request.]LOG]!><time="09:51:24.163+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2063"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: PGHSYSCENTER1.rangeresources.local:80 GET /SMS_MP/.sms_pol?PGH2000C-PGH0001F-6F6BCC28.2_00]LOG]!><time="09:51:24.179+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:8621"> <![LOG[Request was succesful.]LOG]!><time="09:51:24.195+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:8956"> <![LOG[Found a secure policy.]LOG]!><time="09:51:24.210+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4563"> <![LOG[Trying to decode policy.]LOG]!><time="09:51:24.210+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4567"> <![LOG[Policy decoded.]LOG]!><time="09:51:24.225+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4602"> <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="09:51:24.241+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libcrypt.cpp:699"> <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="09:51:24.241+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libcrypt.cpp:746"> <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?PGH2000C-PGH0001F-6F6BCC28.2_00]LOG]!><time="09:51:24.241+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4815"> <![LOG[Response ID: PGH2000C-PGH0001F-6F6BCC28]LOG]!><time="09:51:24.241+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4816"> <![LOG[Reading Policy Body.]LOG]!><time="09:51:24.241+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2071"> <![LOG[Parsing Policy Body.]LOG]!><time="09:51:24.241+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2078"> <![LOG[Downloading policy body PGH2000D-PGH0001F-6F6BCC28.]LOG]!><time="09:51:24.241+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tspolicy.cpp:2040"> <![LOG[Preparing Policy Body Request.]LOG]!><time="09:51:24.241+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2043"> <![LOG[ Setting transport.]LOG]!><time="09:51:24.241+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2044"> <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?PGH2000D-PGH0001F-6F6BCC28.2_00.]LOG]!><time="09:51:24.241+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2046"> <![LOG[Executing Policy Body Request.]LOG]!><time="09:51:24.241+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2063"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: PGHSYSCENTER1.rangeresources.local:80 GET /SMS_MP/.sms_pol?PGH2000D-PGH0001F-6F6BCC28.2_00]LOG]!><time="09:51:24.241+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:8621"> <![LOG[Request was succesful.]LOG]!><time="09:51:24.272+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:8956"> <![LOG[Found a secure policy.]LOG]!><time="09:51:24.272+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4563"> <![LOG[Trying to decode policy.]LOG]!><time="09:51:24.272+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4567"> <![LOG[Policy decoded.]LOG]!><time="09:51:24.288+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4602"> <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="09:51:24.288+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libcrypt.cpp:699"> <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="09:51:24.288+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libcrypt.cpp:746"> <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?PGH2000D-PGH0001F-6F6BCC28.2_00]LOG]!><time="09:51:24.288+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4815"> <![LOG[Response ID: PGH2000D-PGH0001F-6F6BCC28]LOG]!><time="09:51:24.288+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4816"> <![LOG[Reading Policy Body.]LOG]!><time="09:51:24.288+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2071"> <![LOG[Parsing Policy Body.]LOG]!><time="09:51:24.288+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2078"> <![LOG[Downloading policy body PGH2000E-PGH0001F-6F6BCC28.]LOG]!><time="09:51:24.288+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tspolicy.cpp:2040"> <![LOG[Preparing Policy Body Request.]LOG]!><time="09:51:24.288+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2043"> <![LOG[ Setting transport.]LOG]!><time="09:51:24.288+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2044"> <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?PGH2000E-PGH0001F-6F6BCC28.1_00.]LOG]!><time="09:51:24.288+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2046"> <![LOG[Executing Policy Body Request.]LOG]!><time="09:51:24.288+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2063"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: PGHSYSCENTER1.rangeresources.local:80 GET /SMS_MP/.sms_pol?PGH2000E-PGH0001F-6F6BCC28.1_00]LOG]!><time="09:51:24.288+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:8621"> <![LOG[Request was succesful.]LOG]!><time="09:51:24.320+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:8956"> <![LOG[Found a secure policy.]LOG]!><time="09:51:24.320+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4563"> <![LOG[Trying to decode policy.]LOG]!><time="09:51:24.320+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4567"> <![LOG[Policy decoded.]LOG]!><time="09:51:24.335+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4602"> <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="09:51:24.335+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libcrypt.cpp:699"> <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="09:51:24.335+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libcrypt.cpp:746"> <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?PGH2000E-PGH0001F-6F6BCC28.1_00]LOG]!><time="09:51:24.335+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4815"> <![LOG[Response ID: PGH2000E-PGH0001F-6F6BCC28]LOG]!><time="09:51:24.335+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4816"> <![LOG[Reading Policy Body.]LOG]!><time="09:51:24.335+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2071"> <![LOG[Parsing Policy Body.]LOG]!><time="09:51:24.335+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2078"> <![LOG[This Task sequence is set for DownloadOnDemand]LOG]!><time="09:51:24.335+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tspolicy.cpp:3150"> <![LOG[This Task sequence is set for DownloadOnDemand]LOG]!><time="09:51:24.335+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tspolicy.cpp:3150"> <![LOG[This Task sequence is set for DownloadOnDemand]LOG]!><time="09:51:24.335+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tspolicy.cpp:3150"> <![LOG[Retrieving collection variable policy.]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tspolicy.cpp:1512"> <![LOG[Downloading policy body {SMS000US}.]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tspolicy.cpp:2040"> <![LOG[Preparing Policy Body Request.]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2043"> <![LOG[ Setting transport.]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2044"> <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?{SMS000US}.1_00.]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2046"> <![LOG[Executing Policy Body Request.]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2063"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: PGHSYSCENTER1.rangeresources.local:80 GET /SMS_MP/.sms_pol?{SMS000US}.1_00]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:8621"> <![LOG[Request was succesful.]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libsmsmessaging.cpp:8956"> <![LOG[Found a secure policy.]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4563"> <![LOG[Trying to decode policy.]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4567"> <![LOG[Policy decoded.]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4602"> <![LOG[::DecompressBuffer(65536)]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="ccmzlib.cpp:739"> <![LOG[Decompression (zlib) succeeded: original size 485, uncompressed size 1562.]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="ccmzlib.cpp:651"> <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libcrypt.cpp:699"> <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="libcrypt.cpp:746"> <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?{SMS000US}.1_00]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4815"> <![LOG[Response ID: {SMS000US}]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="libsmsmessaging.cpp:4816"> <![LOG[Reading Policy Body.]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2071"> <![LOG[Parsing Policy Body.]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:2078"> <![LOG[Found 1 collection variables.]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:1520"> <![LOG[Retrieving machine variable policy.]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="tspolicy.cpp:1530"> <![LOG[Found 0 machine variables.]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tspolicy.cpp:1538"> <![LOG[setting collection variables in the task sequencing environment.]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="utils.cpp:157"> <![LOG[Adding variable OSDComputerName (Precedence = 1)]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="utils.cpp:189"> <![LOG[setting machine variables in the task sequencing environment.]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1112" file="utils.cpp:157"> <![LOG[Exiting TSMediaWizardControl::GetPolicy.]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1112" file="tsmediawizardcontrol.cpp:1378"> <![LOG[WelcomePage::OnWizardNext()]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1100" file="tsmediawelcomepage.cpp:340"> <![LOG[Loading Media Variables from "D:\sms\data\variables.dat"]LOG]!><time="09:51:24.351+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1100" file="tsremovablemedia.cpp:322"> <![LOG[no password for vars file]LOG]!><time="09:51:24.366+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1100" file="tsmediawizardcontrol.cpp:247"> <![LOG[skipping Confirmation Page.]LOG]!><time="09:51:24.366+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1100" file="tsmediaconfirmationpage.cpp:170"> <![LOG[Activating Task Sequence Selection Page.]LOG]!><time="09:51:24.366+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1100" file="tsmediataskselectionpage.cpp:112"> <![LOG[TaskSelectionPage::OnWizardNext()]LOG]!><time="09:51:25.599+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1100" file="tsmediataskselectionpage.cpp:137"> <![LOG[Activating Variables Selection Page.]LOG]!><time="09:51:25.614+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1100" file="tsmediavariablesselectionpage.cpp:149"> <![LOG[Activating Resolve Progress Page.]LOG]!><time="09:51:26.909+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1100" file="tsmediaresolveprogresspage.cpp:76"> <![LOG[ResolveProgressPage::OnWizardNext()]LOG]!><time="09:51:26.909+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1100" file="tsmediaresolveprogresspage.cpp:113"> <![LOG[spawned thread 1244 to resolve task sequence dependencies.]LOG]!><time="09:51:26.909+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1100" file="tsmediaresolveprogresspage.cpp:142"> <![LOG[No content source files for selected task sequence.]LOG]!><time="09:51:26.925+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="tspolicy.cpp:3387"> <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID=PGH2000C", PackageID="PGH00005", ProgramID="*]]LOG]!><time="09:51:26.925+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tspolicy.cpp:2430"> <![LOG[Downloading policy body DEP-PGH2000C-PGH00005-6F6BCC28.]LOG]!><time="09:51:26.925+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="tspolicy.cpp:2040"> <![LOG[Preparing Policy Body Request.]LOG]!><time="09:51:26.925+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tspolicy.cpp:2043"> <![LOG[ Setting transport.]LOG]!><time="09:51:26.925+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tspolicy.cpp:2044"> <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-PGH2000C-PGH00005-6F6BCC28.3_00.]LOG]!><time="09:51:26.925+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tspolicy.cpp:2046"> <![LOG[Executing Policy Body Request.]LOG]!><time="09:51:26.925+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tspolicy.cpp:2063"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: PGHSYSCENTER1.rangeresources.local:80 GET /SMS_MP/.sms_pol?DEP-PGH2000C-PGH00005-6F6BCC28.3_00]LOG]!><time="09:51:26.925+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="libsmsmessaging.cpp:8621"> <![LOG[Request was succesful.]LOG]!><time="09:51:26.940+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="libsmsmessaging.cpp:8956"> <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="09:51:26.940+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="libcrypt.cpp:699"> <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="09:51:26.940+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="libcrypt.cpp:746"> <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?DEP-PGH2000C-PGH00005-6F6BCC28.3_00]LOG]!><time="09:51:26.940+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="libsmsmessaging.cpp:4815"> <![LOG[Response ID: DEP-PGH2000C-PGH00005-6F6BCC28]LOG]!><time="09:51:26.940+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="libsmsmessaging.cpp:4816"> <![LOG[Reading Policy Body.]LOG]!><time="09:51:26.940+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tspolicy.cpp:2071"> <![LOG[Parsing Policy Body.]LOG]!><time="09:51:26.940+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tspolicy.cpp:2078"> <![LOG[Getting content hash value for reference package PGH00005 from policy]LOG]!><time="09:51:26.940+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="tspolicy.cpp:2503"> <![LOG[successfully resolved policy for PGH00005.]LOG]!><time="09:51:26.940+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tspolicy.cpp:2558"> <![LOG[Resolving content location for PGH00005]LOG]!><time="09:51:26.940+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tspolicy.cpp:2575"> <![LOG[Getting network access account.]LOG]!><time="09:51:26.940+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tspolicy.cpp:1836"> <![LOG[Downloading policy body {f4edb6f1-a611-4e5d-952d-14a6b60c061b}.]LOG]!><time="09:51:26.956+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="tspolicy.cpp:2040"> <![LOG[Preparing Policy Body Request.]LOG]!><time="09:51:26.956+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tspolicy.cpp:2043"> <![LOG[ Setting transport.]LOG]!><time="09:51:26.956+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tspolicy.cpp:2044"> <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?{f4edb6f1-a611-4e5d-952d-14a6b60c061b}.1_00.]LOG]!><time="09:51:26.956+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tspolicy.cpp:2046"> <![LOG[Executing Policy Body Request.]LOG]!><time="09:51:26.956+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tspolicy.cpp:2063"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: PGHSYSCENTER1.rangeresources.local:80 GET /SMS_MP/.sms_pol?{f4edb6f1-a611-4e5d-952d-14a6b60c061b}.1_00]LOG]!><time="09:51:26.956+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="libsmsmessaging.cpp:8621"> <![LOG[Request was succesful.]LOG]!><time="09:51:26.956+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="libsmsmessaging.cpp:8956"> <![LOG[Found a secure policy.]LOG]!><time="09:51:26.956+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="libsmsmessaging.cpp:4563"> <![LOG[Trying to decode policy.]LOG]!><time="09:51:26.956+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="libsmsmessaging.cpp:4567"> <![LOG[Policy decoded.]LOG]!><time="09:51:26.956+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="libsmsmessaging.cpp:4602"> <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="09:51:26.956+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="libcrypt.cpp:699"> <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="09:51:26.956+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="libcrypt.cpp:746"> <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?{F4EDB6F1-A611-4E5D-952D-14A6B60C061B}.1_00]LOG]!><time="09:51:26.956+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="libsmsmessaging.cpp:4815"> <![LOG[Response ID: {F4EDB6F1-A611-4E5D-952D-14A6B60C061B}]LOG]!><time="09:51:26.956+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="libsmsmessaging.cpp:4816"> <![LOG[Reading Policy Body.]LOG]!><time="09:51:26.972+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tspolicy.cpp:2071"> <![LOG[Parsing Policy Body.]LOG]!><time="09:51:26.972+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tspolicy.cpp:2078"> <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="09:51:26.972+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="tspolicy.cpp:1754"> <![LOG[Network Access Account is not set]LOG]!><time="09:51:26.972+240" date="04-05-2013" component="TSMBootstrap" context="" type="2" thread="1244" file="tspolicy.h:179"> <![LOG[Getting local network information.]LOG]!><time="09:51:26.972+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="resolvesource.cpp:1991"> <![LOG[DhcpGetOriginalSubnetMask entry point is supported.]LOG]!><time="09:51:26.972+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="ccmiputil.cpp:117"> <![LOG[begin checking Alternate Network Configuration]LOG]!><time="09:51:26.972+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="ccmiputil.cpp:1095"> <![LOG[spNamespace.Open(sNamespacePath), HRESULT=8004100e (e:\nts_sccm_release\sms\framework\ccmutillib\ccmiputil.cpp,1109)]LOG]!><time="09:51:26.972+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="ccmiputil.cpp:1109"> <![LOG[Finished checking Alternate Network Configuration]LOG]!><time="09:51:26.972+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="ccmiputil.cpp:1172"> <![LOG[Adapter {F1A11C23-05F8-470F-83AA-DB6A22AB36E8} is DHCP enabled. Checking quarantine status.]LOG]!><time="09:51:26.972+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="ccmiputil.cpp:436"> <![LOG[Content location request:]LOG]!><time="09:51:26.972+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="resolvesource.cpp:1996"> <![LOG[ Package : PGH00005.9]LOG]!><time="09:51:26.972+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="resolvesource.cpp:1997"> <![LOG[ Client : 25564a7a-3de8-41bb-8309-672d69a92f0d]LOG]!><time="09:51:26.972+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="resolvesource.cpp:1998"> <![LOG[ Local : 1]LOG]!><time="09:51:26.972+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="resolvesource.cpp:1999"> <![LOG[ Remote : 0]LOG]!><time="09:51:26.972+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="resolvesource.cpp:2000"> <![LOG[ Internet: 0]LOG]!><time="09:51:26.972+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="resolvesource.cpp:2001"> <![LOG[sending RequestContentLocations for PGH00005]LOG]!><time="09:51:26.987+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="libsmsmessaging.cpp:3464"> <![LOG[setting message signatures.]LOG]!><time="09:51:26.987+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="libsmsmessaging.cpp:1297"> <![LOG[setting the authenticator.]LOG]!><time="09:51:26.987+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="libsmsmessaging.cpp:1327"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: PGHSYSCENTER1.rangeresources.local:80 CCM_POST /ccm_system/request]LOG]!><time="09:51:26.987+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="libsmsmessaging.cpp:8621"> <![LOG[Request was succesful.]LOG]!><time="09:51:27.018+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="libsmsmessaging.cpp:8956"> <![LOG[::DecompressBuffer(65536)]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="ccmzlib.cpp:739"> <![LOG[Decompression (zlib) succeeded: original size 583, uncompressed size 1914.]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="ccmzlib.cpp:651"> <![LOG[Location Reply: <ContentLocationReply SchemaVersion="1.00"><ContentInfo PackageFlags="1073743008"><ContentHashValues/></ContentInfo><Sites><Site><MPSite SiteCode="PGH" MasterSiteCode="PGH" SiteLocality="FALLBACK" IISPreferedPort="80" IISSSLPreferedPort="443"/><LocationRecords><LocationRecord><SMBPath Name="\\PGHSYSCENTER1.rangeresources.local\SMSPKGE$\PGH00005\"/><URL Name="http://PGHSYSCENTER1.rangeresources.local/SMS_DP_SMSPKG$/PGH00005" Signature="http://PGHSYSCENTER1.rangeresources.local/SMS_DP_SMSSIG$/PGH00005"/><ADSite Name="Pittsburgh"/><IPSubnets><IPSubnet Address="192.168.60.0"/><IPSubnet Address=""/></IPSubnets><Metric Value=""/><Version>7804</Version><Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities><ServerRemoteName>PGHSYSCENTER1.rangeresources.local</ServerRemoteName><DPType>SERVER</DPType><Windows Trust="0"/><Locality>FALLBACK</Locality></LocationRecord></LocationRecords></Site></Sites></ContentLocationReply>]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="libsmsmessaging.cpp:3491"> <![LOG[MCS server: ]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="libsmsmessaging.cpp:3678"> <![LOG[Found location: http://PGHSYSCENTER1.rangeresources.local/SMS_DP_SMSPKG$/PGH00005]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="libsmsmessaging.cpp:3766"> <![LOG[Local=0]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="libsmsmessaging.cpp:3803"> <![LOG[Processing 1 locations.]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="resolvesource.cpp:2032"> <![LOG[Not processing remote location:]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="resolvesource.cpp:2079"> <![LOG[ Flags: 400004a0]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="resolvesource.cpp:2080"> <![LOG[ URLs : 1]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="resolvesource.cpp:2081"> <![LOG[ SMB : \\PGHSYSCENTER1.rangeresources.local\SMSPKGE$\PGH00005\]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="resolvesource.cpp:2082"> <![LOG[ MCS : ]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1244" file="resolvesource.cpp:2083"> <![LOG[LocationsList.size() > 0, HRESULT=80040102 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,2142)]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="resolvesource.cpp:2142"> <![LOG[FALSE, HRESULT=80040102 (e:\nts_sccm_release\sms\framework\tscore\tspolicy.cpp,1863)]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tspolicy.cpp:1863"> <![LOG[Content location request for PGH00005:9 failed. (Code 0x80040102)]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="3" thread="1244" file="tspolicy.cpp:1863"> <![LOG[hr, HRESULT=80040102 (e:\nts_sccm_release\sms\framework\tscore\tspolicy.cpp,2626)]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tspolicy.cpp:2626"> <![LOG[Failed to resolve PackageID=]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="3" thread="1244" file="tspolicy.cpp:2626"> <![LOG[(*iTSReference)->Resolve( pTSPolicyManager, dwResolveFlags ), HRESULT=80040102 (e:\nts_sccm_release\sms\framework\tscore\tspolicy.cpp,3412)]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tspolicy.cpp:3412"> <![LOG[m_pSelectedTaskSequence->Resolve( m_pPolicyManager, TS::Policy::TaskSequence::ResolvePolicy | TS::Policy::TaskSequence::ResolveSource, fpCallbackProc, pv, hCancelEvent), HRESULT=80040102 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,1523)]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tsmediawizardcontrol.cpp:1523"> <![LOG[Failed to resolve selected task sequence dependencies. Code(0x80040102)]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="3" thread="1244" file="tsmediawizardcontrol.cpp:1523"> <![LOG[hrReturn, HRESULT=80040102 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediaresolveprogresspage.cpp,445)]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1244" file="tsmediaresolveprogresspage.cpp:445"> <![LOG[ThreadToResolveAndExecuteTaskSequence failed. Code(0x80040102)]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="3" thread="1244" file="tsmediaresolveprogresspage.cpp:445"> <![LOG[ThreadToResolveAndExecuteTaskSequence returned code 0x80040102]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1100" file="tsmediaresolveprogresspage.cpp:221"> <![LOG[setting wizard error: This task sequence cannot be run because the program files for PGH00005 cannot be located on a distribution point. For more information, contact your system administrator or helpdesk operator.]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1100" file="tsmediawizardcontrol.cpp:1547"> <![LOG[ResolveProgressPage::OnWizardNext()]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1100" file="tsmediaresolveprogresspage.cpp:113"> <![LOG[Activating Finish Page.]LOG]!><time="09:51:27.034+240" date="04-05-2013" component="TSMBootstrap" context="" type="0" thread="1100" file="tsmediafinishpage.cpp:107"> <![LOG[Loading bitmap]LOG]!><time="09:51:27.049+240" date="04-05-2013" component="TSMBootstrap" context="" type="1" thread="1100" file="tsmbootstrap.cpp:1228"> <![LOG[Executing command line: X:\windows\system32\cmd.exe /k]LOG]!><time="09:56:22.439+240" date="04-05-2013" component="TSBootShell" context="" type="1" thread="832" file="bootshell.cpp:857"> <![LOG[The command completed successfully.]LOG]!><time="09:56:22.454+240" date="04-05-2013" component="TSBootShell" context="" type="1" thread="832" file="bootshell.cpp:939"> <![LOG[successfully launched command shell.]LOG]!><time="09:56:22.454+240" date="04-05-2013" component="TSBootShell" context="" type="1" thread="832" file="bootshell.cpp:430">
×
×
  • 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.