/build/static/layout/Breadcrumb_cap_w.png

Deployment of Windows 7 SCCM 2007 x86 and x64 in one task sequence

Hello Community, 

until now, i was was just a silent reader, which collected some usefull hints and tips out of this forum! First a short, introduction about me. I´m working for a german company in which i´m a member of the german service desk. I´m responible for sccm deployments. I have started whith creating software packages to distribute them out to all clients. Here in germany, we have about 2200 Workstations, which are connected to our sccm environment. Maybe its usefull to know, that i haven´t knowledge about the infrastructure of sccm and defnitly have no clue about any server configs. I just work with sccm for deploy sofware. Early this year, i started with collect knowledge about the operating system deployment too! We developed a task sequence, in which we are install windows 7 x86!

Now, back to my question! I will explain the current situation!

  • At the moment we have a task sequence which can install win7 x86! Boot Image is ein WinPE x86
  • Attached to this task sequence, we created a .hta script, where you can select between different applications
  • to differentiate between the applications, we are using task sequence variablen!
  • Until here, all is working fine!

My boss informed my, about one week ago, that i should already provide the x64 bit WIndows 7 Version. In different Forums, i read, that i can install windows 7 x64 with an x86bit boot image!

Here is an example: http://nocentdocent.wordpress.com/2010/04/11/osd-how-to-build-a-single-task-sequence-for-windows-7-x64-and-x86/

Now, i have extended my task sequence about the new windows 7 image point, which i also differentiate with a custom ts variable. TS Variables are wokring fine, we have checked that! For each Windows Version(x86 and x64) i have a seperate unattended.xml file, as you can see below!

 

I´m using the following unattended.xml file for each processorarchitecture:

x64

 <?xml version="1.0" ?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
  <settings pass="windowsPE">
      <component name="Microsoft-Windows-International-Core-WinPE" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
	<SetupUILanguage>
                <WillShowUI>OnError</WillShowUI>
                <UILanguage>en-US</UILanguage>
     </SetupUILanguage>
            <UILanguage>en-US</UILanguage>
        </component>
	 </settings>
	  <settings pass="oobeSystem">
      <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <InputLocale>0407:00000407</InputLocale>
         <SystemLocale>de-DE</SystemLocale>
         <UILanguage>de-DE</UILanguage>
         <UserLocale>de-DE</UserLocale>
      </component>
   </settings>
  <settings pass="offlineServicing">
     <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <EnableLUA>false</EnableLUA>
     </component>
  </settings>
</unattend>

 

x86
 <?xml version="1.0" ?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
  <settings pass="windowsPE">
      <component name="Microsoft-Windows-International-Core-WinPE" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86">
	<SetupUILanguage>
                <WillShowUI>OnError</WillShowUI>
                <UILanguage>en-US</UILanguage>
     </SetupUILanguage>
            <UILanguage>en-US</UILanguage>
        </component>
	 </settings>
	  <settings pass="oobeSystem">
      <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <InputLocale>0407:00000407</InputLocale>
         <SystemLocale>de-DE</SystemLocale>
         <UILanguage>de-DE</UILanguage>
         <UserLocale>de-DE</UserLocale>
      </component>
   </settings>
  <settings pass="offlineServicing">
     <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
      <EnableLUA>false</EnableLUA>
     </component>
  </settings>
</unattend>
 
Now, there is a big Problem! If i choose the windows 7 x86bit Version, the ts is running with success.  If i choose the x64bit Version, the task sequence is stopping at this point:
http://s14.directupload.net/images/130930/yobt82eh.png
 
I have no clue why, error Code is: 0x80004005
 
Could anyone help me please, i´m out of knowledge!
 
best regards,
Christian

1 Comment   [ + ] Show comment
  • Hi all,
    Please check the clock in the BIOS.
    It solved the problem for me.
    Thanks - coolmncf 8 years ago

Answers (2)

Posted by: fantomasss 10 years ago
Orange Senior Belt
0

can you provide us the output log ? as i remember the error 0x80004005 may be linked to a permission denied or a share that can't be reached. Have you tried using \\server_IP instead of \\server_name ?


Comments:
  • Hi all,
    Please check the clock in the BIOS.
    It solved the problem for me.
    Thanks - coolmncf 8 years ago
Posted by: cnwund 10 years ago
White Belt
0

yes, we tried this without success. What Server Log you need? smsts.log?


Comments:
  • for a start it would be nice yeah - fantomasss 10 years ago
    • <![LOG[LOGGING: Finalize process ID set to 788]LOG]!><time="15:31:16.226+000" date="09-27-2013" component="TSBootShell" context="" type="1" thread="792" file="tslogging.cpp:1489">
      <![LOG[==============================[ TSBootShell.exe ]==============================]LOG]!><time="15:31:16.226+000" date="09-27-2013" component="TSBootShell" context="" type="1" thread="792" file="bootshell.cpp:963">
      <![LOG[Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL']LOG]!><time="15:31:16.226+000" date="09-27-2013" component="TSBootShell" context="" type="1" thread="792" file="util.cpp:869">
      <![LOG[Debug shell is enabled]LOG]!><time="15:31:16.226+000" date="09-27-2013" component="TSBootShell" context="" type="1" thread="792" file="bootshell.cpp:974">
      <![LOG[Waiting for PNP initialization...]LOG]!><time="15:31:16.242+000" date="09-27-2013" component="TSBootShell" context="" type="1" thread="832" file="bootshell.cpp:59">
      <![LOG[Booted from network (PXE)]LOG]!><time="15:31:17.069+000" date="09-27-2013" component="TSBootShell" context="" type="1" thread="832" file="configpath.cpp:198">
      <![LOG[Found config path X:\sms\data\]LOG]!><time="15:31:17.069+000" date="09-27-2013" component="TSBootShell" context="" type="1" thread="832" file="bootshell.cpp:553">
      <![LOG[Booting from removable media, not restoring bootloaders on hard drive]LOG]!><time="15:31:17.069+000" date="09-27-2013" component="TSBootShell" context="" type="1" thread="832" file="bootshell.cpp:564">
      <![LOG[Executing command line: wpeinit.exe -winpe]LOG]!><time="15:31:17.069+000" date="09-27-2013" component="TSBootShell" context="" type="1" thread="832" file="bootshell.cpp:767">
      <![LOG[The command completed successfully.]LOG]!><time="15:31:37.037+000" date="09-27-2013" component="TSBootShell" context="" type="1" thread="832" file="bootshell.cpp:850">
      <![LOG[Starting DNS client service.]LOG]!><time="15:31:37.037+000" date="09-27-2013" component="TSBootShell" context="" type="1" thread="832" file="bootshell.cpp:597">
      <![LOG[Executing command line: X:\sms\bin\i386\TsmBootstrap.exe /env:WinPE /configpath:X:\sms\data\]LOG]!><time="15:31:37.552+000" date="09-27-2013" component="TSBootShell" context="" type="1" thread="832" file="bootshell.cpp:767">
      <![LOG[The command completed successfully.]LOG]!><time="15:31:37.552+000" date="09-27-2013" component="TSBootShell" context="" type="1" thread="832" file="bootshell.cpp:850">
      <![LOG[==============================[ TSMBootStrap.exe ]==============================]LOG]!><time="15:31:37.567+000" date="09-27-2013" component="TSMBootstrap" context="" type="1" thread="1312" file="tsmbootstrap.cpp:1039">
      <![LOG[Command line: X:\sms\bin\i386\TsmBootstrap.exe /env:WinPE /configpath:X:\sms\data\]LOG]!><time="15:31:37.567+000" date="09-27-2013" component="TSMBootstrap" context="" type="0" thread="1312" file="tsmbootstrap.cpp:1040">
      <![LOG[Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL']LOG]!><time="15:31:37.567+000" date="09-27-2013" component="TSMBootstrap" context="" type="1" thread="1312" file="util.cpp:869">
      <![LOG[Succeeded loading resource DLL 'X:\sms\bin\i386\TSRESNLC.DLL']LOG]!><time="15:31:37.567+000" date="09-27-2013" component="TSMBootstrap" context="" type="1" thread="1312" file="resourceutils.cpp:152">
      <![LOG[Processor Is IA64: 0]LOG]!><time="15:31:37.583+000" date="09-27-2013" component="TSMBootstrap" context="" type="1" thread="1312" file="tsmbootstrap.cpp:1005">
      <![LOG[PXE Boot with Root = X:\]LOG]!><time="15:31:37.583+000" date="09-27-2013" component="TSMBootstrap" context="" type="1" thread="1312" file="tsmbootstrap.cpp:921">
      <![LOG[Executing from PXE in WinPE]LOG]!><time="15:31:37.583+000" date="09-27-2013" component="TSMBootstrap" context="" type="0" thread="1312" file="tsmbootstrap.cpp:936">
      <![LOG[Loading TsPxe.dll from X:\sms\bin\i386\TsPxe.dll]LOG]!><time="15:31:37.583+000" date="09-27-2013" component="TSMBootstrap" context="" type="0" thread="1312" file="tsmbootstraputil.cpp:1319">
      <![LOG[TsPxe.dll loaded]LOG]!><time="15:31:37.583+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="tsmbootstraputil.cpp:1329">
      <![LOG[Device has PXE booted]LOG]!><time="15:31:37.583+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="tspxe.cpp:122">
      <![LOG[Variable Path: \SMSTemp\2013.09.27.15.19.33.0017.{F83F9749-9556-494F-AADB-358B25D832C6}.boot.var]LOG]!><time="15:31:37.583+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="tspxe.cpp:134">
      <![LOG[Succesfully added firewall rule for Tftp]LOG]!><time="15:31:37.583+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="fwopen.cpp:123">
      <![LOG[Executing: X:\sms\bin\i386\smstftp.exe -i 10.40.23.26 get \SMSTemp\2013.09.27.15.19.33.0017.{F83F9749-9556-494F-AADB-358B25D832C6}.boot.var X:\sms\data\variables.dat]LOG]!><time="15:31:37.583+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="tspxe.cpp:177">
      <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="15:31:37.661+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="commandline.cpp:229">
      <![LOG[Set command line: "X:\sms\bin\i386\smstftp.exe" -i 10.40.23.26 get \SMSTemp\2013.09.27.15.19.33.0017.{F83F9749-9556-494F-AADB-358B25D832C6}.boot.var X:\sms\data\variables.dat]LOG]!><time="15:31:37.661+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="commandline.cpp:707">
      <![LOG[Executing command line: "X:\sms\bin\i386\smstftp.exe" -i 10.40.23.26 get \SMSTemp\2013.09.27.15.19.33.0017.{F83F9749-9556-494F-AADB-358B25D832C6}.boot.var X:\sms\data\variables.dat]LOG]!><time="15:31:37.661+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1312" file="commandline.cpp:805">
      <![LOG[Process completed with exit code 0]LOG]!><time="15:31:37.676+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1312" file="commandline.cpp:1102">
      <![LOG[Succesfully removed firewall rule for Tftp]LOG]!><time="15:31:37.676+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="fwopen.cpp:146">
      <![LOG[Successfully downloaded pxe variable file.]LOG]!><time="15:31:37.676+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1312" file="tspxe.cpp:187">
      <![LOG[we are booted using PXE]LOG]!><time="15:31:37.676+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1312" file="tsmediawizardcontrol.cpp:2242">
      <![LOG[we are booted using PXE and we don't use a password or the password is provided by the user]LOG]!><time="15:31:37.676+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1312" file="tsmediawizardcontrol.cpp:2258">
      <![LOG[Found network adapter "Intel(R) 82579LM Gigabit Network Connection" with IP Address 10.20.4.39.]LOG]!><time="15:31:37.692+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="tsmbootstraputil.cpp:434">
      <![LOG[Run PXE Interactive]LOG]!><time="15:31:37.692+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="tsmediawizardcontrol.cpp:2392">
      <![LOG[Running Wizard in Interactive mode]LOG]!><time="15:31:37.692+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1312" file="tsmediawizardcontrol.cpp:2394">
      <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="15:31:37.692+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1312" file="tsremovablemedia.cpp:321">
      <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sms_fre\sms\framework\smscrypt\windes.cpp,185)]LOG]!><time="15:31:37.692+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="windes.cpp:185">
      <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, wcslen(pszPassword)*sizeof(WCHAR), encryptedBuffer.getBuffer(), encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sms_fre\sms\framework\tscore\tsremovablemedia.cpp,386)]LOG]!><time="15:31:37.692+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="tsremovablemedia.cpp:386">
      <![LOG[Activating Welcome Page.]LOG]!><time="15:31:37.692+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="tsmediawelcomepage.cpp:123">
      <![LOG[Loading bitmap]LOG]!><time="15:31:37.692+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1312" file="tsmbootstrap.cpp:1150">
      <![LOG[WelcomePage::OnWizardNext()]LOG]!><time="15:32:28.813+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="tsmediawelcomepage.cpp:314">
      <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="15:32:28.813+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1312" file="tsremovablemedia.cpp:321">
      <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sms_fre\sms\framework\smscrypt\windes.cpp,185)]LOG]!><time="15:32:28.813+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="windes.cpp:185">
      <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, wcslen(pszPassword)*sizeof(WCHAR), encryptedBuffer.getBuffer(), encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sms_fre\sms\framework\tscore\tsremovablemedia.cpp,386)]LOG]!><time="15:32:28.813+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="tsremovablemedia.cpp:386">
      <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="15:32:28.813+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1312" file="tsremovablemedia.cpp:321">
      <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sms_fre\sms\framework\smscrypt\windes.cpp,185)]LOG]!><time="15:32:28.813+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="windes.cpp:185">
      <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, wcslen(pszPassword)*sizeof(WCHAR), encryptedBuffer.getBuffer(), encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sms_fre\sms\framework\tscore\tsremovablemedia.cpp,386)]LOG]!><time="15:32:28.813+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="tsremovablemedia.cpp:386">
      <![LOG[Verifying media password.]LOG]!><time="15:32:28.813+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1312" file="tsmediawizardcontrol.cpp:268">
      <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="15:32:28.813+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1312" file="tsremovablemedia.cpp:321">
      <![LOG[Spawned thread 1380 to download policy.]LOG]!><time="15:32:28.829+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1312" file="tsmediawelcomepage.cpp:370">
      <![LOG[Entering TSMediaWizardControl::GetPolicy.]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tsmediawizardcontrol.cpp:483">
      <![LOG[Environment scope "Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}" successfully created]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="environmentscope.cpp:250">
      <![LOG[Environment scope "Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}" successfully created]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="environmentscope.cpp:250">
      <![LOG[Setting LogMaxSize to 5242880]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:511">
      <![LOG[Setting LogMaxHistory to 3]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:512">
      <![LOG[Setting LogLevel to 0]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:513">
      <![LOG[Setting LogEnabled to 1]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:514">
      <![LOG[Setting LogDebug to 1]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:515">
      <![LOG[Loading variables from the Task Sequencing Removable Media.]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:535">
      <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsremovablemedia.cpp:321">
      <![LOG[Setting _SMSMediaGuid TS environment variable]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:552">
      <![LOG[Setting _SMSTSBootMediaPackageID TS environment variable]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:552">
      <![LOG[Setting _SMSTSHTTPPort TS environment variable]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:552">
      <![LOG[Setting _SMSTSHTTPSPort TS environment variable]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:552">
      <![LOG[Setting _SMSTSIISSSLState TS environment variable]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:552">
      <![LOG[Setting _SMSTSLaunchMode TS environment variable]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:552">
      <![LOG[Setting _SMSTSMP TS environment variable]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:552">
      <![LOG[Setting _SMSTSMPCerts TS environment variable]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:552">
      <![LOG[Setting _SMSTSMPPort TS environment variable]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:552">
      <![LOG[Setting _SMSTSMediaPFX TS environment variable]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:552">
      <![LOG[Setting _SMSTSPublicRootKey TS environment variable]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:552">
      <![LOG[Setting _SMSTSSiteCode TS environment variable]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:552">
      <![LOG[Setting _SMSTSUseFirstCert TS environment variable]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:552">
      <![LOG[Setting _SMSTSx64UnknownMachineGUID TS environment variable]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:552">
      <![LOG[Setting _SMSTSx86UnknownMachineGUID TS environment variable]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:552">
      <![LOG[MP Public Certs=308201E23082014FA0030201020210F267D9F4CF73D4B044C6D7D4244CED37300906052B0E03021D05003026311630140603550403130D4E5545572D49465343434D3031310C300A06035504031303534D533020170D3039313230393132333534335A180F32313039313131363132333534335A3026311630140603550403130D4E5545572D49465343434D3031310C300A06035504031303534D5330819F300D06092A864886F70D010101050003818D0030818902818100F11206E09D44E64A7248FE6A36FF702E19B964FA822CEAA2E0B397A2CCC041736096BB520882349883CFA3CC1A838F6165314C02A2B29C266FC06C2BF771EB86980FB6873D98CF9B96091489AFF60E491457D1EEDB5123A6E403CD228F20DD917EE61ADC37B3E464C4417DA52B56BA26B2AC800ADA10F731AA6FD3600CF3A41B0203010001A317301530130603551D25040C300A06082B06010401823765300906052B0E03021D0500038181005599776520490E0600D982359D406EB92A73770A2A4555F62CC8F56F290BF126783C515ADD7E97D7BCC6F0E7C1616E047DB795906714D158A9F460BFC192D418DB0943C01163E21D64FA3EF5B2AA01858B51831ABA8EDC12B7D2C817484553C6C8D9D59C9AD17D9402BFEAA0167B581A307D3541A75AB568B46CC25D54130409]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:565">
      <![LOG[MP: server=NUEW-IFSCCM01.company.COM, http=80, https=443, default=80]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:572">
      <![LOG[Root CA Public Certs=]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:577">
      <![LOG[Missing root CA environment variable from variables file]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:583">
      <![LOG[Custom hook from X:\\TSConfig.INI is ]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:616">
      <![LOG[No custom hook found]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:453">
      <![LOG[No Need to create Authenticator Info]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:742">
      <![LOG[Getting MP time information]LOG]!><time="15:32:28.844+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:753">
      <![LOG[Requesting client identity]LOG]!><time="15:32:28.876+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4910">
      <![LOG[Formatted header:]LOG]!><time="15:32:28.876+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>a563bddd-e640-4690-8110-ed3f8eb6ade2</SourceID><SourceHost/><TargetAddress>mp:[http]MP_ClientIDManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T23:32:28Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="306"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_ClientIDManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:32:28.876+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:32:28.876+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:32:28.891+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:32:28.891+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:32:28.891+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 468, uncompressed size 2570.]LOG]!><time="15:32:28.891+000" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="ccmzlib.cpp:646">
      <![LOG[Client identity reply: <ClientIDReply RequestReceivedTimeHigh="30325638" RequestReceivedTimeLow="48317469" ReplySentTimeHigh="30325638" ReplySentTimeLow="48317469" ReplyServerTimeZoneBias="-60" ReplyServerTimezoneStandardTimeHigh="45296704" ReplyServerTimezoneStandardTimeLow="45069128" ReplyServerTimeZoneStandardBias="0" ReplyServerTimezoneDaylightTimeHigh="45296704" ReplyServerTimezoneDaylightTimeLow="45069128" ReplyServerTimeZoneDaylightBias="-60" ReplyServerTimezoneStandardTimeYear="0" ReplyServerTimezoneStandardTimeMonth="10" ReplyServerTimezoneStandardTimeDayOfWeek="0" ReplyServerTimezoneStandardTimeDay="5" ReplyServerTimezoneStandardTimeHour="3" ReplyServerTimezoneStandardTimeMinute="0" ReplyServerTimezoneStandardTimeSecond="0" ReplyServerTimezoneStandardTimeMilliSeconds="0" ReplyServerTimezoneDaylightDateYear="0" ReplyServerTimezoneDaylightDateMonth="3" ReplyServerTimezoneDaylightDateDayOfWeek="0" ReplyServerTimezoneDaylightDateDay="5" ReplyServerTimezoneDaylightDateHour="2" ReplyServerTimezoneDaylightDateMinute="0" ReplyServerTimezoneDaylightDateSecond="0" ReplyServerTimezoneDaylightDateMilliSeconds="0" Unknown="0"><Identification><Machine><ClientID>GUID:7b2694da-3dbe-48e8-a083-462bd347cf5a</ClientID><NetbiosName>PC54050</NetbiosName></Machine></Identification></ClientIDReply>
      ]LOG]!><time="15:32:28.891+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:5012">
      <![LOG[-60 -60]LOG]!><time="15:32:28.891+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:5082">
      <![LOG[Server time zone info: -60, , [0 10 0 5 3 0 0 0], 0, , [0 3 0 5 2 0 0 0], -60]LOG]!><time="15:32:28.891+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:5173">
      <![LOG[Client Identity: GUID:7b2694da-3dbe-48e8-a083-462bd347cf5a]LOG]!><time="15:32:28.891+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:5229">
      <![LOG[Netbios name: PC54050]LOG]!><time="15:32:28.891+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:5262">
      <![LOG[Current time: 2013-09-27 23:32:28.891 TZ:Pacific Standard Time Bias:0480]LOG]!><time="15:32:28.891+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:831">
      <![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="15:32:28.891+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:835">
      <![LOG[Adjusting the system time: -36000.018 seconds]LOG]!><time="15:32:28.891+000" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:863">
      <![LOG[Time zone info set to: -60, , [0 10 0 5 3 0 0 0], 0, , [0 3 0 5 2 0 0 0], -60]LOG]!><time="01:32:28.891+-120" date="09-28-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:873">
      <![LOG[New time: 2013-09-27 13:32:28.872]LOG]!><time="15:32:28.872+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:913">
      <![LOG[Current time: 2013-09-27 13:32:28.872 TZ: Bias:-060]LOG]!><time="15:32:28.872+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:919">
      <![LOG[Downloading policy from NUEW-IFSCCM01.company.COM.]LOG]!><time="15:32:29.028+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:928">
      <![LOG[Initializing HTTP transport.]LOG]!><time="15:32:29.028+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:739">
      <![LOG[ Setting URL = NUEW-IFSCCM01.company.COM.]LOG]!><time="15:32:29.028+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:740">
      <![LOG[ Setting Default Port = 80.]LOG]!><time="15:32:29.028+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:743">
      <![LOG[ Setting SSL = false.]LOG]!><time="15:32:29.028+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:746">
      <![LOG[ Setting CRL = false.]LOG]!><time="15:32:29.028+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:749">
      <![LOG[ Setting Server Certificates.]LOG]!><time="15:32:29.028+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:766">
      <![LOG[ Setting Media Certificate.]LOG]!><time="15:32:29.028+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:778">
      <![LOG[Preparing Client Identity Request.]LOG]!><time="15:32:29.043+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:527">
      <![LOG[ Setting transport.]LOG]!><time="15:32:29.043+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:530">
      <![LOG[ Setting SourceID = a563bddd-e640-4690-8110-ed3f8eb6ade2.]LOG]!><time="15:32:29.043+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:538">
      <![LOG[ Setting site code = NUE.]LOG]!><time="15:32:29.043+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:543">
      <![LOG[ Setting SMBIOS GUID = 4C4C4544-0047-5610-8050-B7C04F594E31.]LOG]!><time="15:32:29.277+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:567">
      <![LOG[ Adding MAC Address 5C:26:0A:64:06:17.]LOG]!><time="15:32:29.277+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:586">
      <![LOG[Executing Client Identity Request.]LOG]!><time="15:32:29.277+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:594">
      <![LOG[Requesting client identity]LOG]!><time="15:32:29.277+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4910">
      <![LOG[Formatted header:]LOG]!><time="15:32:29.277+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>a563bddd-e640-4690-8110-ed3f8eb6ade2</SourceID><SourceHost/><TargetAddress>mp:[http]MP_ClientIDManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:32:29Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="412"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_ClientIDManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:32:29.277+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:32:29.293+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:32:29.293+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:32:29.293+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:32:29.293+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 464, uncompressed size 2570.]LOG]!><time="15:32:29.293+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="ccmzlib.cpp:646">
      <![LOG[Client identity reply: <ClientIDReply RequestReceivedTimeHigh="30325638" RequestReceivedTimeLow="52536300" ReplySentTimeHigh="30325638" ReplySentTimeLow="52536300" ReplyServerTimeZoneBias="-60" ReplyServerTimezoneStandardTimeHigh="45385568" ReplyServerTimezoneStandardTimeLow="45289672" ReplyServerTimeZoneStandardBias="0" ReplyServerTimezoneDaylightTimeHigh="45385568" ReplyServerTimezoneDaylightTimeLow="45289672" ReplyServerTimeZoneDaylightBias="-60" ReplyServerTimezoneStandardTimeYear="0" ReplyServerTimezoneStandardTimeMonth="10" ReplyServerTimezoneStandardTimeDayOfWeek="0" ReplyServerTimezoneStandardTimeDay="5" ReplyServerTimezoneStandardTimeHour="3" ReplyServerTimezoneStandardTimeMinute="0" ReplyServerTimezoneStandardTimeSecond="0" ReplyServerTimezoneStandardTimeMilliSeconds="0" ReplyServerTimezoneDaylightDateYear="0" ReplyServerTimezoneDaylightDateMonth="3" ReplyServerTimezoneDaylightDateDayOfWeek="0" ReplyServerTimezoneDaylightDateDay="5" ReplyServerTimezoneDaylightDateHour="2" ReplyServerTimezoneDaylightDateMinute="0" ReplyServerTimezoneDaylightDateSecond="0" ReplyServerTimezoneDaylightDateMilliSeconds="0" Unknown="1"><Identification><Machine><ClientID>GUID:a3a6ddc6-19fb-4e21-9177-39752554cd62</ClientID><NetbiosName>Unknown</NetbiosName></Machine></Identification></ClientIDReply>
      ]LOG]!><time="15:32:29.308+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:5012">
      <![LOG[-60 -60]LOG]!><time="15:32:29.308+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:5082">
      <![LOG[Server time zone info: -60, , [0 10 0 5 3 0 0 0], 0, , [0 3 0 5 2 0 0 0], -60]LOG]!><time="15:32:29.308+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:5173">
      <![LOG[Client Identity: GUID:a3a6ddc6-19fb-4e21-9177-39752554cd62]LOG]!><time="15:32:29.308+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:5229">
      <![LOG[Netbios name: Unknown]LOG]!><time="15:32:29.308+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:5262">
      <![LOG[Client GUID = GUID:a3a6ddc6-19fb-4e21-9177-39752554cd62, Netbios name = Unknown, State = Unknown]LOG]!><time="15:32:29.308+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:608">
      <![LOG[Client is unprovisioned]LOG]!><time="15:32:29.308+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:795">
      <![LOG[Is 64-bit capable: 1]LOG]!><time="15:32:29.308+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:297">
      <![LOG[Using unknown machine GUID: 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:32:29.308+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:822">
      <![LOG[Unknown client identity: GUID:a3a6ddc6-19fb-4e21-9177-39752554cd62]LOG]!><time="15:32:29.308+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:839">
      <![LOG[Preparing Policy Assignment Request.]LOG]!><time="15:32:29.308+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:855">
      <![LOG[ Setting transport.]LOG]!><time="15:32:29.308+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:856">
      <![LOG[ Setting site code = NUE.]LOG]!><time="15:32:29.308+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:861">
      <![LOG[ Setting client ID = 828fcd24-e881-437d-9cf6-d29162624702.]LOG]!><time="15:32:29.308+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:863">
      <![LOG[Executing Policy Assignment Request.]LOG]!><time="15:32:29.308+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:881">
      <![LOG[Sending RequestAssignments]LOG]!><time="15:32:29.308+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:2725">
      <![LOG[Formatted header:]LOG]!><time="15:32:29.308+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_PolicyManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:32:29Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="728"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_PolicyManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:32:29.308+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:32:29.308+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:32:29.433+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:32:29.449+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:32:29.449+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 72605, uncompressed size 607978.]LOG]!><time="15:32:29.449+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="ccmzlib.cpp:646">
      <![LOG[Retrieving Policy Assignments:]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:886">
      <![LOG[ Processing Policy Assignment {14f5e357-cdbc-4f77-b084-3a740ae7040c}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {de8db46e-2d3b-4459-aefc-3d828b759feb}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {e72633c8-9c93-4d44-808b-b74dc11ca617}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {e473cacd-c9b3-43a1-9ad6-b202e79e90b8}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {94c64678-5c49-4a7a-8ed6-9f4284d63bc4}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {8057d705-8cdd-4176-b6fa-af3410a8c029}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {faa95f8e-e6af-4ff6-bed1-f5f5fecef08e}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {61d00b25-0486-4dbc-bd12-ffaf39e5cd23}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {db0f38dd-2b9a-478e-b913-6429b0817713}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {9e32d520-734b-4379-b7a0-ab21ec7d4221}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {382043f9-bc76-4416-8e3a-fe7c632dbec4}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {62559214-36ba-44f5-a46e-8982dae883df}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {c8e1eb74-fdb3-48d0-8541-dba967cdd404}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {664a37b8-f759-4b33-bac5-414b2b30f711}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {afb441bc-095f-4a0b-b101-dbae37b38ec2}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {8358035b-fe25-4771-a6b6-7a64b1c0e8cb}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {0b0e88a1-20df-4d33-852c-208fc1af4c8b}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {2ee2610d-bc0c-4647-9567-526b3695110b}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {24133601-367f-42d5-9684-551caf5fba20}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {ec7990cd-01de-48a6-9227-d4072478b43d}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {99fe9299-34fd-4508-b60a-25854bfa1c6e}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {c25b5a28-1d02-4464-807e-dc36b5af6c62}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {0ab03af1-88cf-416f-88ce-acfd97c58b74}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment {49b6a3f6-abdf-4450-83ef-0d5b900c7b70}.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment NUE20049-NUE0007F-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment NUE20112-NUE0016F-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment NUE20139-NUE001BE-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment NUE201A5-NUE00253-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment NUE201A8-NUE0017F-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment NUE20286-NUE0037A-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment NUE20333-NUE00429-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment NUE20372-NUE00456-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment NUE20374-NUE00425-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment NUE20382-NUE0045C-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE00001-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE00007-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE0000D-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE0000E-6B842B59.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE0000F-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE00012-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE00017-BBAD0EE1.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE00017-80FF9B89.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE00017-EBEF46EA.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE0001A-F93C1121.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE0001D-765F6F8F.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE0001E-EBFD064B.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE0001F-212932E9.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE00025-2F138818.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE00026-5C4F51CF.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE00027-E9DA4FD6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE00029-CB1D8D41.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE0002B-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE0003C-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE0003D-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE0003F-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE00042-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE00049-CFFAE521.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE0004A-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE00057-55DF53A7.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE00072-A9CDFBDC.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE00078-89111C70.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE00080-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE00092-F4B691EC.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE00017-C5F335A5.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE0002C-D26B08D2.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20049-NUE00016-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00007-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0000D-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00016-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00017-C5F335A5.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00029-CB1D8D41.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0002B-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00042-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0009D-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0009E-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE000A0-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE000A6-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE000A7-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE000AC-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE000FC-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00105-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00110-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0011B-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0011C-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00124-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0012E-374FBDCF.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0013D-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0015A-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0015D-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00162-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00165-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00168-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00169-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00178-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00179-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00001-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00182-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00194-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE001A9-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE001E7-DBBBC9D6.]LOG]!><time="15:32:29.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE001EB-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE001EC-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE001ED-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE001EF-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00216-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0000E-6B842B59.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00017-EBEF46EA.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0001A-F93C1121.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0001C-812B6D81.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0001D-765F6F8F.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0001F-212932E9.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00025-2F138818.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00026-5C4F51CF.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00027-E9DA4FD6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0002C-D26B08D2.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00049-CFFAE521.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0004A-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00057-55DF53A7.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00078-89111C70.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00084-351AD561.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00092-F4B691EC.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE00240-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0025D-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0026A-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE002C6-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE002C9-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE002CA-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20112-NUE0030D-0995A3AC.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00007-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE0000D-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE0000E-6B842B59.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00016-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00017-C5F335A5.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00018-81C24B7E.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00018-CB501B27.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE0001A-F93C1121.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE0001F-212932E9.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00025-2F138818.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00026-5C4F51CF.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00027-E9DA4FD6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE0002B-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00042-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE0004A-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00057-55DF53A7.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE0015C-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE0015F-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00161-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00164-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00167-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE0016A-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE0017B-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE0017D-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00180-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE002DB-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE002DC-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00397-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00398-90757F63.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00017-56174531.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00215-0DA72D88.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE002A1-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00393-408EED4E.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00393-792EB941.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE001F0-B6DA1832.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00359-7F54D946.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00362-F38EBE91.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00392-45B813F8.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE0030D-0995A3AC.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE0039E-EEF9DFC3.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE002C0-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE002D6-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE0039F-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE003A4-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00395-3FAEC979.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE003F4-85BA6ACD.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE003F6-96690D6B.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20139-NUE00476-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00007-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE0000D-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00017-C5F335A5.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE0001A-F93C1121.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE0001F-212932E9.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00025-2F138818.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00026-5C4F51CF.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00027-E9DA4FD6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE0002B-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00042-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE0004A-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00057-55DF53A7.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00072-57D4E632.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00078-89111C70.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE000F8-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE0015B-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE0015E-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00160-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00163-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00166-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE0016B-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE0017A-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE0017C-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00181-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE001AE-82E42AB3.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE001E3-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE001F0-B6DA1832.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00017-56174531.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00157-825F9DBE.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00213-510238B1.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE0000E-2DFE6E34.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE002E7-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE002E8-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE002EE-6CC4AEB6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00338-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00215-0DA72D88.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE0029F-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE0039A-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00398-A4541B3C.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE0039E-7CF53850.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00392-45B813F8.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00393-408EED4E.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00393-792EB941.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE003A3-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE003A5-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00394-1A7B7CC3.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00359-7F54D946.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE003F3-2898AE6B.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE003F6-96690D6B.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE00476-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE002E4-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE003AC-4020A002.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A5-NUE003FE-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00007-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE0000D-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE0000E-6B842B59.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00016-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00017-1579B42A.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00017-C5F335A5.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00018-81C24B7E.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00018-CB501B27.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE0001A-F93C1121.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE0001F-212932E9.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00025-2F138818.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00026-5C4F51CF.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00027-E9DA4FD6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE0002B-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE0002C-D26B08D2.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00042-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE0004A-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00057-55DF53A7.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00155-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00157-825F9DBE.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE0015C-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE0015F-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00161-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00164-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00167-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE0016A-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE0017B-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE0017D-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00180-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE001F0-B6DA1832.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE001F4-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE001FA-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE001FB-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE001FC-C739A111.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE001FD-8AF9437B.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE001FE-B0254CF7.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00202-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00205-89621A40.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00206-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00208-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE0020D-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE0020E-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE0020F-FB2CB1BB.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00210-37CFCE49.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00211-1DBCF804.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00212-33E24EB3.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00213-510238B1.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00214-FF014442.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE002C0-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE002C2-D7094200.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE002D6-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE002DB-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE002DC-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE002F0-6CC4AEB6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00017-56174531.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE0032F-1981CBB2.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE0030D-0995A3AC.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00397-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00398-90757F63.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE0039E-73AB2859.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE0039F-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE003A4-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00394-6AF63061.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00359-7F54D946.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE003F3-E49A58C0.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE003F6-96690D6B.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE201A8-NUE00476-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00007-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE0000D-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE0000E-6B842B59.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00016-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00017-1579B42A.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00017-56174531.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00017-C5F335A5.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00018-81C24B7E.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00018-CB501B27.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE0001A-F93C1121.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE0001F-212932E9.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00026-5C4F51CF.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00027-E9DA4FD6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE0002B-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00042-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE0004A-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00057-55DF53A7.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00157-825F9DBE.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE0015C-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE0015F-DBBBC9D6.]LOG]!><time="15:32:29.496+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00161-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00164-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00167-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE0016A-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE0017B-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE0017D-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00180-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE001F0-B6DA1832.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE001F4-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE001FA-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE001FB-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE001FC-C739A111.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE001FD-8AF9437B.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE001FE-B0254CF7.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00202-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00205-89621A40.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00206-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00208-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE0020D-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE0020E-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE0020F-FB2CB1BB.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00210-37CFCE49.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00211-1DBCF804.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00212-33E24EB3.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00213-510238B1.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00214-FF014442.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE002C0-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE002C2-D7094200.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE002D6-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE002DB-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE002DC-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE002F0-6CC4AEB6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE0030D-0995A3AC.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00362-F38EBE91.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00392-45B813F8.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00393-408EED4E.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00393-792EB941.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00397-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00215-0DA72D88.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE0039F-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE003A4-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00394-6AF63061.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE003F3-2898AE6B.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE003F6-96690D6B.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE0029D-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00025-2F138818.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00359-7F54D946.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20286-NUE00476-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00007-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE0000D-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE0000E-2DFE6E34.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00017-56174531.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00017-C5F335A5.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE0001A-F93C1121.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE0001F-212932E9.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00025-2F138818.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00026-5C4F51CF.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00027-E9DA4FD6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE0002B-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00042-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE0004A-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00057-55DF53A7.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00072-57D4E632.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00078-89111C70.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE000F8-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00157-825F9DBE.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE0015B-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE0015E-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00160-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00163-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00166-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE0016B-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE0017A-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE0017C-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00181-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE001AE-82E42AB3.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE001E3-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE001F0-B6DA1832.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00213-510238B1.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00215-0DA72D88.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE002E7-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE002E8-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE002EE-6CC4AEB6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00338-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00359-7F54D946.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00392-45B813F8.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00393-408EED4E.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00393-792EB941.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00394-1A7B7CC3.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00398-A4541B3C.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE0039A-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE0039E-7CF53850.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE003A3-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE003A5-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE003F3-2898AE6B.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE003F6-96690D6B.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00446-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE00002-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE002E4-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE003AC-4020A002.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20333-NUE003FE-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00001-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00007-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE0000D-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE0000E-6B842B59.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00016-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00017-1579B42A.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00017-56174531.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00017-C5F335A5.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00018-81C24B7E.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00018-CB501B27.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE0001A-F93C1121.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE0001F-212932E9.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00026-5C4F51CF.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00027-E9DA4FD6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE0002B-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00042-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE0004A-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00057-55DF53A7.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00157-825F9DBE.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE0015C-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE0015F-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00161-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00164-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00167-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE0016A-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE0017B-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE0017D-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00180-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE001F0-B6DA1832.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE001F4-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE001FA-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE001FB-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE001FC-C739A111.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE001FD-8AF9437B.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE001FE-B0254CF7.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00202-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00205-89621A40.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00206-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00208-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE0020D-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE0020E-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE0020F-FB2CB1BB.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00210-37CFCE49.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00211-1DBCF804.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00212-33E24EB3.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00214-FF014442.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00215-0DA72D88.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE002C0-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE002C2-D7094200.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE002D6-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE002DB-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE002DC-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE002F0-6CC4AEB6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE0030D-0995A3AC.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00359-7F54D946.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00362-F38EBE91.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00389-58901C87.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00392-45B813F8.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00393-408EED4E.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00393-792EB941.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00394-6AF63061.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00397-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE0039F-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE003A4-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE003F3-2898AE6B.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE003F6-96690D6B.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE00418-3BB6B0D8.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20372-NUE0043F-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00007-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE0000D-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE0000E-6B842B59.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00016-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00017-1579B42A.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00017-56174531.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00017-C5F335A5.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00018-81C24B7E.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00018-CB501B27.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE0001A-F93C1121.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE0001F-212932E9.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00026-5C4F51CF.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00027-E9DA4FD6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE0002B-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00042-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE0004A-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00057-55DF53A7.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00157-825F9DBE.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE0015C-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE0015F-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00161-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00164-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00167-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE0016A-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE0017B-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE0017D-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00180-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE001F0-B6DA1832.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE001F4-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE001FA-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE001FB-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE001FC-C739A111.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE001FD-8AF9437B.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE001FE-B0254CF7.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00202-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00205-89621A40.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00206-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00208-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE0020D-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE0020E-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE0020F-FB2CB1BB.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00210-37CFCE49.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00211-1DBCF804.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00212-33E24EB3.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00214-FF014442.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00215-0DA72D88.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE002C0-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE002C2-D7094200.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE002D6-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE002DB-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE002DC-DBBBC9D6.]LOG]!><time="15:32:29.511+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE002F0-6CC4AEB6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE0030D-0995A3AC.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00359-7F54D946.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00362-F38EBE91.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00389-58901C87.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00392-45B813F8.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00393-408EED4E.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00393-792EB941.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00394-6AF63061.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00397-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE0039F-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE003A4-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE003F3-2898AE6B.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE003F6-96690D6B.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00418-3BB6B0D8.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE0043F-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE002F5-5A4A525C.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20374-NUE00476-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00007-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0000D-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00016-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00017-1579B42A.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00017-C5F335A5.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0002B-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0004A-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0045D-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00394-6AF63061.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00395-3FAEC979.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00157-825F9DBE.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0000E-6B842B59.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0001A-F93C1121.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00026-5C4F51CF.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00027-E9DA4FD6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00057-55DF53A7.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0030D-0995A3AC.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00392-45B813F8.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE003F3-2898AE6B.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE003F6-96690D6B.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00418-3BB6B0D8.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0001F-212932E9.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00362-F38EBE91.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0041A-5A603C8A.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00463-1B58CCA8.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00476-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE002F5-5A4A525C.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00483-EC7BC62B.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00484-CDDF3881.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00485-EA5494B3.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0048C-BAEEF24F.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0015F-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00161-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00164-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00167-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0016A-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0017B-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0017D-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00397-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0039F-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE003A4-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0015C-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00180-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE002C0-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE002D6-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE002DB-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE002DC-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE004A2-9E456305.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE004A3-B9CECF37.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE004A6-35BC4438.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE004B2-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE004B4-66261FBC.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE000F8-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0015B-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0015E-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00160-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00163-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00166-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0016B-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0017A-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0017C-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00181-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE001E3-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE002E4-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE002E7-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE002E8-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE00338-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE0039A-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE003A3-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE003A5-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE003AC-4020A002.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE003FE-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[ Processing Policy Assignment DEP-NUE20382-NUE004BE-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:895">
      <![LOG[Successfully read 627 policy assignments.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:909">
      <![LOG[Downloading policy body NUE20049-NUE0007F-DBBBC9D6.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?NUE20049-NUE0007F-DBBBC9D6.32_00.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1837">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?NUE20049-NUE0007F-DBBBC9D6.32_00]LOG]!><time="15:32:29.527+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:32:29.574+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="libsmsmessaging.cpp:7734">
      <![LOG[found a secure policy]LOG]!><time="15:32:29.605+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4318">
      <![LOG[decoding policy]LOG]!><time="15:32:29.605+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4322">
      <![LOG[Reading Policy Body.]LOG]!><time="15:32:29.620+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:32:29.620+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1852">
      <![LOG[Downloading policy body NUE20112-NUE0016F-DBBBC9D6.]LOG]!><time="15:32:29.620+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:32:29.620+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:32:29.620+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?NUE20112-NUE0016F-DBBBC9D6.124_00.]LOG]!><time="15:32:29.620+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:32:29.620+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1837">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?NUE20112-NUE0016F-DBBBC9D6.124_00]LOG]!><time="15:32:29.636+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:32:29.714+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="libsmsmessaging.cpp:7734">
      <![LOG[found a secure policy]LOG]!><time="15:32:29.839+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4318">
      <![LOG[decoding policy]LOG]!><time="15:32:29.839+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4322">
      <![LOG[Reading Policy Body.]LOG]!><time="15:32:29.886+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:32:29.886+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1852">
      <![LOG[Downloading policy body NUE20139-NUE001BE-DBBBC9D6.]LOG]!><time="15:32:29.901+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:32:29.901+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:32:29.901+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?NUE20139-NUE001BE-DBBBC9D6.36_00.]LOG]!><time="15:32:29.901+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:32:29.901+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1837">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?NUE20139-NUE001BE-DBBBC9D6.36_00]LOG]!><time="15:32:29.901+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:32:29.964+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="libsmsmessaging.cpp:7734">
      <![LOG[found a secure policy]LOG]!><time="15:32:30.042+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4318">
      <![LOG[decoding policy]LOG]!><time="15:32:30.042+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4322">
      <![LOG[Reading Policy Body.]LOG]!><time="15:32:30.073+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:32:30.073+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1852">
      <![LOG[Downloading policy body NUE201A5-NUE00253-DBBBC9D6.]LOG]!><time="15:32:30.088+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:32:30.088+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:32:30.088+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?NUE201A5-NUE00253-DBBBC9D6.72_00.]LOG]!><time="15:32:30.088+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:32:30.088+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1837">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?NUE201A5-NUE00253-DBBBC9D6.72_00]LOG]!><time="15:32:30.088+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:32:30.151+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="libsmsmessaging.cpp:7734">
      <![LOG[found a secure policy]LOG]!><time="15:32:30.244+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4318">
      <![LOG[decoding policy]LOG]!><time="15:32:30.244+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4322">
      <![LOG[Reading Policy Body.]LOG]!><time="15:32:30.291+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:32:30.291+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1852">
      <![LOG[Downloading policy body NUE201A8-NUE0017F-DBBBC9D6.]LOG]!><time="15:32:30.291+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:32:30.291+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:32:30.291+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?NUE201A8-NUE0017F-DBBBC9D6.78_00.]LOG]!><time="15:32:30.291+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:32:30.291+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1837">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?NUE201A8-NUE0017F-DBBBC9D6.78_00]LOG]!><time="15:32:30.291+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:32:30.369+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="libsmsmessaging.cpp:7734">
      <![LOG[found a secure policy]LOG]!><time="15:32:30.478+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4318">
      <![LOG[decoding policy]LOG]!><time="15:32:30.478+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4322">
      <![LOG[Reading Policy Body.]LOG]!><time="15:32:30.541+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:32:30.541+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1852">
      <![LOG[Downloading policy body NUE20286-NUE0037A-DBBBC9D6.]LOG]!><time="15:32:30.541+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:32:30.541+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:32:30.541+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?NUE20286-NUE0037A-DBBBC9D6.53_00.]LOG]!><time="15:32:30.541+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:32:30.541+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1837">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?NUE20286-NUE0037A-DBBBC9D6.53_00]LOG]!><time="15:32:30.541+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:32:30.619+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="libsmsmessaging.cpp:7734">
      <![LOG[found a secure policy]LOG]!><time="15:32:30.775+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4318">
      <![LOG[decoding policy]LOG]!><time="15:32:30.775+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4322">
      <![LOG[Reading Policy Body.]LOG]!><time="15:32:30.822+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:32:30.822+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1852">
      <![LOG[Downloading policy body NUE20333-NUE00429-DBBBC9D6.]LOG]!><time="15:32:30.837+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:32:30.837+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:32:30.837+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?NUE20333-NUE00429-DBBBC9D6.10_00.]LOG]!><time="15:32:30.837+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:32:30.837+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1837">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?NUE20333-NUE00429-DBBBC9D6.10_00]LOG]!><time="15:32:30.837+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:32:30.900+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="libsmsmessaging.cpp:7734">
      <![LOG[found a secure policy]LOG]!><time="15:32:30.993+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4318">
      <![LOG[decoding policy]LOG]!><time="15:32:30.993+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4322">
      <![LOG[Reading Policy Body.]LOG]!><time="15:32:31.040+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:32:31.040+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1852">
      <![LOG[Downloading policy body NUE20372-NUE00456-DBBBC9D6.]LOG]!><time="15:32:31.056+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:32:31.056+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:32:31.056+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?NUE20372-NUE00456-DBBBC9D6.2_00.]LOG]!><time="15:32:31.056+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:32:31.056+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1837">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?NUE20372-NUE00456-DBBBC9D6.2_00]LOG]!><time="15:32:31.056+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:32:31.118+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="libsmsmessaging.cpp:7734">
      <![LOG[found a secure policy]LOG]!><time="15:32:31.227+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4318">
      <![LOG[decoding policy]LOG]!><time="15:32:31.227+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4322">
      <![LOG[Reading Policy Body.]LOG]!><time="15:32:31.274+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:32:31.274+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1852">
      <![LOG[Downloading policy body NUE20374-NUE00425-DBBBC9D6.]LOG]!><time="15:32:31.274+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:32:31.290+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:32:31.290+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?NUE20374-NUE00425-DBBBC9D6.13_00.]LOG]!><time="15:32:31.290+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:32:31.290+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1837">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?NUE20374-NUE00425-DBBBC9D6.13_00]LOG]!><time="15:32:31.290+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:32:31.352+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="libsmsmessaging.cpp:7734">
      <![LOG[found a secure policy]LOG]!><time="15:32:31.524+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4318">
      <![LOG[decoding policy]LOG]!><time="15:32:31.524+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4322">
      <![LOG[Reading Policy Body.]LOG]!><time="15:32:31.570+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:32:31.570+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1852">
      <![LOG[Downloading policy body NUE20382-NUE0045C-DBBBC9D6.]LOG]!><time="15:32:31.570+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:32:31.570+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:32:31.570+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?NUE20382-NUE0045C-DBBBC9D6.48_00.]LOG]!><time="15:32:31.570+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:32:31.570+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1837">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?NUE20382-NUE0045C-DBBBC9D6.48_00]LOG]!><time="15:32:31.586+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:32:31.648+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="libsmsmessaging.cpp:7734">
      <![LOG[found a secure policy]LOG]!><time="15:32:31.742+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4318">
      <![LOG[decoding policy]LOG]!><time="15:32:31.742+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="libsmsmessaging.cpp:4322">
      <![LOG[Reading Policy Body.]LOG]!><time="15:32:31.789+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:32:31.789+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1852">
      <![LOG[This Task sequence is set for RunFromDP]LOG]!><time="15:32:31.789+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:2618">
      <![LOG[This Task sequence is set for RunFromDP]LOG]!><time="15:32:31.804+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:2618">
      <![LOG[This Task sequence is set for RunFromDP]LOG]!><time="15:32:31.820+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:2618">
      <![LOG[Skipping Task Sequence NUE001BE because it is disabled.]LOG]!><time="15:32:31.836+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:977">
      <![LOG[This Task sequence is set for RunFromDP]LOG]!><time="15:32:31.836+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:2618">
      <![LOG[Skipping Task Sequence NUE00253 because it is disabled.]LOG]!><time="15:32:31.851+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:977">
      <![LOG[This Task sequence is set for RunFromDP]LOG]!><time="15:32:31.851+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:2618">
      <![LOG[Skipping Task Sequence NUE0017F because it is disabled.]LOG]!><time="15:32:31.882+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:977">
      <![LOG[This Task sequence is set for RunFromDP]LOG]!><time="15:32:31.882+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:2618">
      <![LOG[Skipping Task Sequence NUE0037A because it is disabled.]LOG]!><time="15:32:31.898+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:977">
      <![LOG[This Task sequence is set for RunFromDP]LOG]!><time="15:32:31.898+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:2618">
      <![LOG[This Task sequence is set for RunFromDP]LOG]!><time="15:32:31.914+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:2618">
      <![LOG[Skipping Task Sequence NUE00456 because it is disabled.]LOG]!><time="15:32:31.929+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:977">
      <![LOG[This Task sequence is set for RunFromDP]LOG]!><time="15:32:31.929+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:2618">
      <![LOG[Skipping Task Sequence NUE00425 because it is disabled.]LOG]!><time="15:32:31.945+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tsmediawizardcontrol.cpp:977">
      <![LOG[This Task sequence is set for RunFromDP]LOG]!><time="15:32:31.945+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:2618">
      <![LOG[Retrieving collection variable policy.]LOG]!><time="15:32:31.976+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:1276">
      <![LOG[Found 0 collection variables.]LOG]!><time="15:32:31.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1284">
      <![LOG[Retrieving machine variable policy.]LOG]!><time="15:32:31.976+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="tspolicy.cpp:1295">
      <![LOG[Found 0 machine variables.]LOG]!><time="15:32:31.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tspolicy.cpp:1303">
      <![LOG[Setting machine/collection variables in the task sequencing environment.]LOG]!><time="15:32:31.976+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1380" file="utils.cpp:121">
      <![LOG[Exiting TSMediaWizardControl::GetPolicy.]LOG]!><time="15:32:31.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1380" file="tsmediawizardcontrol.cpp:1108">
      <![LOG[WelcomePage::OnWizardNext()]LOG]!><time="15:32:31.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="tsmediawelcomepage.cpp:314">
      <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="15:32:31.976+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1312" file="tsremovablemedia.cpp:321">
      <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sms_fre\sms\framework\smscrypt\windes.cpp,185)]LOG]!><time="15:32:31.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="windes.cpp:185">
      <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, wcslen(pszPassword)*sizeof(WCHAR), encryptedBuffer.getBuffer(), encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sms_fre\sms\framework\tscore\tsremovablemedia.cpp,386)]LOG]!><time="15:32:31.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="tsremovablemedia.cpp:386">
      <![LOG[Skipping Confirmation Page.]LOG]!><time="15:32:31.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="tsmediaconfirmationpage.cpp:169">
      <![LOG[Activating Task Sequence Selection Page.]LOG]!><time="15:32:31.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="tsmediataskselectionpage.cpp:112">
      <![LOG[TaskSelectionPage::OnWizardNext()]LOG]!><time="15:33:12.458+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="tsmediataskselectionpage.cpp:137">
      <![LOG[Skipping Variables Selection Page.]LOG]!><time="15:33:12.458+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="tsmediavariablesselectionpage.cpp:155">
      <![LOG[Activating Resolve Progress Page.]LOG]!><time="15:33:12.458+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="tsmediaresolveprogresspage.cpp:76">
      <![LOG[ResolveProgressPage::OnWizardNext()]LOG]!><time="15:33:12.474+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1312" file="tsmediaresolveprogresspage.cpp:113">
      <![LOG[Spawned thread 1832 to resolve task sequence dependencies.]LOG]!><time="15:33:12.489+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1312" file="tsmediaresolveprogresspage.cpp:142">
      <![LOG[No content source files for selected task sequence.]LOG]!><time="15:33:12.489+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2837">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00007", ProgramID="*"]]LOG]!><time="15:33:12.489+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00007-DBBBC9D6.]LOG]!><time="15:33:12.505+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:12.505+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:12.505+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00007-DBBBC9D6.2_00.]LOG]!><time="15:33:12.505+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:12.505+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:12.505+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00007-DBBBC9D6.2_00]LOG]!><time="15:33:12.505+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:12.505+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:12.520+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:12.520+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00007 from policy]LOG]!><time="15:33:12.520+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:12.520+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:12.520+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00007.]LOG]!><time="15:33:12.520+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00007]LOG]!><time="15:33:12.520+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:12.520+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Downloading policy body {0b0e88a1-20df-4d33-852c-208fc1af4c8b}.]LOG]!><time="15:33:12.520+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:12.536+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:12.536+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?{0b0e88a1-20df-4d33-852c-208fc1af4c8b}.6_00.]LOG]!><time="15:33:12.536+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:12.536+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?{0b0e88a1-20df-4d33-852c-208fc1af4c8b}.6_00]LOG]!><time="15:33:12.552+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:12.552+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[found a secure policy]LOG]!><time="15:33:12.552+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4318">
      <![LOG[decoding policy]LOG]!><time="15:33:12.552+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4322">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:12.567+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:12.567+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:12.567+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:12.567+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:12.567+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Downloading policy body {c25b5a28-1d02-4464-807e-dc36b5af6c62}.]LOG]!><time="15:33:12.567+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:12.583+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:12.583+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?{c25b5a28-1d02-4464-807e-dc36b5af6c62}.1_00.]LOG]!><time="15:33:12.583+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:12.583+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:12.583+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?{c25b5a28-1d02-4464-807e-dc36b5af6c62}.1_00]LOG]!><time="15:33:12.583+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:12.583+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:12.583+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:12.583+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:12.583+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:12.583+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:12.598+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[GetAdaptersAddressess entry point is supported.]LOG]!><time="15:33:12.598+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:118">
      <![LOG[DhcpGetOriginalSubnetMask entry point is supported.]LOG]!><time="15:33:12.598+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:181">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:12.598+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:12.598+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00007:6 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:12.598+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:12.614+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:12.614+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:12Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:12.614+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:12.614+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:12.645+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:12.645+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:12.645+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 494, uncompressed size 2604.]LOG]!><time="15:33:12.645+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:12.645+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00007\ to Local DP list.]LOG]!><time="15:33:12.645+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00007\ to Local DP list.]LOG]!><time="15:33:12.645+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:12.645+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:12.645+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:12.645+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:12.661+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00007\]LOG]!><time="15:33:12.661+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:12.661+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00007".]LOG]!><time="15:33:12.661+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00007".]LOG]!><time="15:33:12.879+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00007\]LOG]!><time="15:33:12.895+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00007\]LOG]!><time="15:33:12.895+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:12.895+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00007".]LOG]!><time="15:33:12.895+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00007".]LOG]!><time="15:33:12.910+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00007\]LOG]!><time="15:33:12.926+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00007 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00007\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00007\]LOG]!><time="15:33:12.926+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0000D", ProgramID="*"]]LOG]!><time="15:33:12.926+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0000D-DBBBC9D6.]LOG]!><time="15:33:12.926+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:12.926+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:12.926+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0000D-DBBBC9D6.5_00.]LOG]!><time="15:33:12.926+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:12.926+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:12.926+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0000D-DBBBC9D6.5_00]LOG]!><time="15:33:12.926+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:12.926+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:12.942+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:12.942+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0000D from policy]LOG]!><time="15:33:12.942+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:12.942+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:12.942+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0000D.]LOG]!><time="15:33:12.942+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0000D]LOG]!><time="15:33:12.942+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:12.942+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:12.942+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:12.957+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:12.957+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:12.957+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:12.957+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:12.957+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:12.957+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:12.957+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:12.957+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:12.957+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0000D:57 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:12.957+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:12.973+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:12.973+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:12Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="608"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:12.973+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:12.973+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:13.004+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:13.004+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:13.004+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 493, uncompressed size 2608.]LOG]!><time="15:33:13.004+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:13.004+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0000D\ to Local DP list.]LOG]!><time="15:33:13.004+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0000D\ to Local DP list.]LOG]!><time="15:33:13.004+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:13.004+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:13.004+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:13.004+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:13.004+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0000D\]LOG]!><time="15:33:13.004+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:13.004+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0000D".]LOG]!><time="15:33:13.020+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0000D".]LOG]!><time="15:33:13.020+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0000D\]LOG]!><time="15:33:13.020+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0000D\]LOG]!><time="15:33:13.020+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:13.020+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0000D".]LOG]!><time="15:33:13.020+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0000D".]LOG]!><time="15:33:13.035+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0000D\]LOG]!><time="15:33:13.035+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0000D content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0000D\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0000D\]LOG]!><time="15:33:13.035+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0000E", ProgramID="Install_VMwareTools"]]LOG]!><time="15:33:13.035+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0000E-6B842B59.]LOG]!><time="15:33:13.035+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:13.035+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:13.035+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0000E-6B842B59.2_00.]LOG]!><time="15:33:13.035+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:13.035+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:13.035+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0000E-6B842B59.2_00]LOG]!><time="15:33:13.035+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:13.051+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:13.051+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:13.051+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0000E from policy]LOG]!><time="15:33:13.066+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:13.066+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:13.066+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0000E.]LOG]!><time="15:33:13.066+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0000E]LOG]!><time="15:33:13.066+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:13.066+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:13.066+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:13.066+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:13.066+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:13.066+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:13.066+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:13.066+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:13.066+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:13.066+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:13.066+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:13.066+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0000E:4 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:13.082+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:13.098+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:13.098+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:13Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:13.098+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:13.098+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:13.113+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:13.113+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:13.113+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 493, uncompressed size 2604.]LOG]!><time="15:33:13.113+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:13.113+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0000E\ to Local DP list.]LOG]!><time="15:33:13.113+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0000E\ to Local DP list.]LOG]!><time="15:33:13.113+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:13.129+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:13.129+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:13.129+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:13.129+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0000E\]LOG]!><time="15:33:13.129+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:13.129+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0000E".]LOG]!><time="15:33:13.129+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0000E".]LOG]!><time="15:33:13.129+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0000E\]LOG]!><time="15:33:13.129+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0000E\]LOG]!><time="15:33:13.129+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:13.144+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0000E".]LOG]!><time="15:33:13.144+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0000E".]LOG]!><time="15:33:13.144+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0000E\]LOG]!><time="15:33:13.144+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0000E content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0000E\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0000E\]LOG]!><time="15:33:13.144+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00016", ProgramID="*"]]LOG]!><time="15:33:13.144+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00016-DBBBC9D6.]LOG]!><time="15:33:13.144+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:13.144+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:13.144+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00016-DBBBC9D6.2_00.]LOG]!><time="15:33:13.144+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:13.144+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:13.144+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00016-DBBBC9D6.2_00]LOG]!><time="15:33:13.144+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:13.160+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:13.176+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:13.176+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00016 from policy]LOG]!><time="15:33:13.176+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:13.176+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:13.176+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00016.]LOG]!><time="15:33:13.176+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00016]LOG]!><time="15:33:13.176+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:13.176+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:13.176+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:13.176+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:13.176+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:13.176+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:13.176+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:13.176+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:13.176+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:13.176+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:13.176+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:13.191+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00016:2 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:13.191+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:13.207+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:13.207+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:13Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:13.207+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:13.207+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:13.222+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:13.238+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:13.238+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 472, uncompressed size 2372.]LOG]!><time="15:33:13.238+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:13.238+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00016\ to Local DP list.]LOG]!><time="15:33:13.238+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00016\ to Local DP list.]LOG]!><time="15:33:13.238+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:13.238+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:13.238+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:13.238+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:13.238+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00016\]LOG]!><time="15:33:13.238+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:13.238+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00016".]LOG]!><time="15:33:13.238+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00016".]LOG]!><time="15:33:13.254+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00016\]LOG]!><time="15:33:13.254+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00016\]LOG]!><time="15:33:13.254+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:13.254+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00016".]LOG]!><time="15:33:13.254+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00016".]LOG]!><time="15:33:13.269+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00016\]LOG]!><time="15:33:13.269+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00016 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00016\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00016\]LOG]!><time="15:33:13.269+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00017", ProgramID="Set_SCCMOSDKEY"]]LOG]!><time="15:33:13.269+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00017-1579B42A.]LOG]!><time="15:33:13.269+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:13.269+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:13.269+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00017-1579B42A.2_00.]LOG]!><time="15:33:13.269+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:13.269+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:13.269+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00017-1579B42A.2_00]LOG]!><time="15:33:13.269+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:13.285+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:13.285+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:13.285+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00017-C5F335A5.]LOG]!><time="15:33:13.285+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:13.285+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:13.285+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00017-C5F335A5.2_00.]LOG]!><time="15:33:13.285+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:13.285+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:13.285+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00017-C5F335A5.2_00]LOG]!><time="15:33:13.285+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:13.300+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:13.300+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:13.300+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00017 from policy]LOG]!><time="15:33:13.316+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:13.316+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:13.316+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00017.]LOG]!><time="15:33:13.316+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00017]LOG]!><time="15:33:13.316+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:13.316+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:13.316+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:13.316+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:13.316+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:13.316+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:13.316+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:13.316+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:13.316+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:13.316+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:13.316+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:13.316+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00017:31 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:13.332+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:13.332+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:13.347+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:13Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="608"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:13.347+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:13.347+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:13.363+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:13.363+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:13.363+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 494, uncompressed size 2608.]LOG]!><time="15:33:13.363+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:13.363+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00017\ to Local DP list.]LOG]!><time="15:33:13.363+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00017\ to Local DP list.]LOG]!><time="15:33:13.363+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:13.363+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:13.378+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:13.378+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:13.378+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00017\]LOG]!><time="15:33:13.378+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:13.378+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00017".]LOG]!><time="15:33:13.378+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00017".]LOG]!><time="15:33:13.378+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00017\]LOG]!><time="15:33:13.378+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00017\]LOG]!><time="15:33:13.378+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:13.378+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00017".]LOG]!><time="15:33:13.394+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00017".]LOG]!><time="15:33:13.394+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00017\]LOG]!><time="15:33:13.394+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00017 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00017\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00017\]LOG]!><time="15:33:13.394+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0001A", ProgramID="Install_companyScreensaver"]]LOG]!><time="15:33:13.394+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0001A-F93C1121.]LOG]!><time="15:33:13.394+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:13.394+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:13.394+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0001A-F93C1121.2_00.]LOG]!><time="15:33:13.394+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:13.394+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:13.394+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0001A-F93C1121.2_00]LOG]!><time="15:33:13.410+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:13.410+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:13.425+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:13.425+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0001A from policy]LOG]!><time="15:33:13.425+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:13.425+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:13.425+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0001A.]LOG]!><time="15:33:13.425+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0001A]LOG]!><time="15:33:13.425+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:13.425+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:13.425+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:13.425+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:13.425+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:13.425+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:13.425+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:13.425+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:13.425+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:13.425+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:13.441+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:13.441+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0001A:1 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:13.441+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:13.456+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:13.456+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:13Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:13.456+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:13.456+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:13.472+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:13.488+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:13.488+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 473, uncompressed size 2372.]LOG]!><time="15:33:13.488+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:13.488+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0001A\ to Local DP list.]LOG]!><time="15:33:13.488+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0001A\ to Local DP list.]LOG]!><time="15:33:13.488+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:13.488+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:13.488+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:13.488+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:13.488+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0001A\]LOG]!><time="15:33:13.488+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:13.488+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0001A".]LOG]!><time="15:33:13.488+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0001A".]LOG]!><time="15:33:13.503+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0001A\]LOG]!><time="15:33:13.503+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0001A\]LOG]!><time="15:33:13.503+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:13.503+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0001A".]LOG]!><time="15:33:13.503+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0001A".]LOG]!><time="15:33:13.503+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0001A\]LOG]!><time="15:33:13.519+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0001A content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0001A\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0001A\]LOG]!><time="15:33:13.519+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0001F", ProgramID="Install_CitrixXenAppClient110"]]LOG]!><time="15:33:13.519+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0001F-212932E9.]LOG]!><time="15:33:13.519+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:13.519+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:13.519+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0001F-212932E9.2_00.]LOG]!><time="15:33:13.519+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:13.519+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:13.519+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0001F-212932E9.2_00]LOG]!><time="15:33:13.519+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:13.519+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:13.534+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:13.534+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0001F from policy]LOG]!><time="15:33:13.534+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:13.534+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:13.534+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0001F.]LOG]!><time="15:33:13.534+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0001F]LOG]!><time="15:33:13.534+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:13.534+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:13.534+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:13.534+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:13.534+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:13.534+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:13.534+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:13.534+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:13.534+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:13.534+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:13.550+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:13.550+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0001F:1 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:13.550+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:13.566+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:13.566+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:13Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:13.566+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:13.566+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:13.597+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:13.597+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:13.597+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 473, uncompressed size 2372.]LOG]!><time="15:33:13.597+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:13.597+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0001F\ to Local DP list.]LOG]!><time="15:33:13.597+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0001F\ to Local DP list.]LOG]!><time="15:33:13.597+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:13.597+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:13.597+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:13.597+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:13.597+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0001F\]LOG]!><time="15:33:13.597+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:13.597+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0001F".]LOG]!><time="15:33:13.612+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0001F".]LOG]!><time="15:33:13.612+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0001F\]LOG]!><time="15:33:13.612+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0001F\]LOG]!><time="15:33:13.612+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:13.612+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0001F".]LOG]!><time="15:33:13.628+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0001F".]LOG]!><time="15:33:13.628+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0001F\]LOG]!><time="15:33:13.628+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0001F content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0001F\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0001F\]LOG]!><time="15:33:13.628+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00027", ProgramID="Install_RealtekRealplayer1.90"]]LOG]!><time="15:33:13.628+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00027-E9DA4FD6.]LOG]!><time="15:33:13.628+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:13.628+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:13.628+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00027-E9DA4FD6.2_00.]LOG]!><time="15:33:13.628+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:13.628+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:13.628+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00027-E9DA4FD6.2_00]LOG]!><time="15:33:13.628+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:13.644+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:13.659+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:13.659+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00027 from policy]LOG]!><time="15:33:13.659+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:13.659+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:13.659+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00027.]LOG]!><time="15:33:13.659+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00027]LOG]!><time="15:33:13.659+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:13.659+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:13.659+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:13.659+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:13.659+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:13.659+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:13.659+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:13.659+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:13.659+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:13.659+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:13.675+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:13.675+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00027:2 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:13.675+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:13.690+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:13.690+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:13Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:13.690+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:13.690+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:13.722+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:13.722+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:13.722+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 497, uncompressed size 2604.]LOG]!><time="15:33:13.722+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:13.722+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00027\ to Local DP list.]LOG]!><time="15:33:13.722+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00027\ to Local DP list.]LOG]!><time="15:33:13.722+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:13.722+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:13.722+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:13.722+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:13.722+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00027\]LOG]!><time="15:33:13.722+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:13.722+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00027".]LOG]!><time="15:33:13.737+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00027".]LOG]!><time="15:33:13.737+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00027\]LOG]!><time="15:33:13.737+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00027\]LOG]!><time="15:33:13.737+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:13.737+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00027".]LOG]!><time="15:33:13.737+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00027".]LOG]!><time="15:33:13.753+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00027\]LOG]!><time="15:33:13.753+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00027 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00027\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00027\]LOG]!><time="15:33:13.753+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00026", ProgramID="Install_Putty098"]]LOG]!><time="15:33:13.753+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00026-5C4F51CF.]LOG]!><time="15:33:13.753+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:13.753+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:13.753+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00026-5C4F51CF.2_00.]LOG]!><time="15:33:13.753+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:13.753+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:13.753+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00026-5C4F51CF.2_00]LOG]!><time="15:33:13.753+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:13.768+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:13.784+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:13.784+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00026 from policy]LOG]!><time="15:33:13.784+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:13.784+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:13.784+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00026.]LOG]!><time="15:33:13.784+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00026]LOG]!><time="15:33:13.784+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:13.784+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:13.784+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:13.784+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:13.784+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:13.784+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:13.784+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:13.784+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:13.784+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:13.784+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:13.800+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:13.800+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00026:1 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:13.800+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:13.815+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:13.815+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:13Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:13.815+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:13.815+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:13.831+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:13.831+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:13.846+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 472, uncompressed size 2372.]LOG]!><time="15:33:13.846+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:13.846+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00026\ to Local DP list.]LOG]!><time="15:33:13.846+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00026\ to Local DP list.]LOG]!><time="15:33:13.846+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:13.846+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:13.846+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:13.846+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:13.846+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00026\]LOG]!><time="15:33:13.846+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:13.846+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00026".]LOG]!><time="15:33:13.846+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00026".]LOG]!><time="15:33:13.862+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00026\]LOG]!><time="15:33:13.862+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00026\]LOG]!><time="15:33:13.862+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:13.862+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00026".]LOG]!><time="15:33:13.862+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00026".]LOG]!><time="15:33:13.862+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00026\]LOG]!><time="15:33:13.878+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00026 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00026\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00026\]LOG]!><time="15:33:13.878+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0002B", ProgramID="*"]]LOG]!><time="15:33:13.878+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0002B-DBBBC9D6.]LOG]!><time="15:33:13.878+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:13.878+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:13.878+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0002B-DBBBC9D6.2_00.]LOG]!><time="15:33:13.878+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:13.878+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:13.878+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0002B-DBBBC9D6.2_00]LOG]!><time="15:33:13.878+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:13.878+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:13.893+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:13.893+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0002B from policy]LOG]!><time="15:33:13.893+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:13.893+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:13.893+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0002B.]LOG]!><time="15:33:13.893+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0002B]LOG]!><time="15:33:13.893+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:13.893+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:13.893+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:13.909+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:13.909+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:13.909+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:13.909+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:13.909+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:13.909+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:13.909+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:13.909+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:13.909+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0002B:1 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:13.909+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:13.924+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:13.924+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:13Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:13.924+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:13.924+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:13.956+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:13.956+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:13.956+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 473, uncompressed size 2372.]LOG]!><time="15:33:13.956+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:13.956+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0002B\ to Local DP list.]LOG]!><time="15:33:13.956+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B\ to Local DP list.]LOG]!><time="15:33:13.956+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:13.956+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:13.956+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:13.956+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:13.956+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B\]LOG]!><time="15:33:13.956+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:13.956+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B".]LOG]!><time="15:33:13.956+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B".]LOG]!><time="15:33:13.971+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B\]LOG]!><time="15:33:13.971+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0002B\]LOG]!><time="15:33:13.971+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:13.971+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0002B".]LOG]!><time="15:33:13.971+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0002B".]LOG]!><time="15:33:13.987+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0002B\]LOG]!><time="15:33:13.987+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0002B content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0002B\]LOG]!><time="15:33:13.987+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0004A", ProgramID="*"]]LOG]!><time="15:33:13.987+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0004A-DBBBC9D6.]LOG]!><time="15:33:13.987+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:13.987+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:13.987+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0004A-DBBBC9D6.2_00.]LOG]!><time="15:33:13.987+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:13.987+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:13.987+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0004A-DBBBC9D6.2_00]LOG]!><time="15:33:13.987+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:14.002+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:14.002+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:14.002+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0004A from policy]LOG]!><time="15:33:14.002+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:14.002+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:14.002+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0004A.]LOG]!><time="15:33:14.018+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0004A]LOG]!><time="15:33:14.018+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:14.018+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:14.018+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:14.018+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:14.018+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:14.018+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:14.018+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:14.018+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:14.018+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:14.018+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:14.018+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:14.018+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0004A:7 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:14.018+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:14.034+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:14.034+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:14Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:14.034+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:14.034+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:14.065+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:14.065+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:14.065+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2604.]LOG]!><time="15:33:14.065+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:14.065+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0004A\ to Local DP list.]LOG]!><time="15:33:14.065+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0004A\ to Local DP list.]LOG]!><time="15:33:14.065+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:14.065+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:14.065+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:14.065+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:14.065+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0004A\]LOG]!><time="15:33:14.065+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:14.065+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0004A".]LOG]!><time="15:33:14.080+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0004A".]LOG]!><time="15:33:14.080+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0004A\]LOG]!><time="15:33:14.080+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0004A\]LOG]!><time="15:33:14.080+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:14.080+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0004A".]LOG]!><time="15:33:14.080+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0004A".]LOG]!><time="15:33:14.096+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0004A\]LOG]!><time="15:33:14.096+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0004A content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0004A\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0004A\]LOG]!><time="15:33:14.096+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00057", ProgramID="Install_BGInfo_1.02"]]LOG]!><time="15:33:14.096+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00057-55DF53A7.]LOG]!><time="15:33:14.096+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:14.096+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:14.096+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00057-55DF53A7.2_00.]LOG]!><time="15:33:14.096+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:14.096+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:14.096+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00057-55DF53A7.2_00]LOG]!><time="15:33:14.096+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:14.112+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:14.112+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:14.112+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00057 from policy]LOG]!><time="15:33:14.127+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:14.127+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:14.127+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00057.]LOG]!><time="15:33:14.127+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00057]LOG]!><time="15:33:14.127+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:14.127+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:14.127+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:14.127+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:14.127+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:14.127+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:14.127+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:14.127+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:14.127+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:14.127+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:14.127+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:14.127+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00057:1 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:14.143+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:14.143+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:14.143+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:14Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:14.158+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:14.158+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:14.174+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:14.174+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:14.174+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 492, uncompressed size 2604.]LOG]!><time="15:33:14.174+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:14.174+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00057\ to Local DP list.]LOG]!><time="15:33:14.174+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00057\ to Local DP list.]LOG]!><time="15:33:14.174+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:14.174+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:14.190+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:14.190+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:14.190+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00057\]LOG]!><time="15:33:14.190+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:14.190+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00057".]LOG]!><time="15:33:14.190+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00057".]LOG]!><time="15:33:14.190+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00057\]LOG]!><time="15:33:14.190+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00057\]LOG]!><time="15:33:14.205+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:14.205+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00057".]LOG]!><time="15:33:14.205+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00057".]LOG]!><time="15:33:14.205+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00057\]LOG]!><time="15:33:14.205+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00057 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00057\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00057\]LOG]!><time="15:33:14.205+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE000F8", ProgramID="*"]]LOG]!><time="15:33:14.205+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE000F8-DBBBC9D6.]LOG]!><time="15:33:14.205+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:14.221+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:14.221+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE000F8-DBBBC9D6.2_00.]LOG]!><time="15:33:14.221+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:14.221+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:14.221+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE000F8-DBBBC9D6.2_00]LOG]!><time="15:33:14.221+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:14.221+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:14.236+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:14.236+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE000F8 from policy]LOG]!><time="15:33:14.236+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:14.236+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:14.236+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE000F8.]LOG]!><time="15:33:14.236+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE000F8]LOG]!><time="15:33:14.236+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:14.236+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:14.236+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:14.236+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:14.236+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:14.236+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:14.236+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:14.252+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:14.252+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:14.252+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:14.252+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:14.252+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE000F8:13 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:14.252+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:14.268+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:14.268+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:14Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="608"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:14.268+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:14.268+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:14.299+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:14.299+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:14.299+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2608.]LOG]!><time="15:33:14.299+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:14.299+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE000F8\ to Local DP list.]LOG]!><time="15:33:14.299+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE000F8\ to Local DP list.]LOG]!><time="15:33:14.299+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:14.299+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:14.299+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:14.299+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:14.299+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE000F8\]LOG]!><time="15:33:14.299+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:14.299+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE000F8".]LOG]!><time="15:33:14.299+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE000F8".]LOG]!><time="15:33:14.314+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE000F8\]LOG]!><time="15:33:14.314+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE000F8\]LOG]!><time="15:33:14.314+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:14.314+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE000F8".]LOG]!><time="15:33:14.314+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE000F8".]LOG]!><time="15:33:14.330+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE000F8\]LOG]!><time="15:33:14.330+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE000F8 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE000F8\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE000F8\]LOG]!><time="15:33:14.330+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0015B", ProgramID="*"]]LOG]!><time="15:33:14.330+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0015B-DBBBC9D6.]LOG]!><time="15:33:14.330+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:14.330+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:14.330+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0015B-DBBBC9D6.2_00.]LOG]!><time="15:33:14.330+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:14.330+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:14.330+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0015B-DBBBC9D6.2_00]LOG]!><time="15:33:14.330+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:14.346+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:14.346+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:14.346+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0015B from policy]LOG]!><time="15:33:14.346+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:14.346+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:14.361+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0015B.]LOG]!><time="15:33:14.361+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0015B]LOG]!><time="15:33:14.361+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:14.361+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:14.361+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:14.361+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:14.361+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:14.361+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:14.361+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:14.361+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:14.361+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:14.361+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:14.361+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:14.361+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0015B:3 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:14.377+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:14.377+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:14.377+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:14Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:14.377+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:14.392+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:14.408+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:14.408+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:14.408+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 494, uncompressed size 2604.]LOG]!><time="15:33:14.408+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:14.408+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015B\ to Local DP list.]LOG]!><time="15:33:14.408+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015B\ to Local DP list.]LOG]!><time="15:33:14.408+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:14.408+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:14.408+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:14.408+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:14.408+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015B\]LOG]!><time="15:33:14.424+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:14.424+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015B".]LOG]!><time="15:33:14.424+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015B".]LOG]!><time="15:33:14.424+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015B\]LOG]!><time="15:33:14.424+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015B\]LOG]!><time="15:33:14.424+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:14.424+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015B".]LOG]!><time="15:33:14.439+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015B".]LOG]!><time="15:33:14.439+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015B\]LOG]!><time="15:33:14.439+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0015B content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015B\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015B\]LOG]!><time="15:33:14.439+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0015C", ProgramID="*"]]LOG]!><time="15:33:14.439+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0015C-DBBBC9D6.]LOG]!><time="15:33:14.439+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:14.439+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:14.439+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0015C-DBBBC9D6.2_00.]LOG]!><time="15:33:14.439+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:14.439+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:14.439+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0015C-DBBBC9D6.2_00]LOG]!><time="15:33:14.439+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:14.455+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:14.470+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:14.470+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0015C from policy]LOG]!><time="15:33:14.470+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:14.470+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:14.470+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0015C.]LOG]!><time="15:33:14.470+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0015C]LOG]!><time="15:33:14.470+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:14.470+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:14.470+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:14.470+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:14.470+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:14.470+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:14.470+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:14.470+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:14.470+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:14.470+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:14.470+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:14.470+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0015C:8 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:14.486+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:14.502+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:14.502+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:14Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:14.502+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:14.502+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:14.517+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:14.517+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:14.517+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2604.]LOG]!><time="15:33:14.517+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:14.533+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015C\ to Local DP list.]LOG]!><time="15:33:14.533+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015C\ to Local DP list.]LOG]!><time="15:33:14.533+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:14.533+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:14.533+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:14.533+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:14.533+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015C\]LOG]!><time="15:33:14.533+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:14.533+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015C".]LOG]!><time="15:33:14.533+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015C".]LOG]!><time="15:33:14.533+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015C\]LOG]!><time="15:33:14.548+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015C\]LOG]!><time="15:33:14.548+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:14.548+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015C".]LOG]!><time="15:33:14.548+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015C".]LOG]!><time="15:33:14.548+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015C\]LOG]!><time="15:33:14.548+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0015C content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015C\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015C\]LOG]!><time="15:33:14.548+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0015E", ProgramID="*"]]LOG]!><time="15:33:14.564+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0015E-DBBBC9D6.]LOG]!><time="15:33:14.564+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:14.564+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:14.564+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0015E-DBBBC9D6.2_00.]LOG]!><time="15:33:14.564+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:14.564+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:14.564+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0015E-DBBBC9D6.2_00]LOG]!><time="15:33:14.564+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:14.564+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:14.580+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:14.580+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0015E from policy]LOG]!><time="15:33:14.580+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:14.580+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:14.580+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0015E.]LOG]!><time="15:33:14.580+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0015E]LOG]!><time="15:33:14.580+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:14.580+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:14.580+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:14.580+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:14.580+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:14.580+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:14.580+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:14.595+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:14.595+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:14.595+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:14.595+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:14.595+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0015E:6 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:14.595+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:14.611+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:14.611+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:14Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:14.611+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:14.611+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:14.642+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:14.642+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:14.642+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2604.]LOG]!><time="15:33:14.642+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:14.642+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015E\ to Local DP list.]LOG]!><time="15:33:14.642+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015E\ to Local DP list.]LOG]!><time="15:33:14.642+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:14.642+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:14.642+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:14.642+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:14.642+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015E\]LOG]!><time="15:33:14.642+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:14.642+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015E".]LOG]!><time="15:33:14.642+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015E".]LOG]!><time="15:33:14.658+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015E\]LOG]!><time="15:33:14.658+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015E\]LOG]!><time="15:33:14.658+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:14.658+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015E".]LOG]!><time="15:33:14.658+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015E".]LOG]!><time="15:33:14.673+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015E\]LOG]!><time="15:33:14.673+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0015E content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015E\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015E\]LOG]!><time="15:33:14.673+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0015F", ProgramID="*"]]LOG]!><time="15:33:14.673+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0015F-DBBBC9D6.]LOG]!><time="15:33:14.673+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:14.673+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:14.673+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0015F-DBBBC9D6.2_00.]LOG]!><time="15:33:14.673+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:14.673+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:14.673+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0015F-DBBBC9D6.2_00]LOG]!><time="15:33:14.673+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:14.689+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:14.689+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:14.689+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0015F from policy]LOG]!><time="15:33:14.704+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:14.704+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:14.704+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0015F.]LOG]!><time="15:33:14.704+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0015F]LOG]!><time="15:33:14.704+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:14.704+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:14.704+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:14.704+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:14.704+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:14.704+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:14.704+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:14.704+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:14.704+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:14.704+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:14.704+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:14.704+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0015F:3 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:14.720+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:14.736+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:14.736+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:14Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:14.736+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:14.736+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:14.751+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:14.751+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:14.751+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 494, uncompressed size 2604.]LOG]!><time="15:33:14.751+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:14.751+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015F\ to Local DP list.]LOG]!><time="15:33:14.751+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015F\ to Local DP list.]LOG]!><time="15:33:14.767+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:14.767+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:14.767+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:14.767+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:14.767+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015F\]LOG]!><time="15:33:14.767+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:14.767+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015F".]LOG]!><time="15:33:14.767+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015F".]LOG]!><time="15:33:14.767+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015F\]LOG]!><time="15:33:14.782+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015F\]LOG]!><time="15:33:14.782+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:14.782+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015F".]LOG]!><time="15:33:14.782+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015F".]LOG]!><time="15:33:14.782+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015F\]LOG]!><time="15:33:14.782+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0015F content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015F\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015F\]LOG]!><time="15:33:14.782+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00160", ProgramID="*"]]LOG]!><time="15:33:14.782+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00160-DBBBC9D6.]LOG]!><time="15:33:14.798+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:14.798+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:14.798+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00160-DBBBC9D6.2_00.]LOG]!><time="15:33:14.798+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:14.798+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:14.798+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00160-DBBBC9D6.2_00]LOG]!><time="15:33:14.798+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:14.798+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:14.814+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:14.814+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00160 from policy]LOG]!><time="15:33:14.814+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:14.814+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:14.814+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00160.]LOG]!><time="15:33:14.814+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00160]LOG]!><time="15:33:14.814+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:14.814+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:14.814+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:14.814+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:14.814+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:14.814+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:14.814+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:14.814+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:14.814+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:14.814+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:14.829+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:14.829+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00160:2 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:14.829+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:14.845+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:14.845+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:14Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:14.845+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:14.845+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:14.860+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:14.876+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:14.876+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 494, uncompressed size 2604.]LOG]!><time="15:33:14.876+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:14.876+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00160\ to Local DP list.]LOG]!><time="15:33:14.876+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00160\ to Local DP list.]LOG]!><time="15:33:14.876+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:14.876+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:14.876+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:14.876+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:14.876+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00160\]LOG]!><time="15:33:14.876+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:14.876+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00160".]LOG]!><time="15:33:14.876+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00160".]LOG]!><time="15:33:14.892+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00160\]LOG]!><time="15:33:14.892+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00160\]LOG]!><time="15:33:14.892+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:14.892+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00160".]LOG]!><time="15:33:14.892+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00160".]LOG]!><time="15:33:14.907+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00160\]LOG]!><time="15:33:14.907+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00160 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00160\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00160\]LOG]!><time="15:33:14.907+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00161", ProgramID="*"]]LOG]!><time="15:33:14.907+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00161-DBBBC9D6.]LOG]!><time="15:33:14.907+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:14.907+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:14.907+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00161-DBBBC9D6.2_00.]LOG]!><time="15:33:14.907+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:14.907+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:14.907+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00161-DBBBC9D6.2_00]LOG]!><time="15:33:14.907+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:14.923+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:14.923+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:14.923+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00161 from policy]LOG]!><time="15:33:14.923+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:14.923+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:14.923+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00161.]LOG]!><time="15:33:14.923+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00161]LOG]!><time="15:33:14.923+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:14.923+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:14.938+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:14.938+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:14.938+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:14.938+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:14.938+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:14.938+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:14.938+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:14.938+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:14.938+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:14.938+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00161:3 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:14.938+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:14.954+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:14.954+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:14Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:14.954+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:14.954+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:14.985+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:14.985+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:14.985+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2604.]LOG]!><time="15:33:14.985+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:14.985+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00161\ to Local DP list.]LOG]!><time="15:33:14.985+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00161\ to Local DP list.]LOG]!><time="15:33:14.985+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:14.985+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:14.985+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:14.985+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:14.985+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00161\]LOG]!><time="15:33:14.985+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:14.985+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00161".]LOG]!><time="15:33:15.001+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00161".]LOG]!><time="15:33:15.001+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00161\]LOG]!><time="15:33:15.001+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00161\]LOG]!><time="15:33:15.001+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:15.001+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00161".]LOG]!><time="15:33:15.016+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00161".]LOG]!><time="15:33:15.016+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00161\]LOG]!><time="15:33:15.016+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00161 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00161\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00161\]LOG]!><time="15:33:15.016+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00163", ProgramID="*"]]LOG]!><time="15:33:15.016+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00163-DBBBC9D6.]LOG]!><time="15:33:15.016+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:15.016+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:15.016+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00163-DBBBC9D6.2_00.]LOG]!><time="15:33:15.016+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:15.016+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:15.016+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00163-DBBBC9D6.2_00]LOG]!><time="15:33:15.016+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:15.032+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:15.048+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:15.048+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00163 from policy]LOG]!><time="15:33:15.048+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:15.048+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:15.048+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00163.]LOG]!><time="15:33:15.048+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00163]LOG]!><time="15:33:15.048+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:15.048+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:15.048+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:15.048+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:15.048+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:15.048+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:15.048+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:15.048+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:15.048+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:15.048+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:15.048+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:15.048+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00163:4 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:15.063+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:15.079+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:15.079+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:15Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:15.079+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:15.079+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:15.094+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:15.094+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:15.110+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 493, uncompressed size 2604.]LOG]!><time="15:33:15.110+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:15.110+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00163\ to Local DP list.]LOG]!><time="15:33:15.110+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00163\ to Local DP list.]LOG]!><time="15:33:15.110+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:15.110+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:15.110+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:15.110+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:15.110+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00163\]LOG]!><time="15:33:15.110+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:15.110+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00163".]LOG]!><time="15:33:15.110+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00163".]LOG]!><time="15:33:15.126+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00163\]LOG]!><time="15:33:15.126+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00163\]LOG]!><time="15:33:15.126+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:15.126+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00163".]LOG]!><time="15:33:15.126+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00163".]LOG]!><time="15:33:15.141+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00163\]LOG]!><time="15:33:15.141+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00163 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00163\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00163\]LOG]!><time="15:33:15.141+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00164", ProgramID="*"]]LOG]!><time="15:33:15.141+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00164-DBBBC9D6.]LOG]!><time="15:33:15.141+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:15.141+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:15.141+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00164-DBBBC9D6.2_00.]LOG]!><time="15:33:15.141+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:15.141+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:15.141+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00164-DBBBC9D6.2_00]LOG]!><time="15:33:15.141+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:15.157+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:15.157+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:15.157+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00164 from policy]LOG]!><time="15:33:15.157+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:15.157+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:15.157+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00164.]LOG]!><time="15:33:15.157+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00164]LOG]!><time="15:33:15.157+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:15.157+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:15.172+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:15.172+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:15.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:15.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:15.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:15.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:15.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:15.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:15.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:15.172+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00164:4 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:15.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:15.188+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:15.188+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:15Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:15.188+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:15.188+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:15.219+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:15.219+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:15.219+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 492, uncompressed size 2604.]LOG]!><time="15:33:15.219+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:15.219+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00164\ to Local DP list.]LOG]!><time="15:33:15.219+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00164\ to Local DP list.]LOG]!><time="15:33:15.219+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:15.219+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:15.219+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:15.219+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:15.219+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00164\]LOG]!><time="15:33:15.219+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:15.219+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00164".]LOG]!><time="15:33:15.235+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00164".]LOG]!><time="15:33:15.235+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00164\]LOG]!><time="15:33:15.235+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00164\]LOG]!><time="15:33:15.235+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:15.235+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00164".]LOG]!><time="15:33:15.250+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00164".]LOG]!><time="15:33:15.250+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00164\]LOG]!><time="15:33:15.250+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00164 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00164\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00164\]LOG]!><time="15:33:15.250+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00166", ProgramID="*"]]LOG]!><time="15:33:15.250+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00166-DBBBC9D6.]LOG]!><time="15:33:15.250+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:15.250+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:15.250+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00166-DBBBC9D6.2_00.]LOG]!><time="15:33:15.250+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:15.250+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:15.250+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00166-DBBBC9D6.2_00]LOG]!><time="15:33:15.250+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:15.266+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:15.266+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:15.266+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00166 from policy]LOG]!><time="15:33:15.282+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:15.282+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:15.282+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00166.]LOG]!><time="15:33:15.282+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00166]LOG]!><time="15:33:15.282+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:15.282+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:15.282+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:15.282+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:15.282+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:15.282+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:15.282+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:15.282+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:15.282+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:15.282+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:15.282+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:15.282+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00166:5 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:15.297+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:15.313+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:15.313+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:15Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:15.313+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:15.313+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:15.328+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:15.328+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:15.328+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2604.]LOG]!><time="15:33:15.328+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:15.344+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00166\ to Local DP list.]LOG]!><time="15:33:15.344+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00166\ to Local DP list.]LOG]!><time="15:33:15.344+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:15.344+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:15.344+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:15.344+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:15.344+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00166\]LOG]!><time="15:33:15.344+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:15.344+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00166".]LOG]!><time="15:33:15.344+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00166".]LOG]!><time="15:33:15.344+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00166\]LOG]!><time="15:33:15.344+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00166\]LOG]!><time="15:33:15.360+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:15.360+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00166".]LOG]!><time="15:33:15.360+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00166".]LOG]!><time="15:33:15.360+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00166\]LOG]!><time="15:33:15.360+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00166 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00166\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00166\]LOG]!><time="15:33:15.360+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00167", ProgramID="*"]]LOG]!><time="15:33:15.360+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00167-DBBBC9D6.]LOG]!><time="15:33:15.360+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:15.360+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:15.360+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00167-DBBBC9D6.2_00.]LOG]!><time="15:33:15.360+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:15.360+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:15.360+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00167-DBBBC9D6.2_00]LOG]!><time="15:33:15.360+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:15.375+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:15.391+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:15.391+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00167 from policy]LOG]!><time="15:33:15.391+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:15.391+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:15.391+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00167.]LOG]!><time="15:33:15.391+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00167]LOG]!><time="15:33:15.391+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:15.391+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:15.391+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:15.391+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:15.391+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:15.391+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:15.391+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:15.391+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:15.391+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:15.391+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:15.391+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:15.406+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00167:3 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:15.406+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:15.422+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:15.422+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:15Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:15.422+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:15.422+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:15.438+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:15.453+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:15.453+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2604.]LOG]!><time="15:33:15.453+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:15.453+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00167\ to Local DP list.]LOG]!><time="15:33:15.453+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00167\ to Local DP list.]LOG]!><time="15:33:15.453+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:15.453+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:15.453+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:15.453+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:15.453+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00167\]LOG]!><time="15:33:15.453+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:15.453+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00167".]LOG]!><time="15:33:15.453+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00167".]LOG]!><time="15:33:15.469+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00167\]LOG]!><time="15:33:15.469+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00167\]LOG]!><time="15:33:15.469+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:15.469+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00167".]LOG]!><time="15:33:15.469+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00167".]LOG]!><time="15:33:15.484+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00167\]LOG]!><time="15:33:15.484+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00167 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00167\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00167\]LOG]!><time="15:33:15.484+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0016A", ProgramID="*"]]LOG]!><time="15:33:15.484+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0016A-DBBBC9D6.]LOG]!><time="15:33:15.484+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:15.484+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:15.484+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0016A-DBBBC9D6.2_00.]LOG]!><time="15:33:15.484+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:15.484+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:15.484+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0016A-DBBBC9D6.2_00]LOG]!><time="15:33:15.484+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:15.484+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:15.500+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:15.500+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0016A from policy]LOG]!><time="15:33:15.500+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:15.500+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:15.500+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0016A.]LOG]!><time="15:33:15.500+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0016A]LOG]!><time="15:33:15.500+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:15.500+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:15.500+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:15.516+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:15.516+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:15.516+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:15.516+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:15.516+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:15.516+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:15.516+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:15.516+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:15.516+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0016A:5 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:15.516+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:15.531+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:15.531+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:15Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:15.531+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:15.531+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:15.562+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:15.562+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:15.562+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2604.]LOG]!><time="15:33:15.562+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:15.562+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0016A\ to Local DP list.]LOG]!><time="15:33:15.562+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0016A\ to Local DP list.]LOG]!><time="15:33:15.562+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:15.562+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:15.562+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:15.562+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:15.562+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0016A\]LOG]!><time="15:33:15.562+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:15.562+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0016A".]LOG]!><time="15:33:15.578+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0016A".]LOG]!><time="15:33:15.578+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0016A\]LOG]!><time="15:33:15.578+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0016A\]LOG]!><time="15:33:15.578+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:15.578+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0016A".]LOG]!><time="15:33:15.578+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0016A".]LOG]!><time="15:33:15.594+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0016A\]LOG]!><time="15:33:15.594+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0016A content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0016A\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0016A\]LOG]!><time="15:33:15.594+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0016B", ProgramID="*"]]LOG]!><time="15:33:15.594+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0016B-DBBBC9D6.]LOG]!><time="15:33:15.594+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:15.594+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:15.594+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0016B-DBBBC9D6.2_00.]LOG]!><time="15:33:15.594+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:15.594+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:15.594+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0016B-DBBBC9D6.2_00]LOG]!><time="15:33:15.594+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:15.609+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:15.609+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:15.609+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0016B from policy]LOG]!><time="15:33:15.625+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:15.625+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:15.625+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0016B.]LOG]!><time="15:33:15.625+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0016B]LOG]!><time="15:33:15.625+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:15.625+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:15.625+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:15.625+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:15.625+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:15.625+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:15.625+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:15.625+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:15.625+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:15.625+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:15.625+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:15.625+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0016B:11 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:15.640+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:15.656+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:15.656+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:15Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="608"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:15.656+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:15.656+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:15.672+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:15.672+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:15.672+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2608.]LOG]!><time="15:33:15.672+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:15.687+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0016B\ to Local DP list.]LOG]!><time="15:33:15.687+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0016B\ to Local DP list.]LOG]!><time="15:33:15.687+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:15.687+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:15.687+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:15.687+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:15.687+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0016B\]LOG]!><time="15:33:15.687+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:15.687+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0016B".]LOG]!><time="15:33:15.687+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0016B".]LOG]!><time="15:33:15.703+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0016B\]LOG]!><time="15:33:15.703+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0016B\]LOG]!><time="15:33:15.703+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:15.703+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0016B".]LOG]!><time="15:33:15.703+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0016B".]LOG]!><time="15:33:15.703+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0016B\]LOG]!><time="15:33:15.718+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0016B content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0016B\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0016B\]LOG]!><time="15:33:15.718+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0017A", ProgramID="*"]]LOG]!><time="15:33:15.718+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0017A-DBBBC9D6.]LOG]!><time="15:33:15.718+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:15.718+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:15.718+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0017A-DBBBC9D6.2_00.]LOG]!><time="15:33:15.718+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:15.718+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:15.718+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0017A-DBBBC9D6.2_00]LOG]!><time="15:33:15.718+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:15.734+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:15.734+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:15.734+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0017A from policy]LOG]!><time="15:33:15.734+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:15.734+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:15.734+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0017A.]LOG]!><time="15:33:15.750+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0017A]LOG]!><time="15:33:15.750+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:15.750+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:15.750+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:15.750+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:15.750+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:15.750+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:15.750+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:15.750+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:15.750+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:15.750+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:15.750+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:15.750+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0017A:2 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:15.765+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:15.765+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:15.765+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:15Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:15.765+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:15.765+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:15.796+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:15.812+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:15.812+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2604.]LOG]!><time="15:33:15.812+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:15.812+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017A\ to Local DP list.]LOG]!><time="15:33:15.812+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017A\ to Local DP list.]LOG]!><time="15:33:15.812+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:15.812+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:15.812+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:15.812+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:15.812+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017A\]LOG]!><time="15:33:15.812+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:15.812+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017A".]LOG]!><time="15:33:15.812+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017A".]LOG]!><time="15:33:15.828+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017A\]LOG]!><time="15:33:15.828+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017A\]LOG]!><time="15:33:15.828+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:15.828+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017A".]LOG]!><time="15:33:15.828+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017A".]LOG]!><time="15:33:15.828+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017A\]LOG]!><time="15:33:15.828+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0017A content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017A\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017A\]LOG]!><time="15:33:15.828+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0017B", ProgramID="*"]]LOG]!><time="15:33:15.843+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0017B-DBBBC9D6.]LOG]!><time="15:33:15.843+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:15.843+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:15.843+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0017B-DBBBC9D6.2_00.]LOG]!><time="15:33:15.843+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:15.843+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:15.843+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0017B-DBBBC9D6.2_00]LOG]!><time="15:33:15.843+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:15.843+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:15.859+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:15.859+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0017B from policy]LOG]!><time="15:33:15.859+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:15.859+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:15.859+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0017B.]LOG]!><time="15:33:15.859+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0017B]LOG]!><time="15:33:15.859+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:15.859+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:15.859+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:15.874+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:15.874+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:15.874+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:15.874+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:15.874+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:15.874+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:15.874+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:15.874+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:15.874+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0017B:3 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:15.874+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:15.890+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:15.890+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:15Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:15.890+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:15.890+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:15.921+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:15.921+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:15.921+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 496, uncompressed size 2604.]LOG]!><time="15:33:15.921+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:15.921+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017B\ to Local DP list.]LOG]!><time="15:33:15.921+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017B\ to Local DP list.]LOG]!><time="15:33:15.921+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:15.921+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:15.921+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:15.921+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:15.921+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017B\]LOG]!><time="15:33:15.921+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:15.921+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017B".]LOG]!><time="15:33:15.921+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017B".]LOG]!><time="15:33:15.937+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017B\]LOG]!><time="15:33:15.937+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017B\]LOG]!><time="15:33:15.937+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:15.937+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017B".]LOG]!><time="15:33:15.937+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017B".]LOG]!><time="15:33:15.952+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017B\]LOG]!><time="15:33:15.952+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0017B content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017B\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017B\]LOG]!><time="15:33:15.952+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0017C", ProgramID="*"]]LOG]!><time="15:33:15.952+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0017C-DBBBC9D6.]LOG]!><time="15:33:15.952+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:15.952+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:15.952+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0017C-DBBBC9D6.2_00.]LOG]!><time="15:33:15.952+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:15.952+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:15.952+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0017C-DBBBC9D6.2_00]LOG]!><time="15:33:15.952+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:15.968+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:15.968+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:15.968+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0017C from policy]LOG]!><time="15:33:15.968+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:15.984+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:15.984+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0017C.]LOG]!><time="15:33:15.984+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0017C]LOG]!><time="15:33:15.984+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:15.984+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:15.984+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:15.984+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:15.984+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:15.984+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:15.984+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:15.984+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:15.984+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:15.984+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:15.984+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:15.984+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0017C:3 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:15.999+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:15.999+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:15.999+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:15Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:16.015+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:16.015+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:16.030+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:16.030+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:16.030+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 496, uncompressed size 2604.]LOG]!><time="15:33:16.030+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:16.030+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017C\ to Local DP list.]LOG]!><time="15:33:16.030+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017C\ to Local DP list.]LOG]!><time="15:33:16.030+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:16.046+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:16.046+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:16.046+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:16.046+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017C\]LOG]!><time="15:33:16.046+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:16.046+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017C".]LOG]!><time="15:33:16.046+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017C".]LOG]!><time="15:33:16.046+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017C\]LOG]!><time="15:33:16.046+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017C\]LOG]!><time="15:33:16.046+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:16.062+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017C".]LOG]!><time="15:33:16.062+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017C".]LOG]!><time="15:33:16.062+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017C\]LOG]!><time="15:33:16.062+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0017C content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017C\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017C\]LOG]!><time="15:33:16.062+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0017D", ProgramID="*"]]LOG]!><time="15:33:16.062+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0017D-DBBBC9D6.]LOG]!><time="15:33:16.077+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:16.077+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:16.077+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0017D-DBBBC9D6.2_00.]LOG]!><time="15:33:16.077+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:16.077+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:16.077+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0017D-DBBBC9D6.2_00]LOG]!><time="15:33:16.077+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:16.077+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:16.093+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:16.093+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0017D from policy]LOG]!><time="15:33:16.093+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:16.093+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:16.093+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0017D.]LOG]!><time="15:33:16.093+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0017D]LOG]!><time="15:33:16.093+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:16.093+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:16.093+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:16.093+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:16.093+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:16.093+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:16.093+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:16.093+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:16.093+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:16.108+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:16.108+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:16.108+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0017D:8 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:16.108+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:16.124+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:16.124+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:16Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:16.124+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:16.124+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:16.140+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:16.155+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:16.155+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 493, uncompressed size 2604.]LOG]!><time="15:33:16.155+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:16.155+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017D\ to Local DP list.]LOG]!><time="15:33:16.155+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017D\ to Local DP list.]LOG]!><time="15:33:16.155+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:16.155+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:16.155+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:16.155+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:16.155+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017D\]LOG]!><time="15:33:16.155+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:16.155+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017D".]LOG]!><time="15:33:16.155+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017D".]LOG]!><time="15:33:16.171+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017D\]LOG]!><time="15:33:16.171+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017D\]LOG]!><time="15:33:16.171+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:16.171+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017D".]LOG]!><time="15:33:16.171+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017D".]LOG]!><time="15:33:16.186+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017D\]LOG]!><time="15:33:16.186+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0017D content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017D\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017D\]LOG]!><time="15:33:16.186+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00180", ProgramID="*"]]LOG]!><time="15:33:16.186+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00180-DBBBC9D6.]LOG]!><time="15:33:16.186+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:16.186+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:16.186+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00180-DBBBC9D6.2_00.]LOG]!><time="15:33:16.186+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:16.186+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:16.186+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00180-DBBBC9D6.2_00]LOG]!><time="15:33:16.186+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:16.202+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:16.202+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:16.202+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00180 from policy]LOG]!><time="15:33:16.202+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:16.202+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:16.202+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00180.]LOG]!><time="15:33:16.202+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00180]LOG]!><time="15:33:16.202+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:16.202+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:16.218+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:16.218+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:16.218+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:16.218+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:16.218+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:16.218+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:16.218+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:16.218+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:16.218+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:16.218+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00180:6 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:16.218+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:16.233+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:16.233+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:16Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:16.233+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:16.233+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:16.264+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:16.264+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:16.264+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 494, uncompressed size 2604.]LOG]!><time="15:33:16.264+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:16.264+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00180\ to Local DP list.]LOG]!><time="15:33:16.264+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00180\ to Local DP list.]LOG]!><time="15:33:16.264+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:16.264+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:16.264+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:16.264+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:16.264+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00180\]LOG]!><time="15:33:16.264+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:16.264+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00180".]LOG]!><time="15:33:16.280+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00180".]LOG]!><time="15:33:16.280+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00180\]LOG]!><time="15:33:16.280+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00180\]LOG]!><time="15:33:16.280+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:16.280+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00180".]LOG]!><time="15:33:16.280+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00180".]LOG]!><time="15:33:16.296+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00180\]LOG]!><time="15:33:16.296+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00180 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00180\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00180\]LOG]!><time="15:33:16.296+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00181", ProgramID="*"]]LOG]!><time="15:33:16.296+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00181-DBBBC9D6.]LOG]!><time="15:33:16.296+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:16.296+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:16.296+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00181-DBBBC9D6.2_00.]LOG]!><time="15:33:16.296+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:16.296+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:16.296+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00181-DBBBC9D6.2_00]LOG]!><time="15:33:16.296+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:16.311+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:16.311+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:16.311+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00181 from policy]LOG]!><time="15:33:16.327+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:16.327+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:16.327+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00181.]LOG]!><time="15:33:16.327+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00181]LOG]!><time="15:33:16.327+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:16.327+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:16.327+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:16.327+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:16.327+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:16.327+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:16.327+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:16.327+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:16.327+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:16.327+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:16.327+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:16.327+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00181:7 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:16.342+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:16.358+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:16.358+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:16Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:16.358+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:16.358+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:16.374+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:16.374+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:16.374+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 494, uncompressed size 2604.]LOG]!><time="15:33:16.374+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:16.374+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00181\ to Local DP list.]LOG]!><time="15:33:16.389+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00181\ to Local DP list.]LOG]!><time="15:33:16.389+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:16.389+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:16.389+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:16.389+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:16.389+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00181\]LOG]!><time="15:33:16.389+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:16.389+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00181".]LOG]!><time="15:33:16.389+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00181".]LOG]!><time="15:33:16.389+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00181\]LOG]!><time="15:33:16.389+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00181\]LOG]!><time="15:33:16.389+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:16.405+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00181".]LOG]!><time="15:33:16.405+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00181".]LOG]!><time="15:33:16.405+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00181\]LOG]!><time="15:33:16.405+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00181 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00181\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00181\]LOG]!><time="15:33:16.405+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE001E3", ProgramID="*"]]LOG]!><time="15:33:16.405+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE001E3-DBBBC9D6.]LOG]!><time="15:33:16.405+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:16.405+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:16.405+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE001E3-DBBBC9D6.2_00.]LOG]!><time="15:33:16.405+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:16.405+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:16.405+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE001E3-DBBBC9D6.2_00]LOG]!><time="15:33:16.405+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:16.420+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:16.420+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:16.436+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE001E3 from policy]LOG]!><time="15:33:16.436+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:16.436+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:16.436+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE001E3.]LOG]!><time="15:33:16.436+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE001E3]LOG]!><time="15:33:16.436+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:16.436+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:16.436+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:16.436+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:16.436+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:16.436+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:16.436+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:16.436+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:16.436+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:16.436+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:16.452+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:16.452+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE001E3:1 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:16.452+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:16.467+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:16.467+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:16Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:16.467+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:16.467+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:16.483+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:16.483+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:16.498+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 492, uncompressed size 2604.]LOG]!><time="15:33:16.498+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:16.498+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE001E3\ to Local DP list.]LOG]!><time="15:33:16.498+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE001E3\ to Local DP list.]LOG]!><time="15:33:16.498+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:16.498+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:16.498+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:16.498+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:16.498+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE001E3\]LOG]!><time="15:33:16.498+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:16.498+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE001E3".]LOG]!><time="15:33:16.498+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE001E3".]LOG]!><time="15:33:16.514+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE001E3\]LOG]!><time="15:33:16.514+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE001E3\]LOG]!><time="15:33:16.514+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:16.514+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE001E3".]LOG]!><time="15:33:16.514+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE001E3".]LOG]!><time="15:33:16.514+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE001E3\]LOG]!><time="15:33:16.514+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE001E3 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE001E3\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE001E3\]LOG]!><time="15:33:16.530+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00157", ProgramID="Customizing Windows 7"]]LOG]!><time="15:33:16.530+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00157-825F9DBE.]LOG]!><time="15:33:16.530+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:16.530+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:16.530+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00157-825F9DBE.3_00.]LOG]!><time="15:33:16.530+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:16.530+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:16.530+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00157-825F9DBE.3_00]LOG]!><time="15:33:16.530+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:16.530+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:16.545+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:16.545+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00157 from policy]LOG]!><time="15:33:16.545+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:16.545+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:16.545+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00157.]LOG]!><time="15:33:16.545+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00157]LOG]!><time="15:33:16.545+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:16.545+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:16.545+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:16.545+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:16.561+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:16.561+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:16.561+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:16.561+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:16.561+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:16.561+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:16.561+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:16.561+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00157:17 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:16.561+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:16.576+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:16.576+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:16Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="608"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:16.576+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:16.576+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:16.608+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:16.608+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:16.608+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 493, uncompressed size 2608.]LOG]!><time="15:33:16.608+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:16.608+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00157\ to Local DP list.]LOG]!><time="15:33:16.608+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00157\ to Local DP list.]LOG]!><time="15:33:16.608+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:16.608+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:16.608+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:16.608+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:16.608+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00157\]LOG]!><time="15:33:16.608+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:16.608+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00157".]LOG]!><time="15:33:16.608+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00157".]LOG]!><time="15:33:16.623+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00157\]LOG]!><time="15:33:16.623+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00157\]LOG]!><time="15:33:16.623+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:16.623+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00157".]LOG]!><time="15:33:16.623+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00157".]LOG]!><time="15:33:16.639+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00157\]LOG]!><time="15:33:16.639+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00157 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00157\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00157\]LOG]!><time="15:33:16.639+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00017", ProgramID="Create_Win7_Directories"]]LOG]!><time="15:33:16.639+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Getting content hash value for reference package NUE00017 from policy]LOG]!><time="15:33:16.639+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:16.639+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:16.639+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00017.]LOG]!><time="15:33:16.639+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00017]LOG]!><time="15:33:16.639+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:16.639+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:16.639+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:16.654+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:16.654+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:16.654+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:16.654+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:16.654+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:16.654+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:16.654+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:16.654+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:16.654+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00017:31 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:16.654+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:16.670+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:16.670+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:16Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="608"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:16.670+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:16.670+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:16.701+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:16.701+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:16.701+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 494, uncompressed size 2608.]LOG]!><time="15:33:16.701+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:16.701+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00017\ to Local DP list.]LOG]!><time="15:33:16.701+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00017\ to Local DP list.]LOG]!><time="15:33:16.701+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:16.701+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:16.701+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:16.701+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:16.701+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00017\]LOG]!><time="15:33:16.701+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:16.701+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00017".]LOG]!><time="15:33:16.717+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00017".]LOG]!><time="15:33:16.717+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00017\]LOG]!><time="15:33:16.717+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00017\]LOG]!><time="15:33:16.717+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:16.717+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00017".]LOG]!><time="15:33:16.717+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00017".]LOG]!><time="15:33:16.732+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00017\]LOG]!><time="15:33:16.732+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00017 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00017\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00017\]LOG]!><time="15:33:16.732+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE002C0", ProgramID="*"]]LOG]!><time="15:33:16.732+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE002C0-DBBBC9D6.]LOG]!><time="15:33:16.732+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:16.732+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:16.732+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE002C0-DBBBC9D6.2_00.]LOG]!><time="15:33:16.732+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:16.732+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:16.732+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE002C0-DBBBC9D6.2_00]LOG]!><time="15:33:16.732+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:16.748+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:16.748+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:16.748+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE002C0 from policy]LOG]!><time="15:33:16.748+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:16.748+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:16.748+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE002C0.]LOG]!><time="15:33:16.764+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE002C0]LOG]!><time="15:33:16.764+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:16.764+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:16.764+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:16.764+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:16.764+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:16.764+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:16.764+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:16.764+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:16.764+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:16.764+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:16.764+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:16.764+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE002C0:9 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:16.779+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:16.779+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:16.779+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:16Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:16.779+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:16.779+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:16.810+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:16.810+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:16.810+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 494, uncompressed size 2604.]LOG]!><time="15:33:16.810+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:16.810+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002C0\ to Local DP list.]LOG]!><time="15:33:16.810+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002C0\ to Local DP list.]LOG]!><time="15:33:16.810+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:16.810+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:16.810+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:16.810+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:16.810+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002C0\]LOG]!><time="15:33:16.810+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:16.810+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002C0".]LOG]!><time="15:33:16.826+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002C0".]LOG]!><time="15:33:16.826+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002C0\]LOG]!><time="15:33:16.826+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002C0\]LOG]!><time="15:33:16.826+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:16.826+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002C0".]LOG]!><time="15:33:16.842+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002C0".]LOG]!><time="15:33:16.842+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002C0\]LOG]!><time="15:33:16.842+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE002C0 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002C0\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002C0\]LOG]!><time="15:33:16.842+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE002D6", ProgramID="*"]]LOG]!><time="15:33:16.842+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE002D6-DBBBC9D6.]LOG]!><time="15:33:16.842+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:16.842+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:16.842+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE002D6-DBBBC9D6.2_00.]LOG]!><time="15:33:16.842+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:16.842+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:16.842+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE002D6-DBBBC9D6.2_00]LOG]!><time="15:33:16.842+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:16.857+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:16.873+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:16.873+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE002D6 from policy]LOG]!><time="15:33:16.873+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:16.873+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:16.873+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE002D6.]LOG]!><time="15:33:16.873+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE002D6]LOG]!><time="15:33:16.873+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:16.873+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:16.873+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:16.873+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:16.873+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:16.873+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:16.873+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:16.873+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:16.873+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:16.873+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:16.873+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:16.873+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE002D6:1 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:16.888+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:16.904+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:16.904+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:16Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:16.904+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:16.904+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:16.920+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:16.920+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:16.920+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 493, uncompressed size 2604.]LOG]!><time="15:33:16.920+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:16.935+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002D6\ to Local DP list.]LOG]!><time="15:33:16.935+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002D6\ to Local DP list.]LOG]!><time="15:33:16.935+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:16.935+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:16.935+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:16.935+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:16.935+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002D6\]LOG]!><time="15:33:16.935+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:16.935+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002D6".]LOG]!><time="15:33:16.935+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002D6".]LOG]!><time="15:33:16.935+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002D6\]LOG]!><time="15:33:16.951+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002D6\]LOG]!><time="15:33:16.951+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:16.951+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002D6".]LOG]!><time="15:33:16.951+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002D6".]LOG]!><time="15:33:16.951+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002D6\]LOG]!><time="15:33:16.951+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE002D6 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002D6\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002D6\]LOG]!><time="15:33:16.951+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE002DB", ProgramID="*"]]LOG]!><time="15:33:16.951+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE002DB-DBBBC9D6.]LOG]!><time="15:33:16.951+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:16.951+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:16.951+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE002DB-DBBBC9D6.2_00.]LOG]!><time="15:33:16.966+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:16.966+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:16.966+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE002DB-DBBBC9D6.2_00]LOG]!><time="15:33:16.966+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:16.966+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:16.982+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:16.982+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE002DB from policy]LOG]!><time="15:33:16.982+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:16.982+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:16.982+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE002DB.]LOG]!><time="15:33:16.982+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE002DB]LOG]!><time="15:33:16.982+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:16.982+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:16.982+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:16.982+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:16.982+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:16.982+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:16.982+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:16.982+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:16.982+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:16.982+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:16.982+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:16.998+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE002DB:3 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:16.998+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:17.013+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:17.013+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:17Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:17.013+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:17.013+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:17.029+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:17.029+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:17.029+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2604.]LOG]!><time="15:33:17.029+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:17.044+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002DB\ to Local DP list.]LOG]!><time="15:33:17.044+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002DB\ to Local DP list.]LOG]!><time="15:33:17.044+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:17.044+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:17.044+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:17.044+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:17.044+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002DB\]LOG]!><time="15:33:17.044+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:17.044+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002DB".]LOG]!><time="15:33:17.044+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002DB".]LOG]!><time="15:33:17.060+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002DB\]LOG]!><time="15:33:17.060+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002DB\]LOG]!><time="15:33:17.060+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:17.060+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002DB".]LOG]!><time="15:33:17.060+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002DB".]LOG]!><time="15:33:17.060+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002DB\]LOG]!><time="15:33:17.076+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE002DB content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002DB\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002DB\]LOG]!><time="15:33:17.076+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE002DC", ProgramID="*"]]LOG]!><time="15:33:17.076+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE002DC-DBBBC9D6.]LOG]!><time="15:33:17.076+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:17.076+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:17.076+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE002DC-DBBBC9D6.2_00.]LOG]!><time="15:33:17.076+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:17.076+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:17.076+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE002DC-DBBBC9D6.2_00]LOG]!><time="15:33:17.076+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:17.091+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:17.091+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:17.091+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE002DC from policy]LOG]!><time="15:33:17.091+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:17.091+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:17.091+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE002DC.]LOG]!><time="15:33:17.091+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE002DC]LOG]!><time="15:33:17.091+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:17.091+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:17.091+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:17.107+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:17.107+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:17.107+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:17.107+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:17.107+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:17.107+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:17.107+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:17.107+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:17.107+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE002DC:2 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:17.107+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:17.122+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:17.122+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:17Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:17.122+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:17.122+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:17.154+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:17.154+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:17.154+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 498, uncompressed size 2604.]LOG]!><time="15:33:17.154+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:17.154+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002DC\ to Local DP list.]LOG]!><time="15:33:17.154+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002DC\ to Local DP list.]LOG]!><time="15:33:17.154+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:17.154+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:17.154+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:17.154+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:17.154+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002DC\]LOG]!><time="15:33:17.154+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:17.154+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002DC".]LOG]!><time="15:33:17.169+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002DC".]LOG]!><time="15:33:17.169+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002DC\]LOG]!><time="15:33:17.169+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002DC\]LOG]!><time="15:33:17.169+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:17.169+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002DC".]LOG]!><time="15:33:17.185+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002DC".]LOG]!><time="15:33:17.185+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002DC\]LOG]!><time="15:33:17.185+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE002DC content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002DC\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002DC\]LOG]!><time="15:33:17.185+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE002E4", ProgramID="*"]]LOG]!><time="15:33:17.185+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE002E4-DBBBC9D6.]LOG]!><time="15:33:17.185+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:17.185+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:17.185+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE002E4-DBBBC9D6.2_00.]LOG]!><time="15:33:17.185+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:17.185+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:17.185+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE002E4-DBBBC9D6.2_00]LOG]!><time="15:33:17.185+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:17.200+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:17.216+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:17.216+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE002E4 from policy]LOG]!><time="15:33:17.216+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:17.216+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:17.216+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE002E4.]LOG]!><time="15:33:17.216+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE002E4]LOG]!><time="15:33:17.216+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:17.216+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:17.216+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:17.216+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:17.216+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:17.216+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:17.216+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:17.216+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:17.216+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:17.216+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:17.216+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:17.232+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE002E4:2 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:17.232+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:17.247+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:17.247+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:17Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:17.247+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:17.247+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:17.263+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:17.263+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:17.278+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 494, uncompressed size 2604.]LOG]!><time="15:33:17.278+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:17.278+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E4\ to Local DP list.]LOG]!><time="15:33:17.278+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E4\ to Local DP list.]LOG]!><time="15:33:17.278+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:17.278+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:17.278+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:17.278+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:17.278+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E4\]LOG]!><time="15:33:17.278+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:17.278+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E4".]LOG]!><time="15:33:17.278+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E4".]LOG]!><time="15:33:17.294+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E4\]LOG]!><time="15:33:17.294+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E4\]LOG]!><time="15:33:17.294+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:17.294+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E4".]LOG]!><time="15:33:17.294+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E4".]LOG]!><time="15:33:17.294+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E4\]LOG]!><time="15:33:17.310+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE002E4 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E4\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E4\]LOG]!><time="15:33:17.310+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE002E7", ProgramID="*"]]LOG]!><time="15:33:17.310+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE002E7-DBBBC9D6.]LOG]!><time="15:33:17.310+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:17.310+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:17.310+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE002E7-DBBBC9D6.2_00.]LOG]!><time="15:33:17.310+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:17.310+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:17.310+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE002E7-DBBBC9D6.2_00]LOG]!><time="15:33:17.310+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:17.310+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:17.325+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:17.325+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE002E7 from policy]LOG]!><time="15:33:17.325+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:17.325+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:17.325+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE002E7.]LOG]!><time="15:33:17.325+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE002E7]LOG]!><time="15:33:17.325+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:17.325+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:17.325+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:17.325+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:17.325+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:17.341+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:17.341+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:17.341+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:17.341+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:17.341+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:17.341+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:17.341+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE002E7:1 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:17.341+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:17.356+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:17.356+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:17Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:17.356+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:17.356+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:17.388+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:17.388+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:17.388+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 494, uncompressed size 2604.]LOG]!><time="15:33:17.388+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:17.388+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E7\ to Local DP list.]LOG]!><time="15:33:17.388+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E7\ to Local DP list.]LOG]!><time="15:33:17.388+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:17.388+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:17.388+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:17.388+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:17.388+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E7\]LOG]!><time="15:33:17.388+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:17.388+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E7".]LOG]!><time="15:33:17.388+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E7".]LOG]!><time="15:33:17.403+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E7\]LOG]!><time="15:33:17.403+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E7\]LOG]!><time="15:33:17.403+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:17.403+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E7".]LOG]!><time="15:33:17.403+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E7".]LOG]!><time="15:33:17.419+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E7\]LOG]!><time="15:33:17.419+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE002E7 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E7\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E7\]LOG]!><time="15:33:17.419+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE002E8", ProgramID="*"]]LOG]!><time="15:33:17.419+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE002E8-DBBBC9D6.]LOG]!><time="15:33:17.419+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:17.419+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:17.419+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE002E8-DBBBC9D6.2_00.]LOG]!><time="15:33:17.419+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:17.419+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:17.419+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE002E8-DBBBC9D6.2_00]LOG]!><time="15:33:17.419+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:17.434+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:17.434+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:17.434+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE002E8 from policy]LOG]!><time="15:33:17.434+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:17.450+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:17.450+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE002E8.]LOG]!><time="15:33:17.450+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE002E8]LOG]!><time="15:33:17.450+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:17.450+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:17.450+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:17.450+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:17.450+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:17.450+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:17.450+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:17.450+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:17.450+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:17.450+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:17.450+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:17.450+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE002E8:10 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:17.466+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:17.466+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:17.466+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:17Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="608"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:17.466+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:17.481+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:17.497+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:17.497+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:17.497+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2608.]LOG]!><time="15:33:17.497+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:17.497+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E8\ to Local DP list.]LOG]!><time="15:33:17.497+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E8\ to Local DP list.]LOG]!><time="15:33:17.512+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:17.512+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:17.512+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:17.512+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:17.512+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E8\]LOG]!><time="15:33:17.512+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:17.512+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E8".]LOG]!><time="15:33:17.512+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E8".]LOG]!><time="15:33:17.512+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E8\]LOG]!><time="15:33:17.512+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E8\]LOG]!><time="15:33:17.512+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:17.512+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E8".]LOG]!><time="15:33:17.528+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E8".]LOG]!><time="15:33:17.528+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E8\]LOG]!><time="15:33:17.528+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE002E8 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E8\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E8\]LOG]!><time="15:33:17.528+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE002F5", ProgramID="EnterpriseVault AddIn 9.02 Install"]]LOG]!><time="15:33:17.528+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE002F5-5A4A525C.]LOG]!><time="15:33:17.528+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:17.528+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:17.528+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE002F5-5A4A525C.2_00.]LOG]!><time="15:33:17.544+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:17.544+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:17.544+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE002F5-5A4A525C.2_00]LOG]!><time="15:33:17.544+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:17.544+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:17.559+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:17.559+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE002F5 from policy]LOG]!><time="15:33:17.559+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:17.559+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:17.559+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE002F5.]LOG]!><time="15:33:17.559+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE002F5]LOG]!><time="15:33:17.559+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:17.559+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:17.559+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:17.559+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:17.559+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:17.559+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:17.559+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:17.559+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:17.559+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:17.559+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:17.575+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:17.575+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE002F5:4 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:17.575+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:17.590+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:17.590+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:17Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:17.590+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:17.590+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:17.606+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:17.606+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:17.606+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 494, uncompressed size 2604.]LOG]!><time="15:33:17.606+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:17.622+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGC$\NUE002F5\ to Local DP list.]LOG]!><time="15:33:17.622+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002F5\ to Local DP list.]LOG]!><time="15:33:17.622+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:17.622+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:17.622+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:17.622+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:17.622+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002F5\]LOG]!><time="15:33:17.622+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:17.622+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002F5".]LOG]!><time="15:33:17.622+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002F5".]LOG]!><time="15:33:17.637+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002F5\]LOG]!><time="15:33:17.637+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGC$\NUE002F5\]LOG]!><time="15:33:17.637+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:17.637+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGC$\NUE002F5".]LOG]!><time="15:33:17.637+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGC$\NUE002F5".]LOG]!><time="15:33:17.653+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGC$\NUE002F5\]LOG]!><time="15:33:17.653+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE002F5 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002F5\,\\NUEW-IFSCCM01.company.COM\SMSPKGC$\NUE002F5\]LOG]!><time="15:33:17.653+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0030D", ProgramID="TS_Install_Winzip1.55_Eng"]]LOG]!><time="15:33:17.653+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0030D-0995A3AC.]LOG]!><time="15:33:17.653+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:17.653+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:17.653+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0030D-0995A3AC.2_00.]LOG]!><time="15:33:17.653+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:17.653+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:17.653+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0030D-0995A3AC.2_00]LOG]!><time="15:33:17.653+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:17.668+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:17.668+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:17.668+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0030D from policy]LOG]!><time="15:33:17.668+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:17.668+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:17.668+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0030D.]LOG]!><time="15:33:17.668+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0030D]LOG]!><time="15:33:17.684+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:17.684+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:17.684+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:17.684+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:17.684+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:17.684+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:17.684+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:17.684+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:17.684+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:17.684+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:17.684+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:17.684+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0030D:7 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:17.700+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:17.700+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:17.700+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:17Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:17.700+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:17.700+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:17.731+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:17.731+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:17.731+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 500, uncompressed size 2604.]LOG]!><time="15:33:17.731+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:17.731+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0030D\ to Local DP list.]LOG]!><time="15:33:17.731+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0030D\ to Local DP list.]LOG]!><time="15:33:17.731+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:17.731+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:17.731+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:17.731+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:17.731+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0030D\]LOG]!><time="15:33:17.731+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:17.731+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0030D".]LOG]!><time="15:33:17.746+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0030D".]LOG]!><time="15:33:17.746+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0030D\]LOG]!><time="15:33:17.746+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0030D\]LOG]!><time="15:33:17.746+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:17.746+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0030D".]LOG]!><time="15:33:17.746+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0030D".]LOG]!><time="15:33:17.762+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0030D\]LOG]!><time="15:33:17.762+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0030D content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0030D\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0030D\]LOG]!><time="15:33:17.762+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00338", ProgramID="*"]]LOG]!><time="15:33:17.762+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00338-DBBBC9D6.]LOG]!><time="15:33:17.762+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:17.762+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:17.762+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00338-DBBBC9D6.2_00.]LOG]!><time="15:33:17.762+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:17.762+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:17.762+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00338-DBBBC9D6.2_00]LOG]!><time="15:33:17.762+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:17.778+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:17.778+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:17.778+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00338 from policy]LOG]!><time="15:33:17.793+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:17.793+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:17.793+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00338.]LOG]!><time="15:33:17.793+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00338]LOG]!><time="15:33:17.793+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:17.793+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:17.793+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:17.793+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:17.793+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:17.793+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:17.793+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:17.793+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:17.793+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:17.793+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:17.793+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:17.793+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00338:2 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:17.809+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:17.809+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:17.809+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:17Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:17.809+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:17.824+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:17.840+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:17.840+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:17.840+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 494, uncompressed size 2604.]LOG]!><time="15:33:17.840+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:17.840+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00338\ to Local DP list.]LOG]!><time="15:33:17.840+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00338\ to Local DP list.]LOG]!><time="15:33:17.840+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:17.840+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:17.840+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:17.840+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:17.840+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00338\]LOG]!><time="15:33:17.840+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:17.840+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00338".]LOG]!><time="15:33:17.856+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00338".]LOG]!><time="15:33:17.856+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00338\]LOG]!><time="15:33:17.856+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00338\]LOG]!><time="15:33:17.856+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:17.856+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00338".]LOG]!><time="15:33:17.856+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00338".]LOG]!><time="15:33:17.871+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00338\]LOG]!><time="15:33:17.871+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00338 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00338\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00338\]LOG]!><time="15:33:17.871+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00362", ProgramID="TS_Install_Java_jre_6U31"]]LOG]!><time="15:33:17.871+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00362-F38EBE91.]LOG]!><time="15:33:17.871+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:17.871+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:17.871+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00362-F38EBE91.2_00.]LOG]!><time="15:33:17.871+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:17.871+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:17.871+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00362-F38EBE91.2_00]LOG]!><time="15:33:17.871+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:17.887+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:17.887+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:17.887+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00362 from policy]LOG]!><time="15:33:17.902+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:17.902+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:17.902+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00362.]LOG]!><time="15:33:17.902+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00362]LOG]!><time="15:33:17.902+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:17.902+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:17.902+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:17.902+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:17.902+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:17.902+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:17.902+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:17.902+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:17.902+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:17.902+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:17.902+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:17.902+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00362:2 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:17.918+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:17.934+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:17.934+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:17Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:17.934+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:17.934+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:17.949+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:17.949+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:17.949+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 493, uncompressed size 2604.]LOG]!><time="15:33:17.949+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:17.965+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGC$\NUE00362\ to Local DP list.]LOG]!><time="15:33:17.965+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00362\ to Local DP list.]LOG]!><time="15:33:17.965+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:17.965+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:17.965+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:17.965+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:17.965+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGC$\NUE00362\]LOG]!><time="15:33:17.965+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:17.965+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGC$\NUE00362".]LOG]!><time="15:33:17.965+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGC$\NUE00362".]LOG]!><time="15:33:17.965+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGC$\NUE00362\]LOG]!><time="15:33:17.980+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00362\]LOG]!><time="15:33:17.980+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:17.980+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00362".]LOG]!><time="15:33:17.980+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00362".]LOG]!><time="15:33:17.980+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00362\]LOG]!><time="15:33:17.980+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00362 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGC$\NUE00362\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00362\]LOG]!><time="15:33:17.980+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00392", ProgramID="TS_Upgrade_ePO-4.6"]]LOG]!><time="15:33:17.980+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00392-45B813F8.]LOG]!><time="15:33:17.996+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:17.996+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:17.996+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00392-45B813F8.2_00.]LOG]!><time="15:33:17.996+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:17.996+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:17.996+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00392-45B813F8.2_00]LOG]!><time="15:33:17.996+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:17.996+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:18.012+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:18.012+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00392 from policy]LOG]!><time="15:33:18.012+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:18.012+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:18.012+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00392.]LOG]!><time="15:33:18.012+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00392]LOG]!><time="15:33:18.012+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:18.012+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:18.012+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:18.027+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:18.027+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:18.027+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:18.027+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:18.027+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:18.027+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:18.027+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:18.027+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:18.027+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00392:2 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:18.027+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:18.043+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:18.043+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:18Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:18.043+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:18.043+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:18.074+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:18.074+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:18.074+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 494, uncompressed size 2604.]LOG]!><time="15:33:18.074+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:18.074+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00392\ to Local DP list.]LOG]!><time="15:33:18.074+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00392\ to Local DP list.]LOG]!><time="15:33:18.074+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:18.074+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:18.074+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:18.074+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:18.074+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00392\]LOG]!><time="15:33:18.074+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:18.074+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00392".]LOG]!><time="15:33:18.090+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00392".]LOG]!><time="15:33:18.090+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00392\]LOG]!><time="15:33:18.090+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00392\]LOG]!><time="15:33:18.090+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:18.090+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00392".]LOG]!><time="15:33:18.090+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00392".]LOG]!><time="15:33:18.105+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00392\]LOG]!><time="15:33:18.105+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00392 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00392\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00392\]LOG]!><time="15:33:18.105+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00397", ProgramID="*"]]LOG]!><time="15:33:18.105+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00397-DBBBC9D6.]LOG]!><time="15:33:18.105+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:18.105+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:18.105+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00397-DBBBC9D6.2_00.]LOG]!><time="15:33:18.105+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:18.105+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:18.105+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00397-DBBBC9D6.2_00]LOG]!><time="15:33:18.105+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:18.121+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:18.121+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:18.121+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00397 from policy]LOG]!><time="15:33:18.136+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:18.136+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:18.136+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00397.]LOG]!><time="15:33:18.136+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00397]LOG]!><time="15:33:18.136+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:18.136+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:18.136+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:18.136+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:18.136+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:18.136+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:18.136+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:18.136+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:18.136+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:18.136+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:18.136+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:18.136+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00397:4 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:18.152+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:18.152+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:18.152+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:18Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:18.152+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:18.152+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:18.183+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:18.183+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:18.183+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 501, uncompressed size 2604.]LOG]!><time="15:33:18.183+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:18.183+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00397\ to Local DP list.]LOG]!><time="15:33:18.183+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00397\ to Local DP list.]LOG]!><time="15:33:18.183+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:18.183+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:18.183+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:18.183+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:18.183+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00397\]LOG]!><time="15:33:18.183+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:18.183+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00397".]LOG]!><time="15:33:18.199+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00397".]LOG]!><time="15:33:18.199+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00397\]LOG]!><time="15:33:18.199+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00397\]LOG]!><time="15:33:18.199+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:18.199+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00397".]LOG]!><time="15:33:18.214+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00397".]LOG]!><time="15:33:18.214+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00397\]LOG]!><time="15:33:18.214+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00397 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00397\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00397\]LOG]!><time="15:33:18.214+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0039A", ProgramID="*"]]LOG]!><time="15:33:18.214+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0039A-DBBBC9D6.]LOG]!><time="15:33:18.214+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:18.214+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:18.214+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0039A-DBBBC9D6.2_00.]LOG]!><time="15:33:18.214+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:18.214+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:18.214+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0039A-DBBBC9D6.2_00]LOG]!><time="15:33:18.214+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:18.230+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:18.246+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:18.246+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0039A from policy]LOG]!><time="15:33:18.246+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:18.246+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:18.246+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0039A.]LOG]!><time="15:33:18.246+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0039A]LOG]!><time="15:33:18.246+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:18.246+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:18.246+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:18.246+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:18.246+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:18.246+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:18.246+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:18.246+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:18.246+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:18.246+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:18.261+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:18.261+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0039A:1 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:18.261+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:18.277+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:18.277+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:18Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:18.277+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:18.277+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:18.292+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:18.308+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:18.308+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2604.]LOG]!><time="15:33:18.308+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:18.308+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0039A\ to Local DP list.]LOG]!><time="15:33:18.308+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0039A\ to Local DP list.]LOG]!><time="15:33:18.308+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:18.308+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:18.308+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:18.308+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:18.308+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0039A\]LOG]!><time="15:33:18.308+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:18.308+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0039A".]LOG]!><time="15:33:18.308+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0039A".]LOG]!><time="15:33:18.324+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0039A\]LOG]!><time="15:33:18.324+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0039A\]LOG]!><time="15:33:18.324+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:18.324+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0039A".]LOG]!><time="15:33:18.324+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0039A".]LOG]!><time="15:33:18.339+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0039A\]LOG]!><time="15:33:18.339+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0039A content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0039A\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0039A\]LOG]!><time="15:33:18.339+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0039F", ProgramID="*"]]LOG]!><time="15:33:18.339+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0039F-DBBBC9D6.]LOG]!><time="15:33:18.339+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:18.339+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:18.339+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0039F-DBBBC9D6.2_00.]LOG]!><time="15:33:18.339+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:18.339+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:18.339+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0039F-DBBBC9D6.2_00]LOG]!><time="15:33:18.339+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:18.355+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:18.355+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:18.355+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0039F from policy]LOG]!><time="15:33:18.355+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:18.355+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:18.355+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0039F.]LOG]!><time="15:33:18.355+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0039F]LOG]!><time="15:33:18.355+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:18.370+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:18.370+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:18.370+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:18.370+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:18.370+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:18.370+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:18.370+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:18.370+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:18.370+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:18.370+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:18.370+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0039F:23 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:18.370+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:18.386+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:18.386+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:18Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="608"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:18.386+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:18.386+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:18.417+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:18.417+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:18.417+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 498, uncompressed size 2608.]LOG]!><time="15:33:18.417+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:18.417+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0039F\ to Local DP list.]LOG]!><time="15:33:18.417+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0039F\ to Local DP list.]LOG]!><time="15:33:18.417+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:18.417+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:18.417+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:18.417+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:18.417+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0039F\]LOG]!><time="15:33:18.417+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:18.433+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0039F".]LOG]!><time="15:33:18.433+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0039F".]LOG]!><time="15:33:18.433+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0039F\]LOG]!><time="15:33:18.433+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0039F\]LOG]!><time="15:33:18.433+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:18.433+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0039F".]LOG]!><time="15:33:18.448+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0039F".]LOG]!><time="15:33:18.448+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0039F\]LOG]!><time="15:33:18.448+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0039F content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0039F\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0039F\]LOG]!><time="15:33:18.448+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE003A3", ProgramID="*"]]LOG]!><time="15:33:18.448+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE003A3-DBBBC9D6.]LOG]!><time="15:33:18.448+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:18.448+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:18.448+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE003A3-DBBBC9D6.2_00.]LOG]!><time="15:33:18.448+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:18.448+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:18.448+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE003A3-DBBBC9D6.2_00]LOG]!><time="15:33:18.448+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:18.464+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:18.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:18.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE003A3 from policy]LOG]!><time="15:33:18.480+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:18.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:18.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE003A3.]LOG]!><time="15:33:18.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE003A3]LOG]!><time="15:33:18.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:18.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:18.480+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:18.480+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:18.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:18.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:18.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:18.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:18.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:18.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:18.480+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:18.480+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE003A3:3 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:18.495+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:18.511+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:18.511+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:18Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:18.511+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:18.511+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:18.526+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:18.526+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:18.526+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 493, uncompressed size 2604.]LOG]!><time="15:33:18.526+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:18.542+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A3\ to Local DP list.]LOG]!><time="15:33:18.542+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A3\ to Local DP list.]LOG]!><time="15:33:18.542+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:18.542+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:18.542+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:18.542+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:18.542+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A3\]LOG]!><time="15:33:18.542+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:18.542+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A3".]LOG]!><time="15:33:18.542+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A3".]LOG]!><time="15:33:18.542+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A3\]LOG]!><time="15:33:18.558+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A3\]LOG]!><time="15:33:18.558+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:18.558+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A3".]LOG]!><time="15:33:18.558+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A3".]LOG]!><time="15:33:18.558+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A3\]LOG]!><time="15:33:18.558+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE003A3 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A3\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A3\]LOG]!><time="15:33:18.573+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE003A4", ProgramID="*"]]LOG]!><time="15:33:18.573+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE003A4-DBBBC9D6.]LOG]!><time="15:33:18.573+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:18.573+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:18.573+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE003A4-DBBBC9D6.2_00.]LOG]!><time="15:33:18.573+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:18.573+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:18.573+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE003A4-DBBBC9D6.2_00]LOG]!><time="15:33:18.573+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:18.573+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:18.589+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:18.589+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE003A4 from policy]LOG]!><time="15:33:18.589+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:18.589+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:18.589+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE003A4.]LOG]!><time="15:33:18.589+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE003A4]LOG]!><time="15:33:18.589+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:18.589+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:18.589+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:18.589+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:18.589+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:18.589+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:18.589+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:18.604+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:18.604+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:18.604+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:18.604+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:18.604+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE003A4:5 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:18.604+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:18.620+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:18.620+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:18Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:18.620+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:18.620+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:18.651+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:18.651+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:18.651+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2604.]LOG]!><time="15:33:18.651+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:18.651+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A4\ to Local DP list.]LOG]!><time="15:33:18.651+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A4\ to Local DP list.]LOG]!><time="15:33:18.651+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:18.651+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:18.651+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:18.651+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:18.651+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A4\]LOG]!><time="15:33:18.651+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:18.651+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A4".]LOG]!><time="15:33:18.651+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A4".]LOG]!><time="15:33:18.667+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A4\]LOG]!><time="15:33:18.667+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A4\]LOG]!><time="15:33:18.667+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:18.667+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A4".]LOG]!><time="15:33:18.667+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A4".]LOG]!><time="15:33:18.682+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A4\]LOG]!><time="15:33:18.682+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE003A4 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A4\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A4\]LOG]!><time="15:33:18.682+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE003A5", ProgramID="*"]]LOG]!><time="15:33:18.682+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE003A5-DBBBC9D6.]LOG]!><time="15:33:18.682+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:18.682+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:18.682+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE003A5-DBBBC9D6.2_00.]LOG]!><time="15:33:18.682+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:18.682+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:18.682+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE003A5-DBBBC9D6.2_00]LOG]!><time="15:33:18.682+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:18.698+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:18.698+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:18.698+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE003A5 from policy]LOG]!><time="15:33:18.698+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:18.698+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:18.698+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE003A5.]LOG]!><time="15:33:18.698+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE003A5]LOG]!><time="15:33:18.698+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:18.698+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:18.698+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:18.714+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:18.714+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:18.714+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:18.714+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:18.714+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:18.714+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:18.714+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:18.714+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:18.714+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE003A5:1 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:18.714+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:18.729+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:18.729+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:18Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:18.729+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:18.729+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:18.760+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:18.760+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:18.760+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 493, uncompressed size 2604.]LOG]!><time="15:33:18.760+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:18.760+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A5\ to Local DP list.]LOG]!><time="15:33:18.760+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A5\ to Local DP list.]LOG]!><time="15:33:18.760+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:18.760+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:18.760+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:18.760+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:18.760+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A5\]LOG]!><time="15:33:18.760+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:18.760+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A5".]LOG]!><time="15:33:18.760+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A5".]LOG]!><time="15:33:18.776+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A5\]LOG]!><time="15:33:18.776+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A5\]LOG]!><time="15:33:18.776+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:18.776+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A5".]LOG]!><time="15:33:18.776+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A5".]LOG]!><time="15:33:18.792+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A5\]LOG]!><time="15:33:18.792+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE003A5 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A5\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A5\]LOG]!><time="15:33:18.792+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE003AC", ProgramID="TS_IntelRapidStorageTechnology_A.07"]]LOG]!><time="15:33:18.792+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE003AC-4020A002.]LOG]!><time="15:33:18.792+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:18.792+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:18.792+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE003AC-4020A002.2_00.]LOG]!><time="15:33:18.792+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:18.792+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:18.792+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE003AC-4020A002.2_00]LOG]!><time="15:33:18.792+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:18.807+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:18.807+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:18.807+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE003AC from policy]LOG]!><time="15:33:18.807+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:18.823+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:18.823+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE003AC.]LOG]!><time="15:33:18.823+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE003AC]LOG]!><time="15:33:18.823+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:18.823+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:18.823+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:18.823+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:18.823+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:18.823+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:18.823+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:18.823+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:18.823+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:18.823+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:18.823+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:18.823+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE003AC:11 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:18.838+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:18.838+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:18.838+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:18Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="608"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:18.838+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:18.838+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:18.870+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:18.870+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:18.870+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 494, uncompressed size 2608.]LOG]!><time="15:33:18.870+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:18.870+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003AC\ to Local DP list.]LOG]!><time="15:33:18.870+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003AC\ to Local DP list.]LOG]!><time="15:33:18.870+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:18.870+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:18.870+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:18.870+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:18.870+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003AC\]LOG]!><time="15:33:18.870+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:18.870+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003AC".]LOG]!><time="15:33:18.885+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003AC".]LOG]!><time="15:33:18.885+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003AC\]LOG]!><time="15:33:18.885+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003AC\]LOG]!><time="15:33:18.885+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:18.885+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003AC".]LOG]!><time="15:33:18.885+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003AC".]LOG]!><time="15:33:18.901+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003AC\]LOG]!><time="15:33:18.901+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE003AC content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003AC\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003AC\]LOG]!><time="15:33:18.901+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00394", ProgramID="TS_Lync_GER_x86"]]LOG]!><time="15:33:18.901+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00394-6AF63061.]LOG]!><time="15:33:18.901+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:18.901+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:18.901+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00394-6AF63061.2_00.]LOG]!><time="15:33:18.901+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:18.901+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:18.901+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00394-6AF63061.2_00]LOG]!><time="15:33:18.901+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:18.916+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:18.916+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:18.916+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00394 from policy]LOG]!><time="15:33:18.932+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:18.932+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:18.932+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00394.]LOG]!><time="15:33:18.932+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00394]LOG]!><time="15:33:18.932+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:18.932+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:18.932+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:18.932+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:18.932+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:18.932+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:18.932+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:18.932+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:18.932+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:18.932+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:18.932+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:18.932+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00394:8 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:18.948+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:18.948+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:18.948+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:18Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:18.948+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:18.963+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:18.979+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:18.979+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:18.979+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2604.]LOG]!><time="15:33:18.979+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:18.979+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00394\ to Local DP list.]LOG]!><time="15:33:18.979+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00394\ to Local DP list.]LOG]!><time="15:33:18.979+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:18.979+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:18.979+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:18.979+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:18.979+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00394\]LOG]!><time="15:33:18.979+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:18.994+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00394".]LOG]!><time="15:33:18.994+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00394".]LOG]!><time="15:33:18.994+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00394\]LOG]!><time="15:33:18.994+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00394\]LOG]!><time="15:33:18.994+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:18.994+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00394".]LOG]!><time="15:33:19.010+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00394".]LOG]!><time="15:33:19.010+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00394\]LOG]!><time="15:33:19.010+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00394 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00394\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00394\]LOG]!><time="15:33:19.010+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00395", ProgramID="TS_Lync_ENG_x86"]]LOG]!><time="15:33:19.010+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00395-3FAEC979.]LOG]!><time="15:33:19.010+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:19.010+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:19.010+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00395-3FAEC979.2_00.]LOG]!><time="15:33:19.010+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:19.010+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:19.010+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00395-3FAEC979.2_00]LOG]!><time="15:33:19.010+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:19.026+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:19.041+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:19.041+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00395 from policy]LOG]!><time="15:33:19.041+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:19.041+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:19.041+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00395.]LOG]!><time="15:33:19.041+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00395]LOG]!><time="15:33:19.041+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:19.041+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:19.041+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:19.041+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:19.041+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:19.041+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:19.041+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:19.041+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:19.041+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:19.041+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:19.041+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:19.057+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00395:3 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:19.057+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:19.072+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:19.072+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:19Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:19.072+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:19.072+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:19.088+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:19.104+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:19.104+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2604.]LOG]!><time="15:33:19.104+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:19.104+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00395\ to Local DP list.]LOG]!><time="15:33:19.104+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00395\ to Local DP list.]LOG]!><time="15:33:19.104+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:19.104+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:19.104+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:19.104+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:19.104+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00395\]LOG]!><time="15:33:19.104+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:19.104+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00395".]LOG]!><time="15:33:19.104+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00395".]LOG]!><time="15:33:19.119+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00395\]LOG]!><time="15:33:19.119+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00395\]LOG]!><time="15:33:19.119+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:19.119+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00395".]LOG]!><time="15:33:19.119+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00395".]LOG]!><time="15:33:19.135+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00395\]LOG]!><time="15:33:19.135+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00395 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00395\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00395\]LOG]!><time="15:33:19.135+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE003F3", ProgramID="TS_Install_AdobeReader11002German"]]LOG]!><time="15:33:19.135+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE003F3-2898AE6B.]LOG]!><time="15:33:19.135+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:19.135+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:19.135+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE003F3-2898AE6B.2_00.]LOG]!><time="15:33:19.135+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:19.135+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:19.135+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE003F3-2898AE6B.2_00]LOG]!><time="15:33:19.135+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:19.150+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:19.150+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:19.150+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE003F3 from policy]LOG]!><time="15:33:19.150+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:19.150+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:19.150+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE003F3.]LOG]!><time="15:33:19.150+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE003F3]LOG]!><time="15:33:19.150+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:19.150+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:19.150+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:19.166+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:19.166+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:19.166+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:19.166+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:19.166+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:19.166+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:19.166+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:19.166+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:19.166+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE003F3:3 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:19.166+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:19.182+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:19.182+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:19Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:19.182+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:19.182+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:19.213+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:19.213+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:19.213+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 493, uncompressed size 2604.]LOG]!><time="15:33:19.213+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:19.213+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003F3\ to Local DP list.]LOG]!><time="15:33:19.213+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003F3\ to Local DP list.]LOG]!><time="15:33:19.213+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:19.213+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:19.213+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:19.213+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:19.213+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003F3\]LOG]!><time="15:33:19.213+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:19.213+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003F3".]LOG]!><time="15:33:19.213+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003F3".]LOG]!><time="15:33:19.228+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003F3\]LOG]!><time="15:33:19.228+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003F3\]LOG]!><time="15:33:19.228+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:19.228+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003F3".]LOG]!><time="15:33:19.228+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003F3".]LOG]!><time="15:33:19.244+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003F3\]LOG]!><time="15:33:19.244+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE003F3 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003F3\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003F3\]LOG]!><time="15:33:19.244+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE003F6", ProgramID="TS_Install_FileZilla_3.6.0.2"]]LOG]!><time="15:33:19.244+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE003F6-96690D6B.]LOG]!><time="15:33:19.244+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:19.244+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:19.244+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE003F6-96690D6B.2_00.]LOG]!><time="15:33:19.244+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:19.244+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:19.244+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE003F6-96690D6B.2_00]LOG]!><time="15:33:19.244+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:19.260+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:19.260+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:19.260+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE003F6 from policy]LOG]!><time="15:33:19.275+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:19.275+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:19.275+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE003F6.]LOG]!><time="15:33:19.275+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE003F6]LOG]!><time="15:33:19.275+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:19.275+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:19.275+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:19.275+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:19.275+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:19.275+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:19.275+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:19.275+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:19.275+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:19.275+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:19.275+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:19.275+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE003F6:1 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:19.291+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:19.291+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:19.291+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:19Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:19.306+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:19.306+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:19.322+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:19.322+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:19.322+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 494, uncompressed size 2604.]LOG]!><time="15:33:19.322+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:19.322+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003F6\ to Local DP list.]LOG]!><time="15:33:19.322+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003F6\ to Local DP list.]LOG]!><time="15:33:19.322+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:19.322+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:19.322+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:19.322+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:19.338+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003F6\]LOG]!><time="15:33:19.338+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:19.338+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003F6".]LOG]!><time="15:33:19.338+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003F6".]LOG]!><time="15:33:19.338+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003F6\]LOG]!><time="15:33:19.338+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003F6\]LOG]!><time="15:33:19.338+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:19.338+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003F6".]LOG]!><time="15:33:19.353+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003F6".]LOG]!><time="15:33:19.353+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003F6\]LOG]!><time="15:33:19.353+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE003F6 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003F6\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003F6\]LOG]!><time="15:33:19.353+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE003FE", ProgramID="*"]]LOG]!><time="15:33:19.353+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE003FE-DBBBC9D6.]LOG]!><time="15:33:19.353+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:19.353+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:19.353+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE003FE-DBBBC9D6.2_00.]LOG]!><time="15:33:19.353+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:19.353+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:19.353+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE003FE-DBBBC9D6.2_00]LOG]!><time="15:33:19.353+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:19.369+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:19.384+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:19.384+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE003FE from policy]LOG]!><time="15:33:19.384+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:19.384+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:19.384+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE003FE.]LOG]!><time="15:33:19.384+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE003FE]LOG]!><time="15:33:19.384+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:19.384+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:19.384+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:19.384+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:19.384+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:19.384+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:19.384+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:19.384+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:19.384+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:19.384+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:19.400+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:19.400+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE003FE:2 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:19.400+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:19.416+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:19.416+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:19Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:19.416+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:19.416+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:19.431+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:19.447+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:19.447+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2604.]LOG]!><time="15:33:19.447+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:19.447+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003FE\ to Local DP list.]LOG]!><time="15:33:19.447+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003FE\ to Local DP list.]LOG]!><time="15:33:19.447+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:19.447+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:19.447+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:19.447+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:19.447+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003FE\]LOG]!><time="15:33:19.447+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:19.447+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003FE".]LOG]!><time="15:33:19.447+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003FE".]LOG]!><time="15:33:19.462+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003FE\]LOG]!><time="15:33:19.462+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003FE\]LOG]!><time="15:33:19.462+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:19.462+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003FE".]LOG]!><time="15:33:19.462+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003FE".]LOG]!><time="15:33:19.478+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003FE\]LOG]!><time="15:33:19.478+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE003FE content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003FE\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003FE\]LOG]!><time="15:33:19.478+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0041A", ProgramID="TS_Install_Flashplayer11.6.602.180German"]]LOG]!><time="15:33:19.478+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0041A-5A603C8A.]LOG]!><time="15:33:19.478+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:19.478+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:19.478+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0041A-5A603C8A.5_00.]LOG]!><time="15:33:19.478+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:19.478+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:19.478+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0041A-5A603C8A.5_00]LOG]!><time="15:33:19.478+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:19.494+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:19.494+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:19.494+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0041A from policy]LOG]!><time="15:33:19.494+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:19.494+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:19.494+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0041A.]LOG]!><time="15:33:19.494+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0041A]LOG]!><time="15:33:19.494+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:19.509+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:19.509+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:19.509+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:19.509+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:19.509+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:19.509+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:19.509+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:19.509+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:19.509+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:19.509+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:19.509+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0041A:7 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:19.509+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:19.525+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:19.525+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:19Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:19.525+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:19.525+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:19.556+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:19.556+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:19.556+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2604.]LOG]!><time="15:33:19.556+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:19.556+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0041A\ to Local DP list.]LOG]!><time="15:33:19.556+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0041A\ to Local DP list.]LOG]!><time="15:33:19.556+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:19.556+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:19.556+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:19.556+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:19.556+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0041A\]LOG]!><time="15:33:19.556+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:19.556+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0041A".]LOG]!><time="15:33:19.572+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0041A".]LOG]!><time="15:33:19.572+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0041A\]LOG]!><time="15:33:19.572+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0041A\]LOG]!><time="15:33:19.572+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:19.572+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0041A".]LOG]!><time="15:33:19.587+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0041A".]LOG]!><time="15:33:19.587+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0041A\]LOG]!><time="15:33:19.587+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0041A content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0041A\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0041A\]LOG]!><time="15:33:19.587+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00418", ProgramID="TS_PDFCREATOR-1.6.2.2"]]LOG]!><time="15:33:19.587+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00418-3BB6B0D8.]LOG]!><time="15:33:19.587+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:19.587+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:19.587+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00418-3BB6B0D8.3_00.]LOG]!><time="15:33:19.587+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:19.587+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:19.587+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00418-3BB6B0D8.3_00]LOG]!><time="15:33:19.587+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:19.603+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:19.603+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:19.603+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00418 from policy]LOG]!><time="15:33:19.618+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:19.618+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:19.618+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00418.]LOG]!><time="15:33:19.618+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00418]LOG]!><time="15:33:19.618+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:19.618+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:19.618+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:19.618+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:19.618+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:19.618+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:19.618+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:19.618+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:19.618+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:19.618+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:19.618+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:19.618+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00418:3 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:19.634+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:19.650+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:19.650+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:19Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:19.650+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:19.650+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:19.665+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:19.665+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:19.665+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2604.]LOG]!><time="15:33:19.665+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:19.681+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00418\ to Local DP list.]LOG]!><time="15:33:19.681+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00418\ to Local DP list.]LOG]!><time="15:33:19.681+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:19.681+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:19.681+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:19.681+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:19.681+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00418\]LOG]!><time="15:33:19.681+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:19.681+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00418".]LOG]!><time="15:33:19.681+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00418".]LOG]!><time="15:33:19.681+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00418\]LOG]!><time="15:33:19.696+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00418\]LOG]!><time="15:33:19.696+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:19.696+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00418".]LOG]!><time="15:33:19.696+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00418".]LOG]!><time="15:33:19.696+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00418\]LOG]!><time="15:33:19.696+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00418 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00418\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00418\]LOG]!><time="15:33:19.696+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0045D", ProgramID="*"]]LOG]!><time="15:33:19.712+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0045D-DBBBC9D6.]LOG]!><time="15:33:19.712+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:19.712+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:19.712+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0045D-DBBBC9D6.23_00.]LOG]!><time="15:33:19.712+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:19.712+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:19.712+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0045D-DBBBC9D6.23_00]LOG]!><time="15:33:19.712+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:19.712+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:19.728+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:19.728+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0045D from policy]LOG]!><time="15:33:19.728+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:19.728+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:19.728+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0045D.]LOG]!><time="15:33:19.728+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0045D]LOG]!><time="15:33:19.728+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:19.728+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:19.728+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:19.728+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:19.728+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:19.728+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:19.743+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:19.743+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:19.743+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:19.743+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:19.743+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:19.743+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0045D:43 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:19.743+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:19.759+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:19.759+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:19Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="608"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:19.759+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:19.759+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:19.852+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:19.852+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:19.852+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2608.]LOG]!><time="15:33:19.852+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:19.868+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0045D\ to Local DP list.]LOG]!><time="15:33:19.868+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0045D\ to Local DP list.]LOG]!><time="15:33:19.868+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:19.868+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:19.868+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:19.868+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:19.868+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0045D\]LOG]!><time="15:33:19.868+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:19.868+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0045D".]LOG]!><time="15:33:19.868+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0045D".]LOG]!><time="15:33:19.884+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0045D\]LOG]!><time="15:33:19.884+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0045D\]LOG]!><time="15:33:19.884+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:19.884+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0045D".]LOG]!><time="15:33:19.884+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0045D".]LOG]!><time="15:33:19.884+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0045D\]LOG]!><time="15:33:19.899+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE0045D content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0045D\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0045D\]LOG]!><time="15:33:19.899+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00463", ProgramID="TS_Install_Microsoft Office 2013 Pro X86 MUI"]]LOG]!><time="15:33:19.899+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00463-1B58CCA8.]LOG]!><time="15:33:19.899+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:19.899+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:19.899+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00463-1B58CCA8.6_00.]LOG]!><time="15:33:19.899+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:19.899+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:19.899+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00463-1B58CCA8.6_00]LOG]!><time="15:33:19.899+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:19.915+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:19.915+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:19.915+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00463 from policy]LOG]!><time="15:33:19.915+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:19.915+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:19.915+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00463.]LOG]!><time="15:33:19.915+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00463]LOG]!><time="15:33:19.915+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:19.915+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:19.915+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:19.930+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:19.930+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:19.930+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:19.930+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:19.930+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:19.930+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:19.930+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:19.930+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:19.930+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00463:10 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:19.930+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:19.946+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:19.946+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:19Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="608"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:19.946+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:19.946+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:19.977+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:19.977+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:19.977+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 500, uncompressed size 2608.]LOG]!><time="15:33:19.977+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:19.977+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00463\ to Local DP list.]LOG]!><time="15:33:19.977+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00463\ to Local DP list.]LOG]!><time="15:33:19.977+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:19.977+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:19.977+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:19.977+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:19.977+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00463\]LOG]!><time="15:33:19.977+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:19.977+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00463".]LOG]!><time="15:33:19.993+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00463".]LOG]!><time="15:33:19.993+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00463\]LOG]!><time="15:33:19.993+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00463\]LOG]!><time="15:33:19.993+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:19.993+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00463".]LOG]!><time="15:33:20.008+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00463".]LOG]!><time="15:33:20.008+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00463\]LOG]!><time="15:33:20.008+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00463 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00463\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00463\]LOG]!><time="15:33:20.008+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00476", ProgramID="*"]]LOG]!><time="15:33:20.008+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00476-DBBBC9D6.]LOG]!><time="15:33:20.008+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:20.008+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:20.008+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00476-DBBBC9D6.11_00.]LOG]!><time="15:33:20.008+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:20.008+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:20.008+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00476-DBBBC9D6.11_00]LOG]!><time="15:33:20.008+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:20.024+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:20.024+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:20.024+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00476 from policy]LOG]!><time="15:33:20.040+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:20.040+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:20.040+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00476.]LOG]!><time="15:33:20.040+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00476]LOG]!><time="15:33:20.040+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:20.040+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:20.040+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:20.040+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:20.040+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:20.040+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:20.040+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:20.040+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:20.040+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:20.040+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:20.040+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:20.040+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00476:10 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:20.055+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:20.071+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:20.071+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:20Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="608"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:20.071+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:20.071+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:20.196+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:20.196+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:20.196+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 497, uncompressed size 2366.]LOG]!><time="15:33:20.196+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:20.196+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00476\ to Local DP list.]LOG]!><time="15:33:20.196+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPXEIMAGES$\SMSPKG\NUE00476\ to Local DP list.]LOG]!><time="15:33:20.196+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:20.196+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:20.196+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:20.196+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:20.196+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPXEIMAGES$\SMSPKG\NUE00476\]LOG]!><time="15:33:20.196+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:20.196+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPXEIMAGES$\SMSPKG\NUE00476".]LOG]!><time="15:33:20.211+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[CCM::Utility::Filesystem::Directory::Exists( sShare.c_str() ), HRESULT=80070003 (e:\nts_sms_fre\sms\framework\tscore\tsconnection.cpp,525)]LOG]!><time="15:33:20.211+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:525">
      <![LOG[Failed to verify existance of "\\NUEW-IFSCCM02.company.COM\SMSPXEIMAGES$\SMSPKG\NUE00476" (Code 0x80070003)]LOG]!><time="15:33:20.211+-120" date="09-27-2013" component="TSPxe" context="" type="3" thread="1832" file="tsconnection.cpp:525">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00476\]LOG]!><time="15:33:20.211+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:20.211+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00476".]LOG]!><time="15:33:20.227+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00476".]LOG]!><time="15:33:20.227+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00476\]LOG]!><time="15:33:20.227+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00476 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00476\]LOG]!><time="15:33:20.227+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00484", ProgramID="Office2010_DE_LanguagePack"]]LOG]!><time="15:33:20.227+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00484-CDDF3881.]LOG]!><time="15:33:20.227+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:20.227+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:20.227+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00484-CDDF3881.3_00.]LOG]!><time="15:33:20.227+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:20.227+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:20.227+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00484-CDDF3881.3_00]LOG]!><time="15:33:20.227+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:20.242+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:20.258+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:20.258+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00484 from policy]LOG]!><time="15:33:20.258+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:20.258+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:20.258+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00484.]LOG]!><time="15:33:20.258+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00484]LOG]!><time="15:33:20.258+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:20.258+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:20.258+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:20.258+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:20.258+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:20.258+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:20.258+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:20.274+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:20.274+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:20.274+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:20.274+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:20.274+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00484:3 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:20.274+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:20.289+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:20.289+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:20Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:20.289+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:20.289+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:20.320+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:20.320+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:20.320+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2604.]LOG]!><time="15:33:20.320+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:20.320+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00484\ to Local DP list.]LOG]!><time="15:33:20.320+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00484\ to Local DP list.]LOG]!><time="15:33:20.320+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:20.320+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:20.320+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:20.320+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:20.320+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00484\]LOG]!><time="15:33:20.320+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:20.320+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00484".]LOG]!><time="15:33:20.320+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00484".]LOG]!><time="15:33:20.336+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00484\]LOG]!><time="15:33:20.336+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00484\]LOG]!><time="15:33:20.336+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:20.336+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00484".]LOG]!><time="15:33:20.336+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00484".]LOG]!><time="15:33:20.352+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00484\]LOG]!><time="15:33:20.352+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00484 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00484\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00484\]LOG]!><time="15:33:20.352+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00485", ProgramID="Office2010_ES_LanguagePack"]]LOG]!><time="15:33:20.352+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00485-EA5494B3.]LOG]!><time="15:33:20.352+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:20.352+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:20.352+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00485-EA5494B3.3_00.]LOG]!><time="15:33:20.352+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:20.352+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:20.352+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00485-EA5494B3.3_00]LOG]!><time="15:33:20.352+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:20.367+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:20.367+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:20.367+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00485 from policy]LOG]!><time="15:33:20.383+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:20.383+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:20.383+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00485.]LOG]!><time="15:33:20.383+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00485]LOG]!><time="15:33:20.383+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:20.383+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:20.383+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:20.383+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:20.383+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:20.383+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:20.383+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:20.383+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:20.383+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:20.383+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:20.383+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:20.383+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00485:3 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:20.398+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:20.398+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:20.414+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:20Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:20.414+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:20.414+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:20.523+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:20.539+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:20.539+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 493, uncompressed size 2604.]LOG]!><time="15:33:20.539+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:20.539+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00485\ to Local DP list.]LOG]!><time="15:33:20.539+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00485\ to Local DP list.]LOG]!><time="15:33:20.539+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:20.539+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:20.539+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:20.539+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:20.539+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00485\]LOG]!><time="15:33:20.539+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:20.539+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00485".]LOG]!><time="15:33:20.539+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00485".]LOG]!><time="15:33:20.554+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00485\]LOG]!><time="15:33:20.554+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00485\]LOG]!><time="15:33:20.554+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:20.554+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00485".]LOG]!><time="15:33:20.554+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00485".]LOG]!><time="15:33:20.554+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00485\]LOG]!><time="15:33:20.570+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00485 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00485\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00485\]LOG]!><time="15:33:20.570+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE00483", ProgramID="Microsoft_Office_2010_ProPlus_ENG_SP1_X32"]]LOG]!><time="15:33:20.570+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE00483-EC7BC62B.]LOG]!><time="15:33:20.570+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:20.570+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:20.570+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE00483-EC7BC62B.9_00.]LOG]!><time="15:33:20.570+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:20.570+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:20.570+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE00483-EC7BC62B.9_00]LOG]!><time="15:33:20.570+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:20.586+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:20.586+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:20.586+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE00483 from policy]LOG]!><time="15:33:20.586+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:20.601+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:20.601+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE00483.]LOG]!><time="15:33:20.601+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE00483]LOG]!><time="15:33:20.601+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:20.601+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:20.601+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:20.601+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:20.601+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:20.601+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:20.601+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:20.601+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:20.601+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:20.601+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:20.601+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:20.601+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE00483:9 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:20.617+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:20.617+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:20.617+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:20Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:20.617+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:20.632+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:20.757+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:20.757+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:20.757+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 494, uncompressed size 2604.]LOG]!><time="15:33:20.757+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:20.757+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00483\ to Local DP list.]LOG]!><time="15:33:20.757+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00483\ to Local DP list.]LOG]!><time="15:33:20.757+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:20.757+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:20.757+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:20.757+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:20.757+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00483\]LOG]!><time="15:33:20.757+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:20.757+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00483".]LOG]!><time="15:33:20.757+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00483".]LOG]!><time="15:33:20.773+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00483\]LOG]!><time="15:33:20.773+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00483\]LOG]!><time="15:33:20.773+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:20.773+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00483".]LOG]!><time="15:33:20.773+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00483".]LOG]!><time="15:33:20.788+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00483\]LOG]!><time="15:33:20.788+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE00483 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00483\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00483\]LOG]!><time="15:33:20.788+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE0048C", ProgramID="McAfee_EEPC_62P1_Installation"]]LOG]!><time="15:33:20.788+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE0048C-BAEEF24F.]LOG]!><time="15:33:20.788+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:20.788+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:20.788+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE0048C-BAEEF24F.2_00.]LOG]!><time="15:33:20.788+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:20.788+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:20.788+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE0048C-BAEEF24F.2_00]LOG]!><time="15:33:20.788+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:20.804+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:20.820+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:20.820+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE0048C from policy]LOG]!><time="15:33:20.820+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:20.820+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:20.820+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE0048C.]LOG]!><time="15:33:20.820+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE0048C]LOG]!><time="15:33:20.820+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:20.820+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:20.820+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:20.820+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:20.820+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:20.820+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:20.820+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:20.820+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:20.835+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:20.835+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:20.835+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:20.835+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE0048C:1 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:20.835+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:20.851+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:20.851+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:20Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:20.851+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:20.851+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:20.882+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:20.882+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:20.882+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 527, uncompressed size 4052.]LOG]!><time="15:33:20.882+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:20.882+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0048C\ to Local DP list.]LOG]!><time="15:33:20.882+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPXEIMAGES$\SMSPKG\NUE0048C\ to Local DP list.]LOG]!><time="15:33:20.882+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0048C\ to Local DP list.]LOG]!><time="15:33:20.882+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPXEIMAGES$\SMSPKG\NUE0048C\ to Local DP list.]LOG]!><time="15:33:20.882+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 4 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:20.882+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:20.882+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:20.882+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:20.882+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0048C\]LOG]!><time="15:33:20.882+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:20.882+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0048C".]LOG]!><time="15:33:20.898+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0048C".]LOG]!><time="15:33:20.898+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0048C\]LOG]!><time="15:33:20.898+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPXEIMAGES$\SMSPKG\NUE0048C\]LOG]!><time="15:33:20.898+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:20.898+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPXEIMAGES$\SMSPKG\NUE0048C".]LOG]!><time="15:33:20.898+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[CCM::Utility::Filesystem::Directory::Exists( sShare.c_str() ), HRESULT=80070003 (e:\nts_sms_fre\sms\framework\tscore\tsconnection.cpp,525)]LOG]!><time="15:33:20.913+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:525">
      <![LOG[Failed to verify existance of "\\NUEW-IFSCCM02.company.COM\SMSPXEIMAGES$\SMSPKG\NUE0048C" (Code 0x80070003)]LOG]!><time="15:33:20.913+-120" date="09-27-2013" component="TSPxe" context="" type="3" thread="1832" file="tsconnection.cpp:525">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0048C\]LOG]!><time="15:33:20.913+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:20.913+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0048C".]LOG]!><time="15:33:20.913+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0048C".]LOG]!><time="15:33:20.929+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0048C\]LOG]!><time="15:33:20.929+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPXEIMAGES$\SMSPKG\NUE0048C\]LOG]!><time="15:33:20.929+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:20.929+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPXEIMAGES$\SMSPKG\NUE0048C".]LOG]!><time="15:33:20.929+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[CCM::Utility::Filesystem::Directory::Exists( sShare.c_str() ), HRESULT=80070003 (e:\nts_sms_fre\sms\framework\tscore\tsconnection.cpp,525)]LOG]!><time="15:33:20.944+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:525">
      <![LOG[Failed to verify existance of "\\NUEW-IFSCCM01.company.COM\SMSPXEIMAGES$\SMSPKG\NUE0048C" (Code 0x80070003)]LOG]!><time="15:33:20.944+-120" date="09-27-2013" component="TSPxe" context="" type="3" thread="1832" file="tsconnection.cpp:525">
      <![LOG[NUE0048C content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0048C\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0048C\]LOG]!><time="15:33:20.944+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE004A2", ProgramID="Office2013_DE_LanguagePack"]]LOG]!><time="15:33:20.944+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE004A2-9E456305.]LOG]!><time="15:33:20.944+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:20.944+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:20.944+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE004A2-9E456305.3_00.]LOG]!><time="15:33:20.944+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:20.944+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:20.944+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE004A2-9E456305.3_00]LOG]!><time="15:33:20.944+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:20.960+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:20.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:20.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE004A2 from policy]LOG]!><time="15:33:20.976+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:20.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:20.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE004A2.]LOG]!><time="15:33:20.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE004A2]LOG]!><time="15:33:20.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:20.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:20.976+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:20.976+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:20.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:20.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:20.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:20.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:20.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:20.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:20.976+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:20.991+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE004A2:3 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:20.991+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:21.007+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:21.007+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:21Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:21.007+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:21.007+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:21.132+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:21.132+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:21.132+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 495, uncompressed size 2604.]LOG]!><time="15:33:21.132+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:21.147+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A2\ to Local DP list.]LOG]!><time="15:33:21.147+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A2\ to Local DP list.]LOG]!><time="15:33:21.147+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:21.147+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:21.147+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:21.147+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:21.147+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A2\]LOG]!><time="15:33:21.147+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:21.147+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A2".]LOG]!><time="15:33:21.147+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A2".]LOG]!><time="15:33:21.163+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A2\]LOG]!><time="15:33:21.163+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A2\]LOG]!><time="15:33:21.163+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:21.163+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A2".]LOG]!><time="15:33:21.163+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A2".]LOG]!><time="15:33:21.163+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A2\]LOG]!><time="15:33:21.178+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE004A2 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A2\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A2\]LOG]!><time="15:33:21.178+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE004A3", ProgramID="Office2013_ES_LanguagePack"]]LOG]!><time="15:33:21.178+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE004A3-B9CECF37.]LOG]!><time="15:33:21.178+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:21.178+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:21.178+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE004A3-B9CECF37.3_00.]LOG]!><time="15:33:21.178+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:21.178+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:21.178+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE004A3-B9CECF37.3_00]LOG]!><time="15:33:21.178+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:21.194+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:21.194+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:21.194+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE004A3 from policy]LOG]!><time="15:33:21.194+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:21.194+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:21.194+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE004A3.]LOG]!><time="15:33:21.210+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE004A3]LOG]!><time="15:33:21.210+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:21.210+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:21.210+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:21.210+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:21.210+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:21.210+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:21.210+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:21.210+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:21.210+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:21.210+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:21.210+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:21.210+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE004A3:3 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:21.210+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:21.225+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:21.225+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:21Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:21.225+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:21.225+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:21.366+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:21.366+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:21.366+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 493, uncompressed size 2604.]LOG]!><time="15:33:21.366+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:21.366+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A3\ to Local DP list.]LOG]!><time="15:33:21.366+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A3\ to Local DP list.]LOG]!><time="15:33:21.366+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:21.366+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:21.366+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:21.366+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:21.366+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A3\]LOG]!><time="15:33:21.366+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:21.366+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A3".]LOG]!><time="15:33:21.366+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A3".]LOG]!><time="15:33:21.381+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A3\]LOG]!><time="15:33:21.381+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A3\]LOG]!><time="15:33:21.381+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:21.381+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A3".]LOG]!><time="15:33:21.381+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A3".]LOG]!><time="15:33:21.397+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A3\]LOG]!><time="15:33:21.397+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE004A3 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A3\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A3\]LOG]!><time="15:33:21.397+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE004A6", ProgramID="Office2013_FR_LanguagePack"]]LOG]!><time="15:33:21.397+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE004A6-35BC4438.]LOG]!><time="15:33:21.397+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:21.397+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:21.397+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE004A6-35BC4438.2_00.]LOG]!><time="15:33:21.397+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:21.397+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:21.397+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE004A6-35BC4438.2_00]LOG]!><time="15:33:21.397+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:21.412+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:21.412+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:21.412+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE004A6 from policy]LOG]!><time="15:33:21.428+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:21.428+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:21.428+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE004A6.]LOG]!><time="15:33:21.428+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE004A6]LOG]!><time="15:33:21.428+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:21.428+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:21.428+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:21.428+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:21.428+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:21.428+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:21.428+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:21.428+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:21.428+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:21.428+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:21.428+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:21.428+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE004A6:1 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:21.444+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:21.444+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:21.444+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:21Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:21.459+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:21.459+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:21.475+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:21.475+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:21.475+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 494, uncompressed size 2604.]LOG]!><time="15:33:21.475+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:21.490+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A6\ to Local DP list.]LOG]!><time="15:33:21.490+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A6\ to Local DP list.]LOG]!><time="15:33:21.490+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:21.490+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:21.490+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:21.490+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:21.490+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A6\]LOG]!><time="15:33:21.490+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:21.490+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A6".]LOG]!><time="15:33:21.490+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A6".]LOG]!><time="15:33:21.506+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A6\]LOG]!><time="15:33:21.506+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A6\]LOG]!><time="15:33:21.506+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:21.506+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A6".]LOG]!><time="15:33:21.506+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A6".]LOG]!><time="15:33:21.506+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A6\]LOG]!><time="15:33:21.522+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE004A6 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A6\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A6\]LOG]!><time="15:33:21.522+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE004B2", ProgramID="*"]]LOG]!><time="15:33:21.522+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE004B2-DBBBC9D6.]LOG]!><time="15:33:21.522+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:21.522+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:21.522+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE004B2-DBBBC9D6.3_00.]LOG]!><time="15:33:21.522+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:21.522+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:21.522+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE004B2-DBBBC9D6.3_00]LOG]!><time="15:33:21.522+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:21.537+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:21.537+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:21.537+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE004B2 from policy]LOG]!><time="15:33:21.537+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:21.537+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:21.537+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE004B2.]LOG]!><time="15:33:21.537+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE004B2]LOG]!><time="15:33:21.537+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:21.537+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:21.553+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:21.553+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:21.553+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:21.553+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:21.553+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:21.553+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:21.553+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:21.553+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:21.553+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:21.553+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE004B2:2 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:21.553+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:21.568+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:21.568+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:21Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:21.568+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:21.568+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:21.709+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:21.709+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:21.709+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 502, uncompressed size 2618.]LOG]!><time="15:33:21.709+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:21.709+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004B2\ to Local DP list.]LOG]!><time="15:33:21.709+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004B2\ to Local DP list.]LOG]!><time="15:33:21.709+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:21.709+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:21.709+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:21.709+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:21.709+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004B2\]LOG]!><time="15:33:21.709+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:21.709+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004B2".]LOG]!><time="15:33:21.709+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004B2".]LOG]!><time="15:33:21.724+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004B2\]LOG]!><time="15:33:21.724+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004B2\]LOG]!><time="15:33:21.724+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:21.724+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004B2".]LOG]!><time="15:33:21.724+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004B2".]LOG]!><time="15:33:21.740+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004B2\]LOG]!><time="15:33:21.740+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE004B2 content location: \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004B2\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004B2\]LOG]!><time="15:33:21.740+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE004B4", ProgramID="Office2010_FR_LanguagePack"]]LOG]!><time="15:33:21.740+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE004B4-66261FBC.]LOG]!><time="15:33:21.740+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:21.740+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:21.740+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE004B4-66261FBC.2_00.]LOG]!><time="15:33:21.740+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:21.740+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:21.740+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE004B4-66261FBC.2_00]LOG]!><time="15:33:21.740+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:21.756+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:21.756+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:21.756+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE004B4 from policy]LOG]!><time="15:33:21.771+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:21.771+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:21.771+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE004B4.]LOG]!><time="15:33:21.771+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE004B4]LOG]!><time="15:33:21.771+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:21.771+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:21.771+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:21.771+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:21.771+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:21.771+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:21.771+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:21.771+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:21.771+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:21.771+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:21.771+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:21.771+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE004B4:1 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:21.787+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:21.802+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:21.802+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:21Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:21.802+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:21.802+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:21.927+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:21.927+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:21.927+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 494, uncompressed size 2604.]LOG]!><time="15:33:21.927+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:21.927+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004B4\ to Local DP list.]LOG]!><time="15:33:21.927+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004B4\ to Local DP list.]LOG]!><time="15:33:21.927+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:21.927+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:21.927+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:21.927+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:21.927+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004B4\]LOG]!><time="15:33:21.927+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:21.927+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004B4".]LOG]!><time="15:33:21.943+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004B4".]LOG]!><time="15:33:21.943+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004B4\]LOG]!><time="15:33:21.943+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004B4\]LOG]!><time="15:33:21.943+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:21.943+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004B4".]LOG]!><time="15:33:21.943+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004B4".]LOG]!><time="15:33:21.958+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004B4\]LOG]!><time="15:33:21.958+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE004B4 content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004B4\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004B4\]LOG]!><time="15:33:21.958+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[Getting policy for CCM_SoftwareDistribution[AdvertID="NUE20382", PackageID="NUE004BE", ProgramID="*"]]LOG]!><time="15:33:21.958+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2203">
      <![LOG[Downloading policy body DEP-NUE20382-NUE004BE-DBBBC9D6.]LOG]!><time="15:33:21.958+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:21.958+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:21.958+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?DEP-NUE20382-NUE004BE-DBBBC9D6.2_00.]LOG]!><time="15:33:21.958+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:21.958+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:21.958+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?DEP-NUE20382-NUE004BE-DBBBC9D6.2_00]LOG]!><time="15:33:21.958+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:21.974+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:21.990+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:21.990+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Getting content hash value for reference package NUE004BE from policy]LOG]!><time="15:33:21.990+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2279">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:21.990+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmxml.h:566">
      <![LOG[PackageHash.SDMPackage node not found in the policy assignment property PRG_Requirements.]LOG]!><time="15:33:21.990+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2465">
      <![LOG[Successfully resolved policy for NUE004BE.]LOG]!><time="15:33:21.990+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2305">
      <![LOG[Resolving content location for NUE004BE]LOG]!><time="15:33:21.990+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2323">
      <![LOG[Getting network access account.]LOG]!><time="15:33:21.990+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1596">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:21.990+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:21.990+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Getting multicast config.]LOG]!><time="15:33:21.990+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1600">
      <![LOG[Multicast retry count: 3]LOG]!><time="15:33:21.990+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1417">
      <![LOG[Multicast retry delay: 60]LOG]!><time="15:33:21.990+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1427">
      <![LOG[Getting local network information.]LOG]!><time="15:33:21.990+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1846">
      <![LOG[IPv6 entry points already initialized.]LOG]!><time="15:33:21.990+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:75">
      <![LOG[DHCP entry points already initialized.]LOG]!><time="15:33:21.990+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:139">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} is DHCP enabled. Checking quarantine status.]LOG]!><time="15:33:21.990+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmiputil.cpp:509">
      <![LOG[Adapter {EFBA817C-9FFB-4475-9F87-A7323283D340} has 1 IPv4 address(es).]LOG]!><time="15:33:21.990+-120" date="09-27-2013" component="TSPxe" context="" type="2" thread="1832" file="ccmiputil.cpp:540">
      <![LOG[Executing content location request for NUE004BE:1 as 828fcd24-e881-437d-9cf6-d29162624702]LOG]!><time="15:33:22.005+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1852">
      <![LOG[Sending RequestContentLocations]LOG]!><time="15:33:22.021+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:3367">
      <![LOG[Formatted header:]LOG]!><time="15:33:22.021+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>828fcd24-e881-437d-9cf6-d29162624702</SourceID><SourceHost/><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:22Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="606"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:22.021+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:22.021+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:22.036+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Decompressing reply body.]LOG]!><time="15:33:22.036+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:2395">
      <![LOG[::DecompressBuffer(65536)]LOG]!><time="15:33:22.036+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:735">
      <![LOG[Decompression (zlib) succeeded: original size 502, uncompressed size 2618.]LOG]!><time="15:33:22.036+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:646">
      <![LOG[Filtering Content Locations.]LOG]!><time="15:33:22.036+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:1883">
      <![LOG[ Adding \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004BE\ to Local DP list.]LOG]!><time="15:33:22.052+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[ Adding \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004BE\ to Local DP list.]LOG]!><time="15:33:22.052+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1938">
      <![LOG[Found 0 DPs in subnet, 2 DPs in local site, 0 DPs in remote location and 0 Multicast DPs]LOG]!><time="15:33:22.052+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:1974">
      <![LOG[Shuffling HTTP local DP list.]LOG]!><time="15:33:22.052+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2012">
      <![LOG[Shuffling Local DP list.]LOG]!><time="15:33:22.052+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2087">
      <![LOG[Skipping remote content locations.]LOG]!><time="15:33:22.052+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="resolvesource.cpp:2132">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004BE\]LOG]!><time="15:33:22.052+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM02.company.COM\*".]LOG]!><time="15:33:22.052+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004BE".]LOG]!><time="15:33:22.052+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004BE".]LOG]!><time="15:33:22.052+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004BE\]LOG]!><time="15:33:22.068+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[Attempting to connect to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004BE\]LOG]!><time="15:33:22.068+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2151">
      <![LOG[Deleting any existing network connections to "\\NUEW-IFSCCM01.company.COM\*".]LOG]!><time="15:33:22.068+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:407">
      <![LOG[Attempting to connect to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004BE".]LOG]!><time="15:33:22.068+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:501">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004BE".]LOG]!><time="15:33:22.068+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsconnection.cpp:527">
      <![LOG[Successfully connected to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004BE\]LOG]!><time="15:33:22.068+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:2158">
      <![LOG[NUE004BE content location: \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004BE\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004BE\]LOG]!><time="15:33:22.068+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:2355">
      <![LOG[No need to register providers]LOG]!><time="15:33:22.068+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tsmbootstraputil.cpp:996">
      <![LOG[Registering the Progress UI.]LOG]!><time="15:33:22.068+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsmediawizardcontrol.cpp:1450">
      <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="15:33:22.083+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="commandline.cpp:229">
      <![LOG[Set command line: "X:\sms\bin\i386\TsProgressUI.exe" /Register:WinPE]LOG]!><time="15:33:22.083+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="commandline.cpp:707">
      <![LOG[Executing command line: "X:\sms\bin\i386\TsProgressUI.exe" /Register:WinPE]LOG]!><time="15:33:22.083+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="commandline.cpp:805">
      <![LOG[==========[ TsProgressUI started in process 1900 ]==========]LOG]!><time="15:33:22.161+-120" date="09-27-2013" component="TsProgressUI" context="" type="1" thread="1904" file="winmain.cpp:327">
      <![LOG[Command line: "X:\sms\bin\i386\TsProgressUI.exe" /Register:WinPE]LOG]!><time="15:33:22.161+-120" date="09-27-2013" component="TsProgressUI" context="" type="0" thread="1904" file="winmain.cpp:330">
      <![LOG[Registering COM classes]LOG]!><time="15:33:22.161+-120" date="09-27-2013" component="TsProgressUI" context="" type="1" thread="1904" file="winmain.cpp:185">
      <![LOG[sbModulePath = X:\sms\bin\i386\TsProgressUI.exe]LOG]!><time="15:33:22.161+-120" date="09-27-2013" component="TsProgressUI" context="" type="1" thread="1904" file="tsprogressuiclass.cpp:623">
      <![LOG[Unregistering class objects]LOG]!><time="15:33:22.177+-120" date="09-27-2013" component="TsProgressUI" context="" type="1" thread="1904" file="winmain.cpp:503">
      <![LOG[Shutdown complete.]LOG]!><time="15:33:22.177+-120" date="09-27-2013" component="TsProgressUI" context="" type="1" thread="1904" file="winmain.cpp:520">
      <![LOG[Process completed with exit code 0]LOG]!><time="15:33:22.177+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="commandline.cpp:1102">
      <![LOG[Successfully registered TS Progress UI.]LOG]!><time="15:33:22.177+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="utils.cpp:1922">
      <![LOG[Creating the Task Sequencing Environment.]LOG]!><time="15:33:22.177+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsmediawizardcontrol.cpp:1457">
      <![LOG[Setting Media Variables in Task Sequencing Environment.]LOG]!><time="15:33:22.177+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsmediawizardcontrol.cpp:1463">
      <![LOG[Setting WinPE Flag in the Task Sequencing Environment.]LOG]!><time="15:33:22.177+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsmediawizardcontrol.cpp:1485">
      <![LOG[Setting Media Type Flag in the Task Sequencing Environment.]LOG]!><time="15:33:22.177+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsmediawizardcontrol.cpp:1491">
      <![LOG[Setting Local Computer Name in the Task Sequencing Environment.]LOG]!><time="15:33:22.177+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsmediawizardcontrol.cpp:1497">
      <![LOG[Setting Selected Task Sequence Information Task Sequencing Environment.]LOG]!><time="15:33:22.177+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsmediawizardcontrol.cpp:1504">
      <![LOG[Setting selected task sequence information in the environment.]LOG]!><time="15:33:22.177+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:2900">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.192+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22122, compressed size 2758.]LOG]!><time="15:33:22.192+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00007 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00007\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00007\]LOG]!><time="15:33:22.192+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00007 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00007/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00007/]LOG]!><time="15:33:22.192+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00007 to 0]LOG]!><time="15:33:22.192+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.192+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22182, compressed size 2766.]LOG]!><time="15:33:22.208+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0000D to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0000D\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0000D\]LOG]!><time="15:33:22.208+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0000D to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0000D/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0000D/]LOG]!><time="15:33:22.208+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0000D to 0]LOG]!><time="15:33:22.208+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.208+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22828, compressed size 2884.]LOG]!><time="15:33:22.208+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0000E to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0000E\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0000E\]LOG]!><time="15:33:22.208+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0000E to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0000E/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0000E/]LOG]!><time="15:33:22.208+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0000E to 0]LOG]!><time="15:33:22.208+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.208+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22146, compressed size 2767.]LOG]!><time="15:33:22.208+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00016 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00016\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00016\]LOG]!><time="15:33:22.224+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00016 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00016/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00016/]LOG]!><time="15:33:22.224+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00016 to 0]LOG]!><time="15:33:22.224+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.224+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22650, compressed size 2846.]LOG]!><time="15:33:22.224+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00017 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00017\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00017\]LOG]!><time="15:33:22.224+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00017 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00017/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00017/]LOG]!><time="15:33:22.224+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00017 to 0]LOG]!><time="15:33:22.224+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.224+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22668, compressed size 2815.]LOG]!><time="15:33:22.224+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0001A to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0001A\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0001A\]LOG]!><time="15:33:22.224+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0001A to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0001A/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0001A/]LOG]!><time="15:33:22.224+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0001A to 0]LOG]!><time="15:33:22.239+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.239+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22960, compressed size 2911.]LOG]!><time="15:33:22.239+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0001F to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0001F\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0001F\]LOG]!><time="15:33:22.239+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0001F to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0001F/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0001F/]LOG]!><time="15:33:22.239+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0001F to 0]LOG]!><time="15:33:22.239+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.239+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22888, compressed size 2869.]LOG]!><time="15:33:22.239+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00027 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00027\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00027\]LOG]!><time="15:33:22.239+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00027 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00027/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00027/]LOG]!><time="15:33:22.239+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00027 to 0]LOG]!><time="15:33:22.255+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.255+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22576, compressed size 2842.]LOG]!><time="15:33:22.255+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00026 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00026\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00026\]LOG]!><time="15:33:22.255+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00026 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00026/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00026/]LOG]!><time="15:33:22.255+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00026 to 0]LOG]!><time="15:33:22.255+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.255+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22190, compressed size 2772.]LOG]!><time="15:33:22.255+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0002B to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0002B\]LOG]!><time="15:33:22.255+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0002B to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0002B/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0002B/]LOG]!><time="15:33:22.255+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0002B to 0]LOG]!><time="15:33:22.270+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.270+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22206, compressed size 2773.]LOG]!><time="15:33:22.270+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0004A to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0004A\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0004A\]LOG]!><time="15:33:22.270+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0004A to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0004A/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0004A/]LOG]!><time="15:33:22.270+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0004A to 0]LOG]!><time="15:33:22.270+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.270+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22612, compressed size 2850.]LOG]!><time="15:33:22.270+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00057 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00057\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00057\]LOG]!><time="15:33:22.270+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00057 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00057/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00057/]LOG]!><time="15:33:22.286+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00057 to 0]LOG]!><time="15:33:22.286+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.286+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22210, compressed size 2786.]LOG]!><time="15:33:22.286+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE000F8 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE000F8\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE000F8\]LOG]!><time="15:33:22.286+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE000F8 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE000F8/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE000F8/]LOG]!><time="15:33:22.286+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE000F8 to 0]LOG]!><time="15:33:22.286+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.286+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22210, compressed size 2775.]LOG]!><time="15:33:22.286+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0015B to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015B\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015B\]LOG]!><time="15:33:22.302+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0015B to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0015B/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0015B/]LOG]!><time="15:33:22.302+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0015B to 0]LOG]!><time="15:33:22.302+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.302+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22210, compressed size 2779.]LOG]!><time="15:33:22.302+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0015C to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015C\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015C\]LOG]!><time="15:33:22.302+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0015C to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0015C/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0015C/]LOG]!><time="15:33:22.302+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0015C to 0]LOG]!><time="15:33:22.302+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.317+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22210, compressed size 2773.]LOG]!><time="15:33:22.317+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0015E to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015E\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015E\]LOG]!><time="15:33:22.317+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0015E to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0015E/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0015E/]LOG]!><time="15:33:22.317+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0015E to 0]LOG]!><time="15:33:22.317+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.317+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22210, compressed size 2778.]LOG]!><time="15:33:22.317+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0015F to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0015F\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0015F\]LOG]!><time="15:33:22.317+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0015F to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0015F/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0015F/]LOG]!><time="15:33:22.333+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0015F to 0]LOG]!><time="15:33:22.333+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.333+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22210, compressed size 2777.]LOG]!><time="15:33:22.333+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00160 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00160\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00160\]LOG]!><time="15:33:22.333+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00160 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00160/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00160/]LOG]!><time="15:33:22.333+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00160 to 0]LOG]!><time="15:33:22.333+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.333+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22210, compressed size 2776.]LOG]!><time="15:33:22.333+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00161 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00161\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00161\]LOG]!><time="15:33:22.348+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00161 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00161/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00161/]LOG]!><time="15:33:22.348+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00161 to 0]LOG]!><time="15:33:22.348+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.348+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22210, compressed size 2772.]LOG]!><time="15:33:22.348+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00163 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00163\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00163\]LOG]!><time="15:33:22.348+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00163 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00163/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00163/]LOG]!><time="15:33:22.348+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00163 to 0]LOG]!><time="15:33:22.348+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.348+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22210, compressed size 2779.]LOG]!><time="15:33:22.348+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00164 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00164\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00164\]LOG]!><time="15:33:22.364+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00164 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00164/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00164/]LOG]!><time="15:33:22.364+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00164 to 0]LOG]!><time="15:33:22.364+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.364+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22210, compressed size 2787.]LOG]!><time="15:33:22.364+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00166 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00166\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00166\]LOG]!><time="15:33:22.364+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00166 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00166/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00166/]LOG]!><time="15:33:22.364+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00166 to 0]LOG]!><time="15:33:22.364+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.364+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22210, compressed size 2778.]LOG]!><time="15:33:22.380+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00167 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00167\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00167\]LOG]!><time="15:33:22.380+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00167 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00167/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00167/]LOG]!><time="15:33:22.380+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00167 to 0]LOG]!><time="15:33:22.380+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.380+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22210, compressed size 2786.]LOG]!><time="15:33:22.380+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0016A to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0016A\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0016A\]LOG]!><time="15:33:22.380+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0016A to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0016A/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0016A/]LOG]!><time="15:33:22.380+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0016A to 0]LOG]!><time="15:33:22.380+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.395+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22214, compressed size 2783.]LOG]!><time="15:33:22.395+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0016B to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0016B\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0016B\]LOG]!><time="15:33:22.395+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0016B to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0016B/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0016B/]LOG]!><time="15:33:22.395+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0016B to 0]LOG]!><time="15:33:22.395+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.395+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22266, compressed size 2794.]LOG]!><time="15:33:22.395+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0017A to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017A\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017A\]LOG]!><time="15:33:22.395+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0017A to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0017A/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0017A/]LOG]!><time="15:33:22.411+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0017A to 0]LOG]!><time="15:33:22.411+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.411+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22266, compressed size 2787.]LOG]!><time="15:33:22.411+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0017B to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017B\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017B\]LOG]!><time="15:33:22.411+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0017B to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0017B/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0017B/]LOG]!><time="15:33:22.411+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0017B to 0]LOG]!><time="15:33:22.411+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.411+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22266, compressed size 2792.]LOG]!><time="15:33:22.426+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0017C to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017C\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017C\]LOG]!><time="15:33:22.426+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0017C to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0017C/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0017C/]LOG]!><time="15:33:22.426+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0017C to 0]LOG]!><time="15:33:22.426+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.426+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22266, compressed size 2790.]LOG]!><time="15:33:22.426+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0017D to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0017D\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0017D\]LOG]!><time="15:33:22.426+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0017D to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0017D/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0017D/]LOG]!><time="15:33:22.426+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0017D to 0]LOG]!><time="15:33:22.426+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.426+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22210, compressed size 2778.]LOG]!><time="15:33:22.426+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00180 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00180\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00180\]LOG]!><time="15:33:22.442+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00180 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00180/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00180/]LOG]!><time="15:33:22.442+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00180 to 0]LOG]!><time="15:33:22.442+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.442+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22206, compressed size 2775.]LOG]!><time="15:33:22.442+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00181 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00181\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00181\]LOG]!><time="15:33:22.442+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00181 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00181/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00181/]LOG]!><time="15:33:22.442+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00181 to 0]LOG]!><time="15:33:22.442+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.442+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22274, compressed size 2777.]LOG]!><time="15:33:22.458+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE001E3 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE001E3\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE001E3\]LOG]!><time="15:33:22.458+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE001E3 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE001E3/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE001E3/]LOG]!><time="15:33:22.458+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE001E3 to 0]LOG]!><time="15:33:22.458+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.458+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23080, compressed size 2882.]LOG]!><time="15:33:22.458+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00157 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00157\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00157\]LOG]!><time="15:33:22.458+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00157 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00157/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00157/]LOG]!><time="15:33:22.458+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00157 to 0]LOG]!><time="15:33:22.458+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.458+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23034, compressed size 2871.]LOG]!><time="15:33:22.473+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Location of reference package NUE00017 is already resolved.]LOG]!><time="15:33:22.473+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3026">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.473+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22210, compressed size 2783.]LOG]!><time="15:33:22.473+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE002C0 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002C0\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002C0\]LOG]!><time="15:33:22.473+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE002C0 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE002C0/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE002C0/]LOG]!><time="15:33:22.473+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE002C0 to 0]LOG]!><time="15:33:22.473+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.473+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22210, compressed size 2781.]LOG]!><time="15:33:22.473+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE002D6 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002D6\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002D6\]LOG]!><time="15:33:22.473+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE002D6 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE002D6/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE002D6/]LOG]!><time="15:33:22.473+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE002D6 to 0]LOG]!><time="15:33:22.489+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.489+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22210, compressed size 2775.]LOG]!><time="15:33:22.489+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE002DB to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002DB\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002DB\]LOG]!><time="15:33:22.489+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE002DB to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE002DB/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE002DB/]LOG]!><time="15:33:22.489+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE002DB to 0]LOG]!><time="15:33:22.489+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.489+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22266, compressed size 2787.]LOG]!><time="15:33:22.489+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE002DC to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002DC\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002DC\]LOG]!><time="15:33:22.489+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE002DC to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE002DC/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE002DC/]LOG]!><time="15:33:22.489+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE002DC to 0]LOG]!><time="15:33:22.504+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.504+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22210, compressed size 2767.]LOG]!><time="15:33:22.504+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE002E4 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E4\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E4\]LOG]!><time="15:33:22.504+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE002E4 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE002E4/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE002E4/]LOG]!><time="15:33:22.504+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE002E4 to 0]LOG]!><time="15:33:22.504+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.504+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22266, compressed size 2779.]LOG]!><time="15:33:22.504+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE002E7 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E7\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E7\]LOG]!><time="15:33:22.520+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE002E7 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE002E7/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE002E7/]LOG]!><time="15:33:22.520+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE002E7 to 0]LOG]!><time="15:33:22.520+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.520+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22214, compressed size 2769.]LOG]!><time="15:33:22.520+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE002E8 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002E8\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE002E8\]LOG]!><time="15:33:22.520+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE002E8 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE002E8/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE002E8/]LOG]!><time="15:33:22.520+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE002E8 to 0]LOG]!><time="15:33:22.520+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.520+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23160, compressed size 2897.]LOG]!><time="15:33:22.536+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE002F5 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE002F5\,\\NUEW-IFSCCM01.company.COM\SMSPKGC$\NUE002F5\]LOG]!><time="15:33:22.536+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE002F5 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE002F5/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGC$/NUE002F5/]LOG]!><time="15:33:22.536+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE002F5 to 0]LOG]!><time="15:33:22.536+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.536+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22928, compressed size 2877.]LOG]!><time="15:33:22.536+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0030D to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0030D\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0030D\]LOG]!><time="15:33:22.551+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0030D to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0030D/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0030D/]LOG]!><time="15:33:22.551+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0030D to 0]LOG]!><time="15:33:22.551+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.551+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22210, compressed size 2777.]LOG]!><time="15:33:22.551+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00338 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00338\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00338\]LOG]!><time="15:33:22.551+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00338 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00338/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00338/]LOG]!><time="15:33:22.551+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00338 to 0]LOG]!><time="15:33:22.567+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.567+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23008, compressed size 2881.]LOG]!><time="15:33:22.567+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00362 to \\NUEW-IFSCCM01.company.COM\SMSPKGC$\NUE00362\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00362\]LOG]!><time="15:33:22.567+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00362 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGC$/NUE00362/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00362/]LOG]!><time="15:33:22.567+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00362 to 0]LOG]!><time="15:33:22.567+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.567+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23378, compressed size 2913.]LOG]!><time="15:33:22.582+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00392 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00392\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00392\]LOG]!><time="15:33:22.582+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00392 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00392/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00392/]LOG]!><time="15:33:22.582+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00392 to 0]LOG]!><time="15:33:22.582+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.582+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22074, compressed size 2755.]LOG]!><time="15:33:22.582+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00397 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00397\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00397\]LOG]!><time="15:33:22.598+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00397 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00397/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00397/]LOG]!><time="15:33:22.598+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00397 to 0]LOG]!><time="15:33:22.598+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.598+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22074, compressed size 2756.]LOG]!><time="15:33:22.598+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0039A to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0039A\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0039A\]LOG]!><time="15:33:22.598+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0039A to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0039A/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0039A/]LOG]!><time="15:33:22.614+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0039A to 0]LOG]!><time="15:33:22.614+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.614+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22134, compressed size 2770.]LOG]!><time="15:33:22.614+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0039F to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0039F\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0039F\]LOG]!><time="15:33:22.614+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0039F to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0039F/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0039F/]LOG]!><time="15:33:22.614+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0039F to 0]LOG]!><time="15:33:22.629+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.629+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22130, compressed size 2769.]LOG]!><time="15:33:22.629+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE003A3 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A3\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A3\]LOG]!><time="15:33:22.629+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE003A3 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE003A3/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE003A3/]LOG]!><time="15:33:22.629+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE003A3 to 0]LOG]!><time="15:33:22.629+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.645+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22130, compressed size 2782.]LOG]!><time="15:33:22.645+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE003A4 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A4\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A4\]LOG]!><time="15:33:22.645+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE003A4 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE003A4/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE003A4/]LOG]!><time="15:33:22.645+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE003A4 to 0]LOG]!><time="15:33:22.645+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.660+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22130, compressed size 2768.]LOG]!><time="15:33:22.660+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE003A5 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003A5\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003A5\]LOG]!><time="15:33:22.660+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE003A5 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE003A5/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE003A5/]LOG]!><time="15:33:22.660+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE003A5 to 0]LOG]!><time="15:33:22.660+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.676+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23400, compressed size 2916.]LOG]!><time="15:33:22.676+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE003AC to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003AC\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003AC\]LOG]!><time="15:33:22.676+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE003AC to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE003AC/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE003AC/]LOG]!><time="15:33:22.676+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE003AC to 0]LOG]!><time="15:33:22.692+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.692+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23108, compressed size 2896.]LOG]!><time="15:33:22.692+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00394 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00394\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00394\]LOG]!><time="15:33:22.707+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00394 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00394/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00394/]LOG]!><time="15:33:22.707+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00394 to 0]LOG]!><time="15:33:22.707+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.707+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23108, compressed size 2882.]LOG]!><time="15:33:22.707+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00395 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00395\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00395\]LOG]!><time="15:33:22.723+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00395 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00395/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00395/]LOG]!><time="15:33:22.723+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00395 to 0]LOG]!><time="15:33:22.723+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.738+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23132, compressed size 2877.]LOG]!><time="15:33:22.738+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE003F3 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003F3\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003F3\]LOG]!><time="15:33:22.738+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE003F3 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE003F3/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE003F3/]LOG]!><time="15:33:22.738+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE003F3 to 0]LOG]!><time="15:33:22.754+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.754+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22992, compressed size 2859.]LOG]!><time="15:33:22.754+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE003F6 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003F6\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003F6\]LOG]!><time="15:33:22.754+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE003F6 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE003F6/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE003F6/]LOG]!><time="15:33:22.770+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE003F6 to 0]LOG]!><time="15:33:22.770+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.770+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22210, compressed size 2783.]LOG]!><time="15:33:22.770+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE003FE to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE003FE\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE003FE\]LOG]!><time="15:33:22.785+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE003FE to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE003FE/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE003FE/]LOG]!><time="15:33:22.785+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE003FE to 0]LOG]!><time="15:33:22.785+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.785+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23240, compressed size 2887.]LOG]!><time="15:33:22.785+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0041A to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0041A\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0041A\]LOG]!><time="15:33:22.801+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0041A to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0041A/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0041A/]LOG]!><time="15:33:22.801+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0041A to 0]LOG]!><time="15:33:22.801+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.801+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23028, compressed size 2871.]LOG]!><time="15:33:22.801+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00418 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00418\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00418\]LOG]!><time="15:33:22.816+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00418 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00418/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00418/]LOG]!><time="15:33:22.816+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00418 to 0]LOG]!><time="15:33:22.816+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.816+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22146, compressed size 2784.]LOG]!><time="15:33:22.832+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0045D to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0045D\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0045D\]LOG]!><time="15:33:22.832+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0045D to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0045D/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0045D/]LOG]!><time="15:33:22.832+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0045D to 0]LOG]!><time="15:33:22.832+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.832+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23296, compressed size 2896.]LOG]!><time="15:33:22.848+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00463 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00463\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00463\]LOG]!><time="15:33:22.848+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00463 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00463/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00463/]LOG]!><time="15:33:22.848+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00463 to 0]LOG]!><time="15:33:22.848+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.863+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22198, compressed size 2796.]LOG]!><time="15:33:22.863+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00476 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00476\]LOG]!><time="15:33:22.863+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00476 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00476/]LOG]!><time="15:33:22.863+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00476 to 67108864]LOG]!><time="15:33:22.863+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.879+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23088, compressed size 2871.]LOG]!><time="15:33:22.879+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00484 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00484\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00484\]LOG]!><time="15:33:22.879+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00484 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00484/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00484/]LOG]!><time="15:33:22.879+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00484 to 0]LOG]!><time="15:33:22.879+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.894+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23092, compressed size 2867.]LOG]!><time="15:33:22.894+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00485 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00485\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00485\]LOG]!><time="15:33:22.894+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00485 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00485/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00485/]LOG]!><time="15:33:22.894+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00485 to 0]LOG]!><time="15:33:22.894+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.910+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23328, compressed size 2890.]LOG]!><time="15:33:22.910+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE00483 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE00483\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE00483\]LOG]!><time="15:33:22.910+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE00483 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE00483/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE00483/]LOG]!><time="15:33:22.910+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE00483 to 0]LOG]!><time="15:33:22.910+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.926+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23200, compressed size 2883.]LOG]!><time="15:33:22.926+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE0048C to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0048C\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0048C\]LOG]!><time="15:33:22.926+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE0048C to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE0048C/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE0048C/]LOG]!><time="15:33:22.926+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE0048C to 0]LOG]!><time="15:33:22.926+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.941+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23088, compressed size 2873.]LOG]!><time="15:33:22.941+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE004A2 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A2\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A2\]LOG]!><time="15:33:22.941+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE004A2 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE004A2/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE004A2/]LOG]!><time="15:33:22.941+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE004A2 to 0]LOG]!><time="15:33:22.941+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.957+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23088, compressed size 2858.]LOG]!><time="15:33:22.957+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE004A3 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A3\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A3\]LOG]!><time="15:33:22.957+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE004A3 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE004A3/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE004A3/]LOG]!><time="15:33:22.957+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE004A3 to 0]LOG]!><time="15:33:22.957+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.957+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23088, compressed size 2871.]LOG]!><time="15:33:22.957+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE004A6 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004A6\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004A6\]LOG]!><time="15:33:22.972+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE004A6 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE004A6/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE004A6/]LOG]!><time="15:33:22.972+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE004A6 to 0]LOG]!><time="15:33:22.972+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.972+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22234, compressed size 2805.]LOG]!><time="15:33:22.972+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE004B2 to \\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004B2\,\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004B2\]LOG]!><time="15:33:22.972+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE004B2 to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE004B2/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE004B2/]LOG]!><time="15:33:22.988+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE004B2 to 67108864]LOG]!><time="15:33:22.988+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:22.988+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 23088, compressed size 2857.]LOG]!><time="15:33:22.988+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE004B4 to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004B4\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004B4\]LOG]!><time="15:33:22.988+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE004B4 to http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE004B4/,http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE004B4/]LOG]!><time="15:33:22.988+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE004B4 to 0]LOG]!><time="15:33:23.004+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:23.004+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 22226, compressed size 2812.]LOG]!><time="15:33:23.004+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting source for NUE004BE to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE004BE\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE004BE\]LOG]!><time="15:33:23.004+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="resolvesource.cpp:3568">
      <![LOG[Setting _SMSTSHTTPNUE004BE to http://NUEW-IFSCCM01.company.COM/SMS_DP_SMSPKGD$/NUE004BE/,http://NUEW-IFSCCM02.company.COM/SMS_DP_SMSPKGF$/NUE004BE/]LOG]!><time="15:33:23.004+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3042">
      <![LOG[Setting _SMSTSPKGFLAGSNUE004BE to 67108864]LOG]!><time="15:33:23.004+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:3066">
      <![LOG[Initializing the local data path.]LOG]!><time="15:33:23.004+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsmediawizardcontrol.cpp:1510">
      <![LOG[User did not specify local data drive]LOG]!><time="15:33:23.019+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="utils.cpp:1008">
      <![LOG[Volume C:\ has 107276820480 bytes of free space]LOG]!><time="15:33:23.019+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="utils.cpp:364">
      <![LOG[Volume D:\ has 211962933248 bytes of free space]LOG]!><time="15:33:23.019+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="utils.cpp:364">
      <![LOG[Volume E:\ is not a fixed hard drive]LOG]!><time="15:33:23.019+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="utils.cpp:345">
      <![LOG[Volume X:\ is not a fixed hard drive]LOG]!><time="15:33:23.019+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="utils.cpp:345">
      <![LOG[TSM root drive = D:\]LOG]!><time="15:33:23.019+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="utils.cpp:380">
      <![LOG[D:\_SMSTaskSequence folder exists, removing]LOG]!><time="15:33:23.019+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="utils.cpp:869">
      <![LOG[Creating directory D:\_SMSTaskSequence]LOG]!><time="15:33:25.032+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="utils.cpp:907">
      <![LOG[Updated security on object D:\_SMSTaskSequence.]LOG]!><time="15:33:25.063+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="utils.cpp:829">
      <![LOG[Setting Task Sequence User State Path to "%_SMSTSMDataPath%\UserState".]LOG]!><time="15:33:25.063+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsmediawizardcontrol.cpp:142">
      <![LOG[Setting Network Access Account Information in Task Sequencing Environment.]LOG]!><time="15:33:25.063+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsmediawizardcontrol.cpp:1533">
      <![LOG[Found NetworkAccessUsername/NetworkAccessPassword from NAAConfig CCM_NetworkAccessAccount]LOG]!><time="15:33:25.063+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1520">
      <![LOG[Network Access Account has a non-empty value]LOG]!><time="15:33:25.063+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1552">
      <![LOG[Downloading policy body {664a37b8-f759-4b33-bac5-414b2b30f711}.]LOG]!><time="15:33:25.078+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:25.078+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:25.078+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?{664a37b8-f759-4b33-bac5-414b2b30f711}.4_00.]LOG]!><time="15:33:25.078+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:25.078+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:25.078+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?{664a37b8-f759-4b33-bac5-414b2b30f711}.4_00]LOG]!><time="15:33:25.078+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:25.078+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:25.078+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:25.078+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Downloading policy body {afb441bc-095f-4a0b-b101-dbae37b38ec2}.]LOG]!><time="15:33:25.094+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:25.094+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:25.094+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?{afb441bc-095f-4a0b-b101-dbae37b38ec2}.2_00.]LOG]!><time="15:33:25.094+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:25.094+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:25.094+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?{afb441bc-095f-4a0b-b101-dbae37b38ec2}.2_00]LOG]!><time="15:33:25.094+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:25.094+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:25.094+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:25.094+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[Found property CCM_ClientAgentConfig.BrandingTitle = company SE, Production Environment]LOG]!><time="15:33:25.110+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1472">
      <![LOG[Setting Client ID in Task Sequencing Environment.]LOG]!><time="15:33:25.110+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsmediawizardcontrol.cpp:1561">
      <![LOG[Not using the unknown machine name]LOG]!><time="15:33:25.110+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tsmediawizardcontrol.cpp:1571">
      <![LOG[Setting SysHealthConfig policy in the environment.]LOG]!><time="15:33:25.110+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsmediawizardcontrol.cpp:1590">
      <![LOG[Downloading policy body {2ee2610d-bc0c-4647-9567-526b3695110b}.]LOG]!><time="15:33:25.110+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:25.110+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:25.110+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?{2ee2610d-bc0c-4647-9567-526b3695110b}.1_00.]LOG]!><time="15:33:25.110+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:25.110+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:25.110+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?{2ee2610d-bc0c-4647-9567-526b3695110b}.1_00]LOG]!><time="15:33:25.110+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:25.110+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:25.110+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:25.110+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:25.110+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 4652, compressed size 685.]LOG]!><time="15:33:25.125+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting SoftUpdConfig policy in the environment.]LOG]!><time="15:33:25.125+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsmediawizardcontrol.cpp:1598">
      <![LOG[Downloading policy body {c8e1eb74-fdb3-48d0-8541-dba967cdd404}.]LOG]!><time="15:33:25.125+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:25.125+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:25.125+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?{c8e1eb74-fdb3-48d0-8541-dba967cdd404}.8_00.]LOG]!><time="15:33:25.125+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:25.125+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:25.125+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?{c8e1eb74-fdb3-48d0-8541-dba967cdd404}.8_00]LOG]!><time="15:33:25.125+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:25.125+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:25.125+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:25.125+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:25.125+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 6794, compressed size 911.]LOG]!><time="15:33:25.125+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting SoftDistClient config policy in the environment.]LOG]!><time="15:33:25.141+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsmediawizardcontrol.cpp:1606">
      <![LOG[Downloading policy body {8358035b-fe25-4771-a6b6-7a64b1c0e8cb}.]LOG]!><time="15:33:25.141+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:25.141+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:25.141+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?{8358035b-fe25-4771-a6b6-7a64b1c0e8cb}.2_00.]LOG]!><time="15:33:25.141+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:25.141+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:25.141+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?{8358035b-fe25-4771-a6b6-7a64b1c0e8cb}.2_00]LOG]!><time="15:33:25.141+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:25.141+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:25.141+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:25.141+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:25.141+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 14460, compressed size 1384.]LOG]!><time="15:33:25.141+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting software update policy in the environment.]LOG]!><time="15:33:25.156+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsmediawizardcontrol.cpp:1614">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:25.156+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Bad zlib compression ratio: original size 32, compressed size 38.]LOG]!><time="15:33:25.156+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:475">
      <![LOG[Setting software update policy in the environment.]LOG]!><time="15:33:25.156+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsmediawizardcontrol.cpp:1622">
      <![LOG[Downloading policy body {14f5e357-cdbc-4f77-b084-3a740ae7040c}.]LOG]!><time="15:33:25.156+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:25.156+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:25.156+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?{14f5e357-cdbc-4f77-b084-3a740ae7040c}.88_00.]LOG]!><time="15:33:25.156+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:25.156+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:25.156+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?{14f5e357-cdbc-4f77-b084-3a740ae7040c}.88_00]LOG]!><time="15:33:25.156+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:25.156+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:25.156+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:25.156+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:25.156+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 5490, compressed size 715.]LOG]!><time="15:33:25.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting quarantine policy in the environment.]LOG]!><time="15:33:25.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsmediawizardcontrol.cpp:1630">
      <![LOG[Downloading policy body {de8db46e-2d3b-4459-aefc-3d828b759feb}.]LOG]!><time="15:33:25.172+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tspolicy.cpp:1814">
      <![LOG[Preparing Policy Body Request.]LOG]!><time="15:33:25.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1817">
      <![LOG[ Setting transport.]LOG]!><time="15:33:25.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1818">
      <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?{de8db46e-2d3b-4459-aefc-3d828b759feb}.1_00.]LOG]!><time="15:33:25.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1820">
      <![LOG[Executing Policy Body Request.]LOG]!><time="15:33:25.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1837">
      <![LOG[Using Authenticator for policy]LOG]!><time="15:33:25.172+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:4246">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 GET /SMS_MP/.sms_pol?{de8db46e-2d3b-4459-aefc-3d828b759feb}.1_00]LOG]!><time="15:33:25.172+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:25.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="libsmsmessaging.cpp:7734">
      <![LOG[Reading Policy Body.]LOG]!><time="15:33:25.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1845">
      <![LOG[Parsing Policy Body.]LOG]!><time="15:33:25.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tspolicy.cpp:1852">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:25.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 2274, compressed size 563.]LOG]!><time="15:33:25.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Setting NAAConfig policy in the environment.]LOG]!><time="15:33:25.172+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="tsmediawizardcontrol.cpp:1638">
      <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="15:33:25.188+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:695">
      <![LOG[Compression (zlib) succeeded: original size 3004, compressed size 798.]LOG]!><time="15:33:25.188+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="ccmzlib.cpp:484">
      <![LOG[Launch mode is: PXE]LOG]!><time="15:33:25.188+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tsmediawizardcontrol.cpp:1665">
      <![LOG[BootpackageID: NUE00476 AssociatedWInPE: NUE00476 SourceVersion: 10 AssociatedSourceVersion: 10]LOG]!><time="15:33:25.188+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tsmediawizardcontrol.cpp:1785">
      <![LOG[WinPE assocated with task sequence is the same as the boot media.]LOG]!><time="15:33:25.188+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tsmediawizardcontrol.cpp:1802">
      <![LOG[Setting time zone info to ]LOG]!><time="15:33:25.188+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tsmediawizardcontrol.cpp:1808">
      <![LOG[No TimeZone information to set.]LOG]!><time="15:33:25.188+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tsmbootstraputil.cpp:151">
      <![LOG[No pre-execution hook found]LOG]!><time="15:33:25.188+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tsmediawizardcontrol.cpp:1380">
      <![LOG[Starting Task Sequence Manager.]LOG]!><time="15:33:25.188+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tsmediawizardcontrol.cpp:1815">
      <![LOG[executing TS Manager not in full media]LOG]!><time="15:33:25.188+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tsmbootstraputil.cpp:499">
      <![LOG[executing TS Manager in x:\sms\bin\i386]LOG]!><time="15:33:25.188+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="tsmbootstraputil.cpp:510">
      <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="15:33:25.188+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="commandline.cpp:229">
      <![LOG[Set command line: "TsManager.exe"]LOG]!><time="15:33:25.188+-120" date="09-27-2013" component="TSPxe" context="" type="0" thread="1832" file="commandline.cpp:707">
      <![LOG[Executing command line: "TsManager.exe"]LOG]!><time="15:33:25.188+-120" date="09-27-2013" component="TSPxe" context="" type="1" thread="1832" file="commandline.cpp:805">
      <![LOG[Successfully intialized Logging for TS Manager.]LOG]!><time="15:33:25.250+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsmanager.cpp:617">
      <![LOG[Commandline: "TsManager.exe"]LOG]!><time="15:33:25.250+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsmanager.cpp:60">
      <![LOG[/service parameter found at index: -1]LOG]!><time="15:33:25.250+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsmanager.cpp:67">
      <![LOG[/standalone parameter found at index: -1]LOG]!><time="15:33:25.250+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsmanager.cpp:77">
      <![LOG[/noclient parameter found at index: -1]LOG]!><time="15:33:25.250+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsmanager.cpp:98">
      <![LOG[Successfully registered Task Sequencing COM Interface.]LOG]!><time="15:33:25.266+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="environmentlib.cpp:782">
      <![LOG[Executing as a standalone exe]LOG]!><time="15:33:25.266+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsmanager.cpp:655">
      <![LOG[Initializing TS Environment]LOG]!><time="15:33:25.266+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsmanager.cpp:1088">
      <![LOG[Opening Task Sequencing Environment]LOG]!><time="15:33:25.266+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsmanager.cpp:1125">
      <![LOG[Env variable _SMSTSProtectedPaths set to %OSDStateStorePath%;%_SMSTSClientCache%;%_SMSTSNewClientCachePathToCleanup%]LOG]!><time="15:33:25.281+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsmanager.cpp:1059">
      <![LOG[!sVolumeID.empty(), HRESULT=80004005 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,467)]LOG]!><time="15:33:25.281+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="resolvesource.cpp:467">
      <![LOG[DeleteFileW(sVolumeIDFile.c_str()), HRESULT=80070002 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,508)]LOG]!><time="15:33:25.281+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="resolvesource.cpp:508">
      <![LOG[!sVolumeID.empty(), HRESULT=80004005 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,467)]LOG]!><time="15:33:25.281+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="resolvesource.cpp:467">
      <![LOG[DeleteFileW(sVolumeIDFile.c_str()), HRESULT=80070002 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,508)]LOG]!><time="15:33:25.281+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="resolvesource.cpp:508">
      <![LOG[pwszPath && *pwszPath, HRESULT=80070057 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,244)]LOG]!><time="15:33:25.281+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="resolvesource.cpp:244">
      <![LOG[pwszPath && *pwszPath, HRESULT=80070057 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,244)]LOG]!><time="15:33:25.281+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="resolvesource.cpp:244">
      <![LOG[pwszPath && *pwszPath, HRESULT=80070057 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,244)]LOG]!><time="15:33:25.281+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="resolvesource.cpp:244">
      <![LOG[pwszPath && *pwszPath, HRESULT=80070057 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,244)]LOG]!><time="15:33:25.281+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="resolvesource.cpp:244">
      <![LOG[Executing in WinPE]LOG]!><time="15:33:25.328+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsmanager.cpp:1261">
      <![LOG[_SMSTSReturnToGINA variable set to ]LOG]!><time="15:33:25.344+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsmanager.cpp:1274">
      <![LOG[No SMS client installed or in standalone mode. Skipping remediation check.]LOG]!><time="15:33:25.344+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsmanager.cpp:1758">
      <![LOG[Initializing TS Engine]LOG]!><time="15:33:25.344+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsmanager.cpp:1441">
      <![LOG[Getting TaskSequenceXML from environment]LOG]!><time="15:33:25.344+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsmanager.cpp:1449">
      <![LOG[Parsing task sequence . . .]LOG]!><time="15:33:25.344+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsmanager.cpp:1470">
      <![LOG[Loaded TS from string]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:86">
      <![LOG[Parsing task sequence to get schema version]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:106">
      <![LOG[Task sequence version 3.10]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsmanager.cpp:1475">
      <![LOG[Task sequence schema version is 3.10]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsmanager.cpp:1402">
      <![LOG[Current supported schema version is 3.10 and 3.00]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsmanager.cpp:1409">
      <![LOG[Processing get action table request]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:139">
      <![LOG[Got root node now getting list of all child elements]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:150">
      <![LOG[There are 1 first level steps or groups]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:418">
      <![LOG[Processing group]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:543">
      <![LOG[
      Parsing group node: Install Windows 7 ENT X86]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:465">
      <![LOG[Description: ]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:469">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:473">
      <![LOG[Disable: ]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:481">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Adding begin group instruction at 0]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:493">
      <![LOG[There are 17 first level steps or groups]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:418">
      <![LOG[
      Parsing step node: Restart in Windows PE]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=false]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=_SMSTSInWinPE]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPEandFullOS]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.359+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: SMSRebootMessage]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: SMSRebootTimeout]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsboot.exe /target:WinPE]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 1]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[Processing group]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:543">
      <![LOG[
      Parsing group node: MDT 2010]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:465">
      <![LOG[Description: ]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:469">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:473">
      <![LOG[Disable: ]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:481">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Adding begin group instruction at 2]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:493">
      <![LOG[There are 2 first level steps or groups]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:418">
      <![LOG[
      Parsing step node: Use Toolkit Package]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPEandFullOS]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[No variables found in default variable list]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:710">
      <![LOG[Action command line: smsswd.exe /run:NUE0002B cscript.exe Scripts\ZTISCCM.wsf]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 3]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Gather]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPEandFullOS]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: GatherLocalOnly]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: RulesFile]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /run: cscript.exe "%DeployRoot%\Scripts\ZTIGather.wsf"]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 4]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[Processed all elements]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:433">
      <![LOG[Adding end group instruction at 5]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:502">
      <![LOG[The next instruction after group will be at 6]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:508">
      <![LOG[
      Parsing step node: Partition Disk 0 (VMWare)]LOG]!><time="15:33:25.375+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: Actions to partition and format the new machine]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 2 operands]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=notExists]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=_SMSTSClientCache]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%VMware%"]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDDiskIndex]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDDiskType]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDDiskpartBiosCompatibilityMode]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDGPTBootDisk]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitionStyle]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0Bootable]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0FileSystem]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0QuickFormat]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0Size]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0SizeUnits]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0Type]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0VolumeLetterVariable]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0VolumeName]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1Bootable]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1QuickFormat]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1Size]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1SizeUnits]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1Type]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1VolumeLetterVariable]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1VolumeName]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2Bootable]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2FileSystem]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2QuickFormat]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2Size]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2SizeUnits]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2Type]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2VolumeLetterVariable]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2VolumeName]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddiskpart.exe]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 6]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Partition Disk 0 (Physik. C:\ 80GB)]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: HDD between 120GB and 200GB will be formatted C:\ 80GB]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing operator node]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 3 operands]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.390+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=notExists]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=_SMSTSClientCache]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where not model like "%VMware%"]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from Win32_DiskDrive where Size < 214748364800]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDDiskIndex]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDDiskType]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDDiskpartBiosCompatibilityMode]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDGPTBootDisk]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitionStyle]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0Bootable]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0FileSystem]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0QuickFormat]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0Size]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0SizeUnits]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0Type]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0VolumeLetterVariable]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0VolumeName]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1Bootable]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1QuickFormat]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1Size]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1SizeUnits]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1Type]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1VolumeLetterVariable]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1VolumeName]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2Bootable]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2FileSystem]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2QuickFormat]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2Size]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2SizeUnits]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2Type]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2VolumeLetterVariable]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2VolumeName]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddiskpart.exe]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 7]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Partition Disk 0 (Physik. C:\ 100GB)]LOG]!><time="15:33:25.406+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: HDD greater than 200GB will be formatted C:\ 100GB]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing operator node]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 3 operands]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=notExists]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=_SMSTSClientCache]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where not model like "%VMware%"]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from Win32_DiskDrive where Size > 214748364801]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDDiskIndex]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDDiskType]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDDiskpartBiosCompatibilityMode]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDGPTBootDisk]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitionStyle]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0Bootable]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0FileSystem]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0QuickFormat]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0Size]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0SizeUnits]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0Type]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0VolumeLetterVariable]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions0VolumeName]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1Bootable]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1QuickFormat]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1Size]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1SizeUnits]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1Type]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1VolumeLetterVariable]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions1VolumeName]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2Bootable]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2FileSystem]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2QuickFormat]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2Size]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2SizeUnits]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2Type]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2VolumeLetterVariable]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDPartitions2VolumeName]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddiskpart.exe]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 8]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: SCCMHTASCRIPT]LOG]!><time="15:33:25.422+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0 3010]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPEandFullOS]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: SMSTSDisableWow64Redirection]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: _SMSTSRunCommandLineAsUser]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /run:NUE0045D CustomSystemOptionscompany.hta]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 9]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[Processing group]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:543">
      <![LOG[
      Parsing group node: Language Selection x86]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:465">
      <![LOG[Description: ]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:469">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:473">
      <![LOG[Disable: ]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:481">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=x86]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDArchitecture]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Adding begin group instruction at 10]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:493">
      <![LOG[There are 5 first level steps or groups]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:418">
      <![LOG[
      Parsing step node: DE]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: Actions to apply operating system]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=de_DE]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDActiveLang]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDConfigFileName]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDInstallEditionIndex]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: OSDApplyOS.exe /install:NUE004B2,%OSDInstallEditionIndex% "/config:NUE0000D,%OSDConfigFileName%" /target:0,1]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 11]LOG]!><time="15:33:25.437+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: US]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: Actions to apply operating system]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=en_US]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDActiveLang]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDConfigFileName]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDInstallEditionIndex]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: OSDApplyOS.exe /install:NUE004B2,%OSDInstallEditionIndex% "/config:NUE0000D,%OSDConfigFileName%" /target:0,1]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 12]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: UK]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: Actions to apply operating system]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=en_UK]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDActiveLang]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDConfigFileName]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDInstallEditionIndex]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: OSDApplyOS.exe /install:NUE004B2,%OSDInstallEditionIndex% "/config:NUE0000D,%OSDConfigFileName%" /target:0,1]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 13]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: ES]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: Actions to apply operating system]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=es_ES]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDActiveLang]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.453+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDConfigFileName]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDInstallEditionIndex]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: OSDApplyOS.exe /install:NUE004B2,%OSDInstallEditionIndex% "/config:NUE0000D,%OSDConfigFileName%" /target:0,1]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 14]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: FR]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: Actions to apply operating system]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=fr_FR]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDActiveLang]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDConfigFileName]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDInstallEditionIndex]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: OSDApplyOS.exe /install:NUE004B2,%OSDInstallEditionIndex% "/config:NUE0000D,%OSDConfigFileName%" /target:0,1]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 15]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[Processed all elements]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:433">
      <![LOG[Adding end group instruction at 16]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:502">
      <![LOG[The next instruction after group will be at 17]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:508">
      <![LOG[Processing group]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:543">
      <![LOG[
      Parsing group node: Language Selection x64]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:465">
      <![LOG[Description: ]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:469">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:473">
      <![LOG[Disable: ]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:481">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=x64]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDArchitecture]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Adding begin group instruction at 17]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:493">
      <![LOG[There are 5 first level steps or groups]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:418">
      <![LOG[
      Parsing step node: DE]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: Actions to apply operating system]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=de_DE]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDActiveLang]LOG]!><time="15:33:25.468+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDConfigFileName]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDInstallEditionIndex]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: OSDApplyOS.exe /install:NUE004BE,%OSDInstallEditionIndex% "/config:NUE0000D,%OSDConfigFileName%" /target:0,1]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 18]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: US]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: Actions to apply operating system]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=en_US]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDActiveLang]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDConfigFileName]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDInstallEditionIndex]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: OSDApplyOS.exe /install:NUE004BE,%OSDInstallEditionIndex% "/config:NUE0000D,%OSDConfigFileName%" /target:0,1]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 19]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: UK]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: Actions to apply operating system]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=en_UK]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDActiveLang]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDConfigFileName]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDInstallEditionIndex]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: OSDApplyOS.exe /install:NUE004BE,%OSDInstallEditionIndex% "/config:NUE0000D,%OSDConfigFileName%" /target:0,1]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 20]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: ES]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: Actions to apply operating system]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=es_ES]LOG]!><time="15:33:25.484+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDActiveLang]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDConfigFileName]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDInstallEditionIndex]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: OSDApplyOS.exe /install:NUE004BE,%OSDInstallEditionIndex% "/config:NUE0000D,%OSDConfigFileName%" /target:0,1]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 21]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: FR]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: Actions to apply operating system]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=fr_FR]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDActiveLang]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDConfigFileName]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDInstallEditionIndex]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: OSDApplyOS.exe /install:NUE004BE,%OSDInstallEditionIndex% "/config:NUE0000D,%OSDConfigFileName%" /target:0,1]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 22]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[Processed all elements]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:433">
      <![LOG[Adding end group instruction at 23]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:502">
      <![LOG[The next instruction after group will be at 24]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:508">
      <![LOG[
      Parsing step node: Apply Windows Settings]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: Actions to apply windows settings]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDLocalAdminPassword]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDComputerName]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDProductKey]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDRandomAdminPassword]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDRegisteredOrgName]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDRegisteredUserName]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDServerLicenseConnectionLimit]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDTimeZone]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osdwinsettings.exe /config]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 24]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Apply Network Settings (Desktop)]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: Actions to configure network settings]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=FALSE]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=IsLaptop]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPEandFullOS]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.500+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDDomainName]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDDomainOUName]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDJoinPassword]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDJoinAccount]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDNetworkJoinType]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osdnetsettings.exe configure]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 25]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Apply Network Settings (Laptop)]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: Actions to configure network settings]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=TRUE]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=IsLaptop]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPEandFullOS]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDDomainName]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDDomainOUName]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDJoinPassword]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDJoinAccount]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: OSDNetworkJoinType]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osdnetsettings.exe configure]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 26]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[Processing group]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:543">
      <![LOG[
      Parsing group node: Apply Drivers x86]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:465">
      <![LOG[Description: ]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:469">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:473">
      <![LOG[Disable: ]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:481">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=x86]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDArchitecture]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Adding begin group instruction at 27]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:493">
      <![LOG[There are 18 first level steps or groups]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:418">
      <![LOG[
      Parsing step node: W7 (X86) Drivers for Latitude E6x30 Laptops]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing operator node]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found or operator.]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 4 operands]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6530%"]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.515+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6430%"]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6330%"]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6230%"]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE00397 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 28]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X86) Drivers for Latitude E4200 Laptops]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E4200%"]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE0015F /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 29]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X86) Drivers for Latitude E6320 E6220 Laptops]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing operator node]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found or operator.]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 2 operands]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6320%"]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6220%"]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.531+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE002DB /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 30]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X86) Drivers for Latitude E4300 Laptops]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E4300%"]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE0015C /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 31]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X86) Drivers for Latitude E6420 Laptops]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6420%"]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE002D6 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 32]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X86) Drivers for Latitude E6520 Laptops]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6520%"]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE002C0 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 33]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X86) Drivers for Latitude E6510 Laptops]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.546+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6510%"]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE0016A /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 34]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X86) Drivers for Latitude E6400 Laptops]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6400%"]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE00161 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 35]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X86) Drivers for Latitude E6410 Laptops]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6410%"]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE00167 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 36]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X86) Drivers for Latitude E4310 Laptops]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.562+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E4310%"]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE00180 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 37]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X86) Drivers for Latitude E6500 Laptops]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6500%"]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE00164 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 38]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X86) Drivers for Optiplex 3010 Desktops]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: For Dell Optiplex 3010]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Optiplex%3010%"]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE0039F /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 39]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X86) Drivers for Optiplex 760 Desktops]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: For Dell Optiplex 760]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Optiplex%760%"]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE0017B /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 40]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X86) Drivers for Optiplex 9010 Desktops]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: For Dell Optiplex 9010]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.578+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Optiplex%9010%"]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE003A4 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 41]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X86) Drivers for Optiplex 790 Desktops]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: For Dell Optiplex 790]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Optiplex%790%"]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE002DC /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 42]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X86) Drivers for Optiplex 780 Desktops]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: For Dell Optiplex 760]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Optiplex%780%"]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE0017D /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 43]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X86) Drivers for Latitude E6510 Laptops]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.593+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6510%"]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE0016A /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 44]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Drivers for VMWare]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: SCSI Driver]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%VMware%"]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE00016 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 45]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[Processed all elements]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:433">
      <![LOG[Adding end group instruction at 46]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:502">
      <![LOG[The next instruction after group will be at 47]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:508">
      <![LOG[Processing group]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:543">
      <![LOG[
      Parsing group node: Apply Drivers x64]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:465">
      <![LOG[Description: ]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:469">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:473">
      <![LOG[Disable: ]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:481">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=x64]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDArchitecture]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Adding begin group instruction at 47]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:493">
      <![LOG[There are 20 first level steps or groups]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:418">
      <![LOG[
      Parsing step node: W7 (X64) Drivers for Latitude E6x30 Laptops]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.609+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing operator node]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found or operator.]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 4 operands]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6530%"]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6430%"]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6330%"]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6230%"]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE0039A /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 48]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X64) Drivers for Latitude E4200 Laptops]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E4200%"]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE0015E /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 49]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X64) Drivers for Latitude E4300 Laptops]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.624+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E4300%"]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE0015B /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 50]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X64) Drivers for Latitude E4310 Laptops]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E4310%"]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE00181 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 51]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X64) Drivers for Latitude E6220 Laptops]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6220%"]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.640+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE00338 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 52]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X64) Drivers for Latitude E6400 Laptops]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6400%"]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE00160 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 53]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X64) Drivers for Latitude E6500 Laptops]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6500%"]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE00163 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 54]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X64) Drivers for Latitude E6410 Laptops]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6410%"]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.656+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE00166 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 55]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X64) Drivers for Latitude E6510 Laptops]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6510%"]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE0016B /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 56]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X64) Drivers for Latitude E6x20 Laptops]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Latitude E6_20%"]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE002E8 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 57]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X64) Drivers for Optiplex 780 Desktops]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: For Dell Optiplex 760]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Optiplex%780%"]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE0017C /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 58]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X64) Drivers for Optiplex 790 Desktops]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: For Dell Optiplex 790]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.671+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Optiplex%790%"]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE002E7 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 59]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X64) Drivers for Optiplex 760 Desktops]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: For Dell Optiplex 760]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Optiplex%760%"]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE0017A /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 60]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X64) Drivers for Optiplex 3010 Desktops]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: For Dell Optiplex 3010]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Optiplex%3010%"]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE003A3 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 61]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X64) Drivers for Optiplex 9010 Desktops]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: For Dell Optiplex 9010]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%Optiplex%9010%"]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE003A5 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 62]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: W7 (X64) Drivers for Maxdata DQ965CO Desktops]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: Product: DQ965CO]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_baseboard where product like "%DQ965CO%"]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE001E3 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 63]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Drivers for VMWare]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: SCSI Driver]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.687+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%VMware%"]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: true]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE00016 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 64]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: DRV_DELL_T1500_W7_X64_1.00]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%T1500%"]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE000F8 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 65]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: DRV_DELL_T1650_W7_X64_1.00]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing operator node]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%T1650%"]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE003FE /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 66]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: DRV_DELL_T1600_W7_X64_1.00]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: T1600 und vorí±Šíµ²gehend auch T3500]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing operator node]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found or operator.]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%T1600%"]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPE]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: OSDAllowUnsignedDriver]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: osddriverclient.exe /install:NUE002E4 /unsigned:%OSDAllowUnsignedDriver%]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 67]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[Processed all elements]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:433">
      <![LOG[Adding end group instruction at 68]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:502">
      <![LOG[The next instruction after group will be at 69]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:508">
      <![LOG[
      Parsing step node: Install Windows 7 and SCCM Client (SP2 RTM)]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: Actions to setup windows and ConfigMgr client]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPEandFullOS]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: SMSClientInstallProperties]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: _SMSClientPackageID]LOG]!><time="15:33:25.702+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: OSDSetupWindows.exe]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 69]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[Processing group]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:543">
      <![LOG[
      Parsing group node: Application selection]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:465">
      <![LOG[Description: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:469">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:473">
      <![LOG[Disable: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:481">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Adding begin group instruction at 70]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:493">
      <![LOG[There are 4 first level steps or groups]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:418">
      <![LOG[Processing group]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:543">
      <![LOG[
      Parsing group node: Office2013]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:465">
      <![LOG[Description: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:469">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:473">
      <![LOG[Disable: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:481">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Adding begin group instruction at 71]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:493">
      <![LOG[There are 4 first level steps or groups]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:418">
      <![LOG[
      Parsing step node: Microsoft Office 2013]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=yes]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDAPPOFFICE2013]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE00463 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 72]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Microsoft Office 2013 LanguagePack FR]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=yes]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDAPPOFFICE2013]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE004A6 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 73]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Microsoft Office 2013 LanguagePack ES]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=yes]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDAPPOFFICE2013]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE004A3 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 74]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Microsoft Office 2013 LanguagePack DE]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=yes]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDAPPOFFICE2013]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.718+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE004A2 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 75]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[Processed all elements]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:433">
      <![LOG[Adding end group instruction at 76]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:502">
      <![LOG[The next instruction after group will be at 77]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:508">
      <![LOG[Processing group]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:543">
      <![LOG[
      Parsing group node: Office2010]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:465">
      <![LOG[Description: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:469">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:473">
      <![LOG[Disable: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:481">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Adding begin group instruction at 77]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:493">
      <![LOG[There are 4 first level steps or groups]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:418">
      <![LOG[
      Parsing step node: Microsoft Office 2010]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=yes]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDAPPOFFICE2010]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE00483 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 78]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Microsoft Office 2010 LanguagePack ES]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=yes]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDAPPOFFICE2010]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE00485 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 79]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Microsoft Office 2010 LanguagePack FR]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=yes]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDAPPOFFICE2010]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE004B4 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 80]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Microsoft Office 2010 LanguagePack DE]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=yes]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDAPPOFFICE2010]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.734+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE00484 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 81]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[Processed all elements]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:433">
      <![LOG[Adding end group instruction at 82]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:502">
      <![LOG[The next instruction after group will be at 83]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:508">
      <![LOG[
      Parsing step node: EnterpriseVault Install]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=yes]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDAPPOFFICE2010]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE002F5 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 83]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[Processing group]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:543">
      <![LOG[
      Parsing group node: Lync Language Selection]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:465">
      <![LOG[Description: ]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:469">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:473">
      <![LOG[Disable: ]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:481">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Adding begin group instruction at 84]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:493">
      <![LOG[There are 2 first level steps or groups]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:418">
      <![LOG[
      Parsing step node: Install Lync 2010 GER]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 2 operands]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=select * from Win32_OperatingSystem WHERE Locale = "0407"]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=yes]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDAPPLYNC2010]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE00394 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 85]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Install Lync 2010 ENG]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 2 operands]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=select * from Win32_OperatingSystem WHERE Locale != "0407"]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=yes]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDAPPLYNC2010]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE00395 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 86]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[Processed all elements]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:433">
      <![LOG[Adding end group instruction at 87]LOG]!><time="15:33:25.749+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:502">
      <![LOG[The next instruction after group will be at 88]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:508">
      <![LOG[Processed all elements]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:433">
      <![LOG[Adding end group instruction at 88]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:502">
      <![LOG[The next instruction after group will be at 89]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:508">
      <![LOG[Processing group]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:543">
      <![LOG[
      Parsing group node: Client Settings]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:465">
      <![LOG[Description: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:469">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:473">
      <![LOG[Disable: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:481">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Adding begin group instruction at 89]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:493">
      <![LOG[There are 9 first level steps or groups]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:418">
      <![LOG[
      Parsing step node: Set company SCCM OSD Key]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: true]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE00017 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 90]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Run CLI Create Global Group]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: true]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0 3010]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPEandFullOS]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: SMSTSDisableWow64Redirection]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: _SMSTSRunCommandLineAsUser]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: SMSTSRunCommandLineUserName]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: SMSTSRunCommandLineUserPassword]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /run:NUE0004A dsadd.exe group "cn=D-RE-WKS-%OSDComputerName%-Admin,ou=wks,ou=resource,ou=groups,%OSDOUPath%" -secgrp yes -scope L]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 91]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Create company Log Directory]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: Create company Log Directory c:\windows\system32\ccm\logs\company]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0 3010]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPEandFullOS]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: SMSTSDisableWow64Redirection]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: _SMSTSRunCommandLineAsUser]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: WorkingDirectory]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /run: cmd /C md "c:\windows\system32\ccm\logs\company"]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 92]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Create Windows 7 Directories]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: true]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE00017 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 93]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Create company Log Directory (%ProgramFiles%\company\Logs)]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: Create company Log Directory %ProgramFiles%\company\Logs]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0 3010]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPEandFullOS]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: SMSTSDisableWow64Redirection]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: _SMSTSRunCommandLineAsUser]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: WorkingDirectory]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /run: cmd.exe /c IF NOT EXIST "%ProgramFiles%\company\Logs" md "%ProgramFiles%\company\Logs"]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 94]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: LocalAdm (D-RE-WKS-companySE-LocalWorkstation-Admin)]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: D-RE-WKS-companySE-LocalWorkstation-Admin]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: true]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0 3010]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPEandFullOS]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: SMSTSDisableWow64Redirection]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: _SMSTSRunCommandLineAsUser]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: SMSTSRunCommandLineUserName]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: SMSTSRunCommandLineUserPassword]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /run:NUE0004A cusrmgr.exe -alg Administratoren -u D-RE-WKS-companySE-LocalWorkstation-Admin]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 95]LOG]!><time="15:33:25.765+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: LocalAdm (D-RE-WKS-%computername%-Admin)]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: true]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0 3010]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPEandFullOS]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: SMSTSDisableWow64Redirection]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: _SMSTSRunCommandLineAsUser]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: SMSTSRunCommandLineUserName]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: SMSTSRunCommandLineUserPassword]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /run:NUE0004A cusrmgr.exe -alg Administratoren -u D-RE-WKS-%computername%-Admin]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 96]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Customizing Windows 7]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: true]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE00157 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 97]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: .Net Framework 4 ENG]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: true]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE00215 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 98]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[Processed all elements]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:433">
      <![LOG[Adding end group instruction at 99]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:502">
      <![LOG[The next instruction after group will be at 100]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:508">
      <![LOG[Processing group]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:543">
      <![LOG[
      Parsing group node: Install Standard Tools]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:465">
      <![LOG[Description: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:469">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:473">
      <![LOG[Disable: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:481">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Adding begin group instruction at 100]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:493">
      <![LOG[There are 18 first level steps or groups]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:418">
      <![LOG[
      Parsing step node: Stop Windows Update Service]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: true]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0 3010]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPEandFullOS]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: SMSTSDisableWow64Redirection]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: _SMSTSRunCommandLineAsUser]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /run: net stop wuauserv]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 101]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Install VMWare Tools]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%VMware%"]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE0000E /install /basevar: /continueOnError:]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 102]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Install Realtime Codec 1.90]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing osConditionGroup node]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found or operator.]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 2 operands]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing osExpressionGroup node]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 3 operands]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing platformKey node]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.780+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * FROM Win32_OperatingSystem WHERE Version like '6.1%' AND OSType=18 AND ProductType=1]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * FROM Win32_OperatingSystem WHERE OSArchitecture like '64%']LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[**Processing osExpressionGroup node]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 3 operands]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing platformKey node]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * FROM Win32_OperatingSystem WHERE Version like '6.1%' AND OSType=18 AND ProductType=1]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * FROM Win32_OperatingSystem WHERE OSArchitecture like '32%']LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE00027 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 103]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Install WinZip 1.55 ENG]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: true]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE0030D /install /basevar: /continueOnError:]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 104]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Adobe Flashplayer 11.6.602.180 German]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE0041A /install /basevar: /continueOnError:]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 105]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Install Adobe Reader 11.0.0.2]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE003F3 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 106]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Install XenApp Client 11.00]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE0001F /install /basevar: /continueOnError:]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 107]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Install PDFCreator 1.6.2.2]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE00418 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 108]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Install BGInfo 4.15]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE00057 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.796+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 109]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Install Putty 0.60]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE00026 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 110]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Install company Screensaver]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where not model like "%VMware%"]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE0001A /install /basevar: /continueOnError:]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 111]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Install Filezilla 3.6.0.2]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE003F6 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 112]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: SUN Java JRE 6U31 ENU]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE00362 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 113]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Install McAfee Agent 4.6]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE00392 /install /basevar: /continueOnError:]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 114]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Install McAfee EEPC Installation]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_VariableConditionExpression expression.]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 3 operands in the built in action]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Operator=equals]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Value=yes]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Variable=OSDAPPENC]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE0048C /install /basevar: /continueOnError:]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 115]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: PowerSettings]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: StandyBy Timout]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0 3010]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: true]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPEandFullOS]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: SMSTSDisableWow64Redirection]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: _SMSTSRunCommandLineAsUser]LOG]!><time="15:33:25.812+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /run: powercfg -x standby-timeout-ac 0]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 116]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Install Intel Rapid Storage Technology APP]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[A condition is associated with the step found]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:765">
      <![LOG[Found and operator.]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 1 operands]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing operator node]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found or operator.]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:843">
      <![LOG[There are 3 operands]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:878">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%T1500%"]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%T1650%"]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[**Processing expression node]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:887">
      <![LOG[Found SMS_TaskSequence_WMIConditionExpression expression.]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:912">
      <![LOG[**In ProcessBuiltInCondition node: expression]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1004">
      <![LOG[There are 2 operands in the built in action]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1021">
      <![LOG[Operand Namespace=root\cimv2]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Operand Query=SELECT * from win32_computersystem where model like "%T1600%"]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:1035">
      <![LOG[Successfully added 3 condition parameters]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="tsxml.cpp:1100">
      <![LOG[Disable: ]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: FullOS]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsswd.exe /pkg:NUE003AC /install /basevar: /continueOnError:]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 117]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[
      Parsing step node: Final Reboot]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:558">
      <![LOG[Description: ]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:562">
      <![LOG[ContinueOnError: ]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:566">
      <![LOG[SuccessCodeList: 0]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:574">
      <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="ccmxml.h:566">
      <![LOG[No condition is associated with the step.]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:776">
      <![LOG[Disable: ]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:583">
      <![LOG[Start in dir: ]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:591">
      <![LOG[Run in attribute: WinPEandFullOS]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:595">
      <![LOG[Timeout: ]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:599">
      <![LOG[DefaultVarlist found]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:683">
      <![LOG[Variable name: SMSRebootMessage]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Variable name: SMSRebootTimeout]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:724">
      <![LOG[Action command line: smsboot.exe /target:HD]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:626">
      <![LOG[Adding instruction at 118]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:628">
      <![LOG[Processed all elements]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:433">
      <![LOG[Adding end group instruction at 119]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:502">
      <![LOG[The next instruction after group will be at 120]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:508">
      <![LOG[Processed all elements]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:433">
      <![LOG[Adding end group instruction at 120]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:502">
      <![LOG[The next instruction after group will be at 121]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:508">
      <![LOG[Processed all elements]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:433">
      <![LOG[
      Reading Global variable list]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:281">
      <![LOG[Got root node now getting global var list]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:292">
      <![LOG[GlobalVarlist found]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:308">
      <![LOG[Variable name: OSDEnableTCPIPFiltering]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:342">
      <![LOG[Variable name: OSDAdapterCount]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsxml.cpp:342">
      <![LOG[Starting Task Sequence Engine . . . ]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsmanager.cpp:758">
      <![LOG[****************************************************************************]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="tsmanager.cpp:760">
      <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=0]LOG]!><time="15:33:25.827+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a global environment variable _SMSTSInstructionTableSize=121]LOG]!><time="15:33:25.843+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a global environment variable SMSTSRebootRequested=]LOG]!><time="15:33:25.843+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a global environment variable SMSTSRebootDelay=]LOG]!><time="15:33:25.843+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a global environment variable SMSTSRebootMessage=]LOG]!><time="15:33:25.843+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a global environment variable SMSTSRebootReason=]LOG]!><time="15:33:25.843+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a global environment variable SMSTSRetryRequested=]LOG]!><time="15:33:25.843+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL']LOG]!><time="15:33:25.843+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="util.cpp:869">
      <![LOG[The task execution engine started execution]LOG]!><time="15:33:25.843+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="engine.cxx:70">
      <![LOG[Sending status message . . .]LOG]!><time="15:33:25.843+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:292">
      <![LOG[Send a task execution status message SMS_TSExecution_TaskSequenceStartInfo]LOG]!><time="15:33:25.843+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:314">
      <![LOG[MP server NUEW-IFSCCM01.company.COM and port 80. SSL=false. CRL=false.]LOG]!><time="15:33:25.843+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:458">
      <![LOG[Site code: NUE]LOG]!><time="15:33:25.843+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:489">
      <![LOG[Client machine name: MININT-D2RGL2O]LOG]!><time="15:33:25.843+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:494">
      <![LOG[Client Identity: GUID:a3a6ddc6-19fb-4e21-9177-39752554cd62]LOG]!><time="15:33:25.843+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:496">
      <![LOG[Advertisement ID: NUE20382]LOG]!><time="15:33:25.843+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:505">
      <![LOG[Package ID: NUE0045C]LOG]!><time="15:33:25.843+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:507">
      <![LOG[Sending StatusMessage]LOG]!><time="15:33:25.858+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:3806">
      <![LOG[Formatted header:]LOG]!><time="15:33:25.858+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>a563bddd-e640-4690-8110-ed3f8eb6ade2</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:25Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="2102"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:25.858+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:25.874+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:25.874+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="libsmsmessaging.cpp:7734">
      <![LOG[Sending status message . . .]LOG]!><time="15:33:25.890+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:292">
      <![LOG[Send a task execution status message SMS_TSExecution_TaskSequenceNonClientStartInfo]LOG]!><time="15:33:25.890+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:314">
      <![LOG[MP server NUEW-IFSCCM01.company.COM and port 80. SSL=false. CRL=false.]LOG]!><time="15:33:25.890+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:458">
      <![LOG[Site code: NUE]LOG]!><time="15:33:25.890+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:489">
      <![LOG[Client machine name: MININT-D2RGL2O]LOG]!><time="15:33:25.890+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:494">
      <![LOG[Client Identity: GUID:a3a6ddc6-19fb-4e21-9177-39752554cd62]LOG]!><time="15:33:25.890+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:496">
      <![LOG[Advertisement ID: NUE20382]LOG]!><time="15:33:25.890+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:505">
      <![LOG[Package ID: NUE0045C]LOG]!><time="15:33:25.890+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:507">
      <![LOG[Sending StatusMessage]LOG]!><time="15:33:25.905+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:3806">
      <![LOG[Formatted header:]LOG]!><time="15:33:25.905+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>a563bddd-e640-4690-8110-ed3f8eb6ade2</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:25Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="2120"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:25.905+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:25.905+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:25.905+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="libsmsmessaging.cpp:7734">
      <![LOG[Start executing an instruciton. Instruction name: Install Windows 7 ENT X86. Instruction pointer: 0]LOG]!><time="15:33:25.905+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="engine.cxx:117">
      <![LOG[Set a global environment variable _SMSTSCurrentActionName=Install Windows 7 ENT X86]LOG]!><time="15:33:25.921+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=0]LOG]!><time="15:33:25.921+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[The group (Install Windows 7 ENT X86) has been successfully started]LOG]!><time="15:33:25.968+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:2363">
      <![LOG[Sending status message . . .]LOG]!><time="15:33:25.968+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:292">
      <![LOG[Send a task execution status message SMS_TSExecution_GroupStartInfo]LOG]!><time="15:33:25.968+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:314">
      <![LOG[MP server NUEW-IFSCCM01.company.COM and port 80. SSL=false. CRL=false.]LOG]!><time="15:33:25.983+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:458">
      <![LOG[Site code: NUE]LOG]!><time="15:33:25.983+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:489">
      <![LOG[Client machine name: MININT-D2RGL2O]LOG]!><time="15:33:25.983+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:494">
      <![LOG[Client Identity: GUID:a3a6ddc6-19fb-4e21-9177-39752554cd62]LOG]!><time="15:33:25.983+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:496">
      <![LOG[Advertisement ID: NUE20382]LOG]!><time="15:33:25.983+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:505">
      <![LOG[Package ID: NUE0045C]LOG]!><time="15:33:25.983+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:507">
      <![LOG[Sending StatusMessage]LOG]!><time="15:33:26.014+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:3806">
      <![LOG[Formatted header:]LOG]!><time="15:33:26.014+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>a563bddd-e640-4690-8110-ed3f8eb6ade2</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:26Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="2138"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:26.014+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:26.014+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:26.030+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="libsmsmessaging.cpp:7734">
      <![LOG[Updated security on object D:\_SMSTaskSequence.]LOG]!><time="15:33:26.030+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utils.cpp:829">
      <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=1]LOG]!><time="15:33:26.030+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a TS execution environment variable _SMSTSNextInstructionPointer=1]LOG]!><time="15:33:26.030+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:386">
      <![LOG[Set a global environment variable _SMSTSInstructionStackString=0]LOG]!><time="15:33:26.030+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a TS execution environment variable _SMSTSInstructionStackString=0]LOG]!><time="15:33:26.030+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:414">
      <![LOG[Save the current environment block]LOG]!><time="15:33:26.030+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:833">
      <![LOG[Successfully save execution state and environment to local hard disk]LOG]!><time="15:33:26.155+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="engine.cxx:255">
      <![LOG[Start executing an instruciton. Instruction name: Restart in Windows PE. Instruction pointer: 1]LOG]!><time="15:33:26.155+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="engine.cxx:117">
      <![LOG[Set a global environment variable _SMSTSCurrentActionName=Restart in Windows PE]LOG]!><time="15:33:26.155+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=1]LOG]!><time="15:33:26.155+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a local default variable SMSRebootMessage]LOG]!><time="15:33:26.170+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable SMSRebootTimeout]LOG]!><time="15:33:26.170+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a global environment variable _SMSTSLogPath=X:\WINDOWS\TEMP\SMSTSLog]LOG]!><time="15:33:26.170+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Evaluating an AND expression]LOG]!><time="15:33:26.170+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:592">
      <![LOG[Evaluating a variable condition expression]LOG]!><time="15:33:26.170+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:775">
      <![LOG[Variable = _SMSTSInWinPE]LOG]!><time="15:33:26.170+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:793">
      <![LOG[Value = false]LOG]!><time="15:33:26.170+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:794">
      <![LOG[Operator = equals]LOG]!><time="15:33:26.170+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:795">
      <![LOG[Expand a string: equals]LOG]!><time="15:33:26.170+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Expand a string: _SMSTSInWinPE]LOG]!><time="15:33:26.170+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Expand a string: false]LOG]!><time="15:33:26.170+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[The variable condition expression is evaluated to be FALSE]LOG]!><time="15:33:26.170+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:899">
      <![LOG[The AND expression is evaluated to be FALSE]LOG]!><time="15:33:26.170+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:625">
      <![LOG[The action (Restart in Windows PE) has been skipped because the condition is evaluated to be false]LOG]!><time="15:33:26.170+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:2893">
      <![LOG[Sending status message . . .]LOG]!><time="15:33:26.170+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:292">
      <![LOG[Send a task execution status message SMS_TSExecution_SkipActionConditionFalseInfo]LOG]!><time="15:33:26.170+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:314">
      <![LOG[MP server NUEW-IFSCCM01.company.COM and port 80. SSL=false. CRL=false.]LOG]!><time="15:33:26.186+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:458">
      <![LOG[Site code: NUE]LOG]!><time="15:33:26.186+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:489">
      <![LOG[Client machine name: MININT-D2RGL2O]LOG]!><time="15:33:26.186+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:494">
      <![LOG[Client Identity: GUID:a3a6ddc6-19fb-4e21-9177-39752554cd62]LOG]!><time="15:33:26.186+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:496">
      <![LOG[Advertisement ID: NUE20382]LOG]!><time="15:33:26.186+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:505">
      <![LOG[Package ID: NUE0045C]LOG]!><time="15:33:26.186+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:507">
      <![LOG[Sending StatusMessage]LOG]!><time="15:33:26.202+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:3806">
      <![LOG[Formatted header:]LOG]!><time="15:33:26.202+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>a563bddd-e640-4690-8110-ed3f8eb6ade2</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:26Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="2208"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:26.202+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:26.202+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:26.217+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="libsmsmessaging.cpp:7734">
      <![LOG[Clear local default environment]LOG]!><time="15:33:26.217+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:807">
      <![LOG[Execution of the instruction (Restart in Windows PE) has been skipped]LOG]!><time="15:33:26.264+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="engine.cxx:193">
      <![LOG[Start executing an instruciton. Instruction name: MDT 2010. Instruction pointer: 2]LOG]!><time="15:33:26.264+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="engine.cxx:117">
      <![LOG[Set a global environment variable _SMSTSCurrentActionName=MDT 2010]LOG]!><time="15:33:26.264+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=2]LOG]!><time="15:33:26.264+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[The group (MDT 2010) has been successfully started]LOG]!><time="15:33:26.280+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:2363">
      <![LOG[Sending status message . . .]LOG]!><time="15:33:26.280+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:292">
      <![LOG[Send a task execution status message SMS_TSExecution_GroupStartInfo]LOG]!><time="15:33:26.280+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:314">
      <![LOG[MP server NUEW-IFSCCM01.company.COM and port 80. SSL=false. CRL=false.]LOG]!><time="15:33:26.295+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:458">
      <![LOG[Site code: NUE]LOG]!><time="15:33:26.295+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:489">
      <![LOG[Client machine name: MININT-D2RGL2O]LOG]!><time="15:33:26.295+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:494">
      <![LOG[Client Identity: GUID:a3a6ddc6-19fb-4e21-9177-39752554cd62]LOG]!><time="15:33:26.295+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:496">
      <![LOG[Advertisement ID: NUE20382]LOG]!><time="15:33:26.295+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:505">
      <![LOG[Package ID: NUE0045C]LOG]!><time="15:33:26.295+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:507">
      <![LOG[Sending StatusMessage]LOG]!><time="15:33:26.311+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:3806">
      <![LOG[Formatted header:]LOG]!><time="15:33:26.311+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>a563bddd-e640-4690-8110-ed3f8eb6ade2</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:33:26Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="2104"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:33:26.311+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:33:26.311+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:33:26.326+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="libsmsmessaging.cpp:7734">
      <![LOG[Updated security on object D:\_SMSTaskSequence.]LOG]!><time="15:33:26.326+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utils.cpp:829">
      <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=3]LOG]!><time="15:33:26.342+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a TS execution environment variable _SMSTSNextInstructionPointer=3]LOG]!><time="15:33:26.342+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:386">
      <![LOG[Set a global environment variable _SMSTSInstructionStackString=0 2]LOG]!><time="15:33:26.342+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a TS execution environment variable _SMSTSInstructionStackString=0 2]LOG]!><time="15:33:26.342+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:414">
      <![LOG[Save the current environment block]LOG]!><time="15:33:26.342+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:833">
      <![LOG[Successfully save execution state and environment to local hard disk]LOG]!><time="15:33:26.498+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="engine.cxx:255">
      <![LOG[Start executing an instruciton. Instruction name: Use Toolkit Package. Instruction pointer: 3]LOG]!><time="15:33:26.514+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="engine.cxx:117">
      <![LOG[Set a global environment variable _SMSTSCurrentActionName=Use Toolkit Package]LOG]!><time="15:33:26.514+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=3]LOG]!><time="15:33:26.514+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a global environment variable _SMSTSLogPath=X:\WINDOWS\TEMP\SMSTSLog]LOG]!><time="15:33:26.514+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Expand a string: smsswd.exe /run:NUE0002B cscript.exe Scripts\ZTISCCM.wsf]LOG]!><time="15:33:26.529+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Expand a string: ]LOG]!><time="15:33:26.529+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="15:33:26.529+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="commandline.cpp:229">
      <![LOG[Set command line: smsswd.exe /run:NUE0002B cscript.exe Scripts\ZTISCCM.wsf]LOG]!><time="15:33:26.529+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="commandline.cpp:707">
      <![LOG[Start executing the command line: smsswd.exe /run:NUE0002B cscript.exe Scripts\ZTISCCM.wsf]LOG]!><time="15:33:26.529+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:2928">
      <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="15:33:26.529+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:2957">
      <![LOG[Expand a string: WinPEandFullOS]LOG]!><time="15:33:26.529+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Executing command line: smsswd.exe /run:NUE0002B cscript.exe Scripts\ZTISCCM.wsf]LOG]!><time="15:33:26.529+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="commandline.cpp:805">
      <![LOG[=======================[ smsswd.exe ] =======================]LOG]!><time="15:33:26.576+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="main.cpp:303">
      <![LOG[PackageID = 'NUE0002B']LOG]!><time="15:33:26.576+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="main.cpp:332">
      <![LOG[BaseVar = '', ContinueOnError='']LOG]!><time="15:33:26.576+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="main.cpp:333">
      <![LOG[SwdAction = '0001']LOG]!><time="15:33:26.576+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="main.cpp:334">
      <![LOG[Found the location for the package _SMSTSNUE0002B. The location is on \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B\,\\NUEW-IFSCCM01.company.COM\SMSPKGD$\NUE0002B\]LOG]!><time="15:33:26.576+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="resolvesource.cpp:3146">
      <![LOG[nPos != CCM::Utility::String::npos, HRESULT=80004005 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,253)]LOG]!><time="15:33:26.576+-120" date="09-27-2013" component="InstallSoftware" context="" type="0" thread="2008" file="resolvesource.cpp:253">
      <![LOG[Creating a connection to \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B\ with default account]LOG]!><time="15:33:26.576+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="resolvesource.cpp:2243">
      <![LOG[Connection request for "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B"]LOG]!><time="15:33:26.576+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="tsconnection.cpp:208">
      <![LOG[No credentials available for connecting to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B". See whether the share has already been connected.]LOG]!><time="15:33:26.576+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="tsconnection.cpp:233">
      <![LOG[Connecting to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B"]LOG]!><time="15:33:26.576+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="tsconnection.cpp:268">
      <![LOG[Successfully connected to "\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B"]LOG]!><time="15:33:26.592+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="tsconnection.cpp:287">
      <![LOG[Resolved source to '\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B']LOG]!><time="15:33:26.592+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:449">
      <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="15:33:26.607+-120" date="09-27-2013" component="InstallSoftware" context="" type="0" thread="2008" file="commandline.cpp:229">
      <![LOG[Set command line: Run command line]LOG]!><time="15:33:26.607+-120" date="09-27-2013" component="InstallSoftware" context="" type="0" thread="2008" file="commandline.cpp:707">
      <![LOG[Working dir '\\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B']LOG]!><time="15:33:26.607+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:542">
      <![LOG[Executing command line: Run command line]LOG]!><time="15:33:26.607+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="commandline.cpp:805">
      <![LOG[Microsoft (R) Windows Script Host Version 5.8]LOG]!><time="15:33:26.888+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[Copyright (C) Microsoft Corporation. All rights reserved.]LOG]!><time="15:33:26.888+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[]LOG]!><time="15:33:26.888+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[Property LogPath is now = X:\WINDOWS\TEMP\SMSTSLog]LOG]!><time="15:33:27.418+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[Microsoft Deployment Toolkit version: 5.0.1641.0]LOG]!><time="15:33:27.418+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[The task sequencer log is located at X:\WINDOWS\TEMP\SMSTSLog\SMSTS.LOG. For task sequence failures, please consult this log.]LOG]!><time="15:33:27.684+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[Property Debug is now = FALSE]LOG]!><time="15:33:27.684+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[Property ScriptRoot is now = \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B\Scripts]LOG]!><time="15:33:27.684+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[ScriptRoot = \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B\Scripts]LOG]!><time="15:33:27.684+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[Property DeployRoot is now = \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B]LOG]!><time="15:33:27.949+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[DeployRoot = \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B]LOG]!><time="15:33:27.949+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[Property ToolRoot is now = \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B\Tools\]LOG]!><time="15:33:27.949+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[ToolRoot = \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B\Tools\]LOG]!><time="15:33:27.949+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[DeployRoot = \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B]LOG]!><time="15:33:28.214+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[Property ResourceRoot is now = \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B]LOG]!><time="15:33:28.214+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[ResourceRoot = \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B]LOG]!><time="15:33:28.214+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[Property ScriptRoot is now = D:\_SMSTaskSequence\WDPackage\Scripts]LOG]!><time="15:34:00.568+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[ScriptRoot = D:\_SMSTaskSequence\WDPackage\Scripts]LOG]!><time="15:34:00.568+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[Property DeployRoot is now = D:\_SMSTaskSequence\WDPackage]LOG]!><time="15:34:00.834+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[DeployRoot = D:\_SMSTaskSequence\WDPackage]LOG]!><time="15:34:00.834+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[Property ToolRoot is now = D:\_SMSTaskSequence\WDPackage\Tools\]LOG]!><time="15:34:00.834+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[ToolRoot = D:\_SMSTaskSequence\WDPackage\Tools\]LOG]!><time="15:34:00.834+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[Property ResourceRoot is now = D:\_SMSTaskSequence\WDPackage]LOG]!><time="15:34:00.834+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[ResourceRoot = D:\_SMSTaskSequence\WDPackage]LOG]!><time="15:34:01.099+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[Property BDDPackageID is now = ]LOG]!><time="15:34:01.099+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[BDDPackageID = ]LOG]!><time="15:34:01.099+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[LocalRootPath = D:\_SMSTaskSequence]LOG]!><time="15:34:01.099+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[LogPath = X:\WINDOWS\TEMP\SMSTSLog]LOG]!><time="15:34:01.099+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[Property DeploymentMethod is now = SCCM]LOG]!><time="15:34:01.099+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[DeploymentMethod = SCCM]LOG]!><time="15:34:01.099+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[Process completed with exit code 0]LOG]!><time="15:34:01.224+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="commandline.cpp:1102">
      <![LOG[Property DeploymentType is now = NEWCOMPUTER]LOG]!><time="15:34:01.224+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[Property PHASE is now = PREINSTALL]LOG]!><time="15:34:01.224+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[DeploymentType = NEWCOMPUTER]LOG]!><time="15:34:01.224+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[Phase = PREINSTALL]LOG]!><time="15:34:01.224+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[ZTISCCM processing completed successfully.]LOG]!><time="15:34:01.224+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:34">
      <![LOG[Command line returned 0]LOG]!><time="15:34:01.224+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="runcommandline.cpp:565">
      <![LOG[Entering ReleaseSource() for \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B\]LOG]!><time="15:34:01.224+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="resolvesource.cpp:3431">
      <![LOG[reference count 1 for the source \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B\ before releasing]LOG]!><time="15:34:01.224+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="resolvesource.cpp:3438">
      <![LOG[Released the resolved source \\NUEW-IFSCCM02.company.COM\SMSPKGF$\NUE0002B\]LOG]!><time="15:34:01.239+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="2008" file="resolvesource.cpp:3471">
      <![LOG[Process completed with exit code 0]LOG]!><time="15:34:01.239+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="commandline.cpp:1102">
      <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="15:34:01.239+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:3010">
      <![LOG[Successfully complete the action (Use Toolkit Package) with the exit win32 code 0]LOG]!><time="15:34:01.239+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:3036">
      <![LOG[Sending status message . . .]LOG]!><time="15:34:01.239+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:292">
      <![LOG[Send a task execution status message SMS_TSExecution_ActionCompleteInfo]LOG]!><time="15:34:01.239+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:314">
      <![LOG[MP server NUEW-IFSCCM01.company.COM and port 80. SSL=false. CRL=false.]LOG]!><time="15:34:01.239+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:458">
      <![LOG[Site code: NUE]LOG]!><time="15:34:01.239+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:489">
      <![LOG[Client machine name: MININT-D2RGL2O]LOG]!><time="15:34:01.239+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:494">
      <![LOG[Client Identity: GUID:a3a6ddc6-19fb-4e21-9177-39752554cd62]LOG]!><time="15:34:01.239+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:496">
      <![LOG[Advertisement ID: NUE20382]LOG]!><time="15:34:01.239+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:505">
      <![LOG[Package ID: NUE0045C]LOG]!><time="15:34:01.239+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:507">
      <![LOG[Sending StatusMessage]LOG]!><time="15:34:01.255+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:3806">
      <![LOG[Formatted header:]LOG]!><time="15:34:01.255+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>a563bddd-e640-4690-8110-ed3f8eb6ade2</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:34:01Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="4190"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:34:01.255+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:34:01.255+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:34:01.270+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="libsmsmessaging.cpp:7734">
      <![LOG[Set a global environment variable _SMSTSLastActionRetCode=0]LOG]!><time="15:34:01.270+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a global environment variable _SMSTSLastActionSucceeded=true]LOG]!><time="15:34:01.270+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Expand a string: %_SMSTSMDataPath%\Logs]LOG]!><time="15:34:01.270+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Clear local default environment]LOG]!><time="15:34:01.270+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:807">
      <![LOG[Updated security on object D:\_SMSTaskSequence.]LOG]!><time="15:34:01.333+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utils.cpp:829">
      <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=4]LOG]!><time="15:34:01.333+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a TS execution environment variable _SMSTSNextInstructionPointer=4]LOG]!><time="15:34:01.333+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:386">
      <![LOG[Set a global environment variable _SMSTSInstructionStackString=0 2]LOG]!><time="15:34:01.333+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a TS execution environment variable _SMSTSInstructionStackString=0 2]LOG]!><time="15:34:01.333+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:414">
      <![LOG[Save the current environment block]LOG]!><time="15:34:01.333+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:833">
      <![LOG[Successfully save execution state and environment to local hard disk]LOG]!><time="15:34:01.473+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="engine.cxx:255">
      <![LOG[Start executing an instruciton. Instruction name: Gather. Instruction pointer: 4]LOG]!><time="15:34:01.473+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="engine.cxx:117">
      <![LOG[Set a global environment variable _SMSTSCurrentActionName=Gather]LOG]!><time="15:34:01.489+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=4]LOG]!><time="15:34:01.489+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a local default variable GatherLocalOnly]LOG]!><time="15:34:01.504+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable RulesFile]LOG]!><time="15:34:01.504+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a global environment variable _SMSTSLogPath=X:\WINDOWS\TEMP\SMSTSLog]LOG]!><time="15:34:01.504+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Expand a string: smsswd.exe /run: cscript.exe "%DeployRoot%\Scripts\ZTIGather.wsf"]LOG]!><time="15:34:01.504+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Expand a string: ]LOG]!><time="15:34:01.520+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="15:34:01.520+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="commandline.cpp:229">
      <![LOG[Set command line: smsswd.exe /run: cscript.exe "%DeployRoot%\Scripts\ZTIGather.wsf"]LOG]!><time="15:34:01.520+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="commandline.cpp:707">
      <![LOG[Start executing the command line: smsswd.exe /run: cscript.exe "%DeployRoot%\Scripts\ZTIGather.wsf"]LOG]!><time="15:34:01.520+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:2928">
      <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="15:34:01.520+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:2957">
      <![LOG[Expand a string: WinPEandFullOS]LOG]!><time="15:34:01.520+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Executing command line: smsswd.exe /run: cscript.exe "%DeployRoot%\Scripts\ZTIGather.wsf"]LOG]!><time="15:34:01.520+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="commandline.cpp:805">
      <![LOG[=======================[ smsswd.exe ] =======================]LOG]!><time="15:34:01.551+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="main.cpp:303">
      <![LOG[PackageID = '']LOG]!><time="15:34:01.551+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="main.cpp:332">
      <![LOG[BaseVar = '', ContinueOnError='']LOG]!><time="15:34:01.551+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="main.cpp:333">
      <![LOG[SwdAction = '0001']LOG]!><time="15:34:01.551+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="main.cpp:334">
      <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="15:34:01.582+-120" date="09-27-2013" component="InstallSoftware" context="" type="0" thread="476" file="commandline.cpp:229">
      <![LOG[Set command line: Run command line]LOG]!><time="15:34:01.582+-120" date="09-27-2013" component="InstallSoftware" context="" type="0" thread="476" file="commandline.cpp:707">
      <![LOG[Working dir 'not set']LOG]!><time="15:34:01.582+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:542">
      <![LOG[Executing command line: Run command line]LOG]!><time="15:34:01.582+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="commandline.cpp:805">
      <![LOG[Microsoft (R) Windows Script Host Version 5.8]LOG]!><time="15:34:01.848+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Copyright (C) Microsoft Corporation. All rights reserved.]LOG]!><time="15:34:01.848+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[]LOG]!><time="15:34:01.848+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Microsoft Deployment Toolkit version: 5.0.1641.0]LOG]!><time="15:34:01.848+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[The task sequencer log is located at X:\WINDOWS\TEMP\SMSTSLog\SMSTS.LOG. For task sequence failures, please consult this log.]LOG]!><time="15:34:01.848+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[------------------------- Object Initialization -------------------------]LOG]!><time="15:34:02.113+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[------------------------- Initialization -------------------------]LOG]!><time="15:34:02.113+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Synchronizing the environments.]LOG]!><time="15:34:02.113+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Finished synchronizing the environments.]LOG]!><time="15:34:02.113+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Getting OS info]LOG]!><time="15:34:02.113+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property OSCurrentVersion is now = 6.1.7600]LOG]!><time="15:34:02.378+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property OSCurrentBuild is now = 7600]LOG]!><time="15:34:02.378+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property OSVersion is now = WinPE]LOG]!><time="15:34:02.378+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property IsServerOS is now = False]LOG]!><time="15:34:02.378+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property IsServerCoreOS is now = False]LOG]!><time="15:34:02.643+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Finished getting OS info]LOG]!><time="15:34:02.643+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Getting HAL information]LOG]!><time="15:34:02.643+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property HALName is now = acpiapic]LOG]!><time="15:34:03.174+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Finished getting HAL information]LOG]!><time="15:34:03.174+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Getting network info]LOG]!><time="15:34:03.174+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Checking network adapter: [00000000] Intel(R) 82579LM Gigabit Network Connection]LOG]!><time="15:34:03.174+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[MAC address = 5C:26:0A:64:06:17]LOG]!><time="15:34:03.439+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[IP Address = 10.20.4.39]LOG]!><time="15:34:03.439+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[IP Address = fe80::cca2:48ed:3faa:aff8]LOG]!><time="15:34:03.439+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Default Gateway = 10.20.4.1]LOG]!><time="15:34:03.439+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property IPAddress001 is now = 10.20.4.39]LOG]!><time="15:34:03.439+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property IPAddress002 is now = fe80::cca2:48ed:3faa:aff8]LOG]!><time="15:34:03.439+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property MacAddress001 is now = 5C:26:0A:64:06:17]LOG]!><time="15:34:03.704+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property DefaultGateway001 is now = 10.20.4.1]LOG]!><time="15:34:03.704+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Finished getting network info]LOG]!><time="15:34:03.704+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Getting DP info]LOG]!><time="15:34:03.704+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[SMS distribution Share = NUEW-IFSCCM02.company.COM]LOG]!><time="15:34:03.704+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property SMSDP is now = NUEW-IFSCCM02.company.COM]LOG]!><time="15:34:03.704+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Finished getting DP info]LOG]!><time="15:34:03.969+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Getting WDS server info]LOG]!><time="15:34:03.969+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Unable to determine WDS server name, probably not booted from WDS.]LOG]!><time="15:34:04.234+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Finished getting WDS server info]LOG]!><time="15:34:04.234+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property HostName is now = MININT-D2RGL2O]LOG]!><time="15:34:04.234+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Getting asset info]LOG]!><time="15:34:04.234+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Unable to determine asset tag via WMI.]LOG]!><time="15:34:04.500+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property AssetTag is now = ]LOG]!><time="15:34:05.560+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property SerialNumber is now = 7GVPYN1]LOG]!><time="15:34:05.560+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property Make is now = Dell Inc.]LOG]!><time="15:34:05.826+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property Model is now = Latitude E6320]LOG]!><time="15:34:05.826+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property Product is now = 01MCMN]LOG]!><time="15:34:05.826+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property UUID is now = 4C4C4544-0047-5610-8050-B7C04F594E31]LOG]!><time="15:34:05.826+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property Memory is now = 3977]LOG]!><time="15:34:05.826+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property Architecture is now = X86]LOG]!><time="15:34:05.826+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property ProcessorSpeed is now = 2601]LOG]!><time="15:34:06.091+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property CapableArchitecture is now = AMD64 X64 X86]LOG]!><time="15:34:06.091+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property IsLaptop is now = True]LOG]!><time="15:34:06.091+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property IsDesktop is now = False]LOG]!><time="15:34:06.091+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property IsServer is now = False]LOG]!><time="15:34:06.091+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Finished getting OS info]LOG]!><time="15:34:06.091+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Getting OS SKU info]LOG]!><time="15:34:06.091+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property OSSKU is now = ULTIMATE]LOG]!><time="15:34:06.091+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Finished getting OS info]LOG]!><time="15:34:06.091+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Getting virtualization info]LOG]!><time="15:34:06.356+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[FindFile(...\Microsoft.BDD.Utility.dll) Result : 0]LOG]!><time="15:34:06.356+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[RUN: regsvr32.exe /s "D:\_SMSTaskSequence\WDPackage\Tools\x86\Microsoft.BDD.Utility.dll"]LOG]!><time="15:34:06.356+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[FindFile(...\Microsoft.BDD.Utility.dll) Result : 0]LOG]!><time="15:34:06.621+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[RUN: regsvr32.exe /s "D:\_SMSTaskSequence\WDPackage\Tools\x64\Microsoft.BDD.Utility.dll"]LOG]!><time="15:34:06.621+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property IsHypervisorRunning is now = False]LOG]!><time="15:34:06.621+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property SupportsVT is now = True]LOG]!><time="15:34:06.621+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property SupportsNX is now = True]LOG]!><time="15:34:06.886+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property Supports64Bit is now = True]LOG]!><time="15:34:06.886+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property SupportsHyperVRole is now = True]LOG]!><time="15:34:06.886+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[This computer does not appear to be a virtual machine (BIOS is 'DELL - 6222004').]LOG]!><time="15:34:06.886+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property IsVM is now = False]LOG]!><time="15:34:06.886+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Finished getting virtualization info]LOG]!><time="15:34:06.886+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Processing the PREINSTALL phase.]LOG]!><time="15:34:07.152+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Only gathering local settings (no rules processing).]LOG]!><time="15:34:07.152+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Determining the INI file to use.]LOG]!><time="15:34:07.152+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[FindFile: The file CustomSettings.ini could not be found in any standard locations.]LOG]!><time="15:34:07.417+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Finished determining the INI file to use.]LOG]!><time="15:34:07.417+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Skipping rules processing.]LOG]!><time="15:34:07.417+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Process completed with exit code 0]LOG]!><time="15:34:07.604+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="commandline.cpp:1102">
      <![LOG[Property OSDComputerName is now = MININT-D2RGL2O]LOG]!><time="15:34:07.604+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Remapping variables.]LOG]!><time="15:34:07.604+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property TaskSequenceID is now = ]LOG]!><time="15:34:07.604+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Property DeploymentType is now = NEWCOMPUTER]LOG]!><time="15:34:07.604+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Finished remapping variables.]LOG]!><time="15:34:07.604+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[ZTIGather processing completed successfully.]LOG]!><time="15:34:07.604+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:34">
      <![LOG[Command line returned 0]LOG]!><time="15:34:07.604+-120" date="09-27-2013" component="InstallSoftware" context="" type="1" thread="476" file="runcommandline.cpp:565">
      <![LOG[Process completed with exit code 0]LOG]!><time="15:34:07.620+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="commandline.cpp:1102">
      <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="15:34:07.620+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:3010">
      <![LOG[Successfully complete the action (Gather) with the exit win32 code 0]LOG]!><time="15:34:07.620+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:3036">
      <![LOG[Sending status message . . .]LOG]!><time="15:34:07.620+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:292">
      <![LOG[Send a task execution status message SMS_TSExecution_ActionCompleteInfo]LOG]!><time="15:34:07.620+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:314">
      <![LOG[MP server NUEW-IFSCCM01.company.COM and port 80. SSL=false. CRL=false.]LOG]!><time="15:34:07.620+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:458">
      <![LOG[Site code: NUE]LOG]!><time="15:34:07.620+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:489">
      <![LOG[Client machine name: MININT-D2RGL2O]LOG]!><time="15:34:07.620+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:494">
      <![LOG[Client Identity: GUID:a3a6ddc6-19fb-4e21-9177-39752554cd62]LOG]!><time="15:34:07.620+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:496">
      <![LOG[Advertisement ID: NUE20382]LOG]!><time="15:34:07.620+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:505">
      <![LOG[Package ID: NUE0045C]LOG]!><time="15:34:07.620+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:507">
      <![LOG[Sending StatusMessage]LOG]!><time="15:34:07.635+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:3806">
      <![LOG[Formatted header:]LOG]!><time="15:34:07.635+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>a563bddd-e640-4690-8110-ed3f8eb6ade2</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:34:07Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="4164"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:34:07.635+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:34:07.635+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:34:07.651+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="libsmsmessaging.cpp:7734">
      <![LOG[Set a global environment variable _SMSTSLastActionRetCode=0]LOG]!><time="15:34:07.651+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a global environment variable _SMSTSLastActionSucceeded=true]LOG]!><time="15:34:07.651+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Expand a string: %_SMSTSMDataPath%\Logs]LOG]!><time="15:34:07.651+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Clear local default environment]LOG]!><time="15:34:07.651+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:807">
      <![LOG[Updated security on object D:\_SMSTaskSequence.]LOG]!><time="15:34:07.729+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utils.cpp:829">
      <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=5]LOG]!><time="15:34:07.729+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a TS execution environment variable _SMSTSNextInstructionPointer=5]LOG]!><time="15:34:07.744+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:386">
      <![LOG[Set a global environment variable _SMSTSInstructionStackString=0 2]LOG]!><time="15:34:07.744+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a TS execution environment variable _SMSTSInstructionStackString=0 2]LOG]!><time="15:34:07.744+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:414">
      <![LOG[Save the current environment block]LOG]!><time="15:34:07.744+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:833">
      <![LOG[Successfully save execution state and environment to local hard disk]LOG]!><time="15:34:07.900+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="engine.cxx:255">
      <![LOG[Start executing an instruciton. Instruction name: MDT 2010. Instruction pointer: 5]LOG]!><time="15:34:07.900+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="engine.cxx:117">
      <![LOG[Set a global environment variable _SMSTSCurrentActionName=MDT 2010]LOG]!><time="15:34:07.900+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=5]LOG]!><time="15:34:07.900+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[The group (MDT 2010) has been successfully completed]LOG]!><time="15:34:07.916+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:2551">
      <![LOG[Sending status message . . .]LOG]!><time="15:34:07.916+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:292">
      <![LOG[Send a task execution status message SMS_TSExecution_GroupCompleteInfo]LOG]!><time="15:34:07.932+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:314">
      <![LOG[MP server NUEW-IFSCCM01.company.COM and port 80. SSL=false. CRL=false.]LOG]!><time="15:34:07.932+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:458">
      <![LOG[Site code: NUE]LOG]!><time="15:34:07.932+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:489">
      <![LOG[Client machine name: MININT-D2RGL2O]LOG]!><time="15:34:07.947+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:494">
      <![LOG[Client Identity: GUID:a3a6ddc6-19fb-4e21-9177-39752554cd62]LOG]!><time="15:34:07.947+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:496">
      <![LOG[Advertisement ID: NUE20382]LOG]!><time="15:34:07.947+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:505">
      <![LOG[Package ID: NUE0045C]LOG]!><time="15:34:07.947+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:507">
      <![LOG[Sending StatusMessage]LOG]!><time="15:34:07.978+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:3806">
      <![LOG[Formatted header:]LOG]!><time="15:34:07.978+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>a563bddd-e640-4690-8110-ed3f8eb6ade2</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:34:07Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="2110"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:34:07.978+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:34:07.978+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:34:07.994+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="libsmsmessaging.cpp:7734">
      <![LOG[Updated security on object D:\_SMSTaskSequence.]LOG]!><time="15:34:08.025+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utils.cpp:829">
      <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=6]LOG]!><time="15:34:08.025+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a TS execution environment variable _SMSTSNextInstructionPointer=6]LOG]!><time="15:34:08.041+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:386">
      <![LOG[Set a global environment variable _SMSTSInstructionStackString=0]LOG]!><time="15:34:08.041+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a TS execution environment variable _SMSTSInstructionStackString=0]LOG]!><time="15:34:08.041+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:414">
      <![LOG[Save the current environment block]LOG]!><time="15:34:08.041+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:833">
      <![LOG[Successfully save execution state and environment to local hard disk]LOG]!><time="15:34:08.244+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="engine.cxx:255">
      <![LOG[Start executing an instruciton. Instruction name: Partition Disk 0 (VMWare). Instruction pointer: 6]LOG]!><time="15:34:08.244+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="engine.cxx:117">
      <![LOG[Set a global environment variable _SMSTSCurrentActionName=Partition Disk 0 (VMWare)]LOG]!><time="15:34:08.244+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=6]LOG]!><time="15:34:08.259+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a local default variable OSDDiskIndex]LOG]!><time="15:34:08.259+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDDiskType]LOG]!><time="15:34:08.259+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDDiskpartBiosCompatibilityMode]LOG]!><time="15:34:08.259+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDGPTBootDisk]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitionStyle]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0Bootable]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0FileSystem]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0QuickFormat]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0Size]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0SizeUnits]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0Type]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0VolumeLetterVariable]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0VolumeName]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1Bootable]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1QuickFormat]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1Size]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1SizeUnits]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1Type]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1VolumeLetterVariable]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1VolumeName]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2Bootable]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2FileSystem]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2QuickFormat]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2Size]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2SizeUnits]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2Type]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2VolumeLetterVariable]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2VolumeName]LOG]!><time="15:34:08.275+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a global environment variable _SMSTSLogPath=X:\WINDOWS\TEMP\SMSTSLog]LOG]!><time="15:34:08.290+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Evaluating an AND expression]LOG]!><time="15:34:08.290+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:592">
      <![LOG[Evaluating a variable condition expression]LOG]!><time="15:34:08.290+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:775">
      <![LOG[Variable = _SMSTSClientCache]LOG]!><time="15:34:08.290+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:793">
      <![LOG[Value = ]LOG]!><time="15:34:08.290+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:794">
      <![LOG[Operator = notExists]LOG]!><time="15:34:08.290+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:795">
      <![LOG[Expand a string: notExists]LOG]!><time="15:34:08.290+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Expand a string: _SMSTSClientCache]LOG]!><time="15:34:08.290+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Expand a string: ]LOG]!><time="15:34:08.290+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[The variable condition expression is evaluated to be TRUE]LOG]!><time="15:34:08.290+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:899">
      <![LOG[Evaluating a WMI condition expression]LOG]!><time="15:34:08.290+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:1871">
      <![LOG[Namespace = root\cimv2]LOG]!><time="15:34:08.290+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:1888">
      <![LOG[Query = SELECT * from win32_computersystem where model like "%VMware%"]LOG]!><time="15:34:08.290+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:1889">
      <![LOG[Expand a string: root\cimv2]LOG]!><time="15:34:08.306+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Expand a string: SELECT * from win32_computersystem where model like "%VMware%"]LOG]!><time="15:34:08.306+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[The WMI condition expression is evaluated to be FALSE]LOG]!><time="15:34:08.322+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:2002">
      <![LOG[The AND expression is evaluated to be FALSE]LOG]!><time="15:34:08.322+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:625">
      <![LOG[The action (Partition Disk 0 (VMWare)) has been skipped because the condition is evaluated to be false]LOG]!><time="15:34:08.322+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:2893">
      <![LOG[Sending status message . . .]LOG]!><time="15:34:08.322+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:292">
      <![LOG[Send a task execution status message SMS_TSExecution_SkipActionConditionFalseInfo]LOG]!><time="15:34:08.322+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:314">
      <![LOG[MP server NUEW-IFSCCM01.company.COM and port 80. SSL=false. CRL=false.]LOG]!><time="15:34:08.337+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:458">
      <![LOG[Site code: NUE]LOG]!><time="15:34:08.337+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:489">
      <![LOG[Client machine name: MININT-D2RGL2O]LOG]!><time="15:34:08.337+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:494">
      <![LOG[Client Identity: GUID:a3a6ddc6-19fb-4e21-9177-39752554cd62]LOG]!><time="15:34:08.337+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:496">
      <![LOG[Advertisement ID: NUE20382]LOG]!><time="15:34:08.337+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:505">
      <![LOG[Package ID: NUE0045C]LOG]!><time="15:34:08.337+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:507">
      <![LOG[Sending StatusMessage]LOG]!><time="15:34:08.384+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:3806">
      <![LOG[Formatted header:]LOG]!><time="15:34:08.384+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>a563bddd-e640-4690-8110-ed3f8eb6ade2</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:34:08Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="2216"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:34:08.384+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:34:08.384+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:34:08.400+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="libsmsmessaging.cpp:7734">
      <![LOG[Clear local default environment]LOG]!><time="15:34:08.400+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:807">
      <![LOG[Execution of the instruction (Partition Disk 0 (VMWare)) has been skipped]LOG]!><time="15:34:08.493+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="engine.cxx:193">
      <![LOG[Start executing an instruciton. Instruction name: Partition Disk 0 (Physik. C:\ 80GB). Instruction pointer: 7]LOG]!><time="15:34:08.493+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="engine.cxx:117">
      <![LOG[Set a global environment variable _SMSTSCurrentActionName=Partition Disk 0 (Physik. C:\ 80GB)]LOG]!><time="15:34:08.493+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=7]LOG]!><time="15:34:08.493+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a local default variable OSDDiskIndex]LOG]!><time="15:34:08.509+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDDiskType]LOG]!><time="15:34:08.509+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDDiskpartBiosCompatibilityMode]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDGPTBootDisk]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitionStyle]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0Bootable]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0FileSystem]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0QuickFormat]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0Size]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0SizeUnits]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0Type]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0VolumeLetterVariable]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0VolumeName]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1Bootable]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1QuickFormat]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1Size]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1SizeUnits]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1Type]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1VolumeLetterVariable]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1VolumeName]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2Bootable]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2FileSystem]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2QuickFormat]LOG]!><time="15:34:08.524+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2Size]LOG]!><time="15:34:08.540+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2SizeUnits]LOG]!><time="15:34:08.540+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2Type]LOG]!><time="15:34:08.540+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2VolumeLetterVariable]LOG]!><time="15:34:08.540+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2VolumeName]LOG]!><time="15:34:08.540+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a global environment variable _SMSTSLogPath=X:\WINDOWS\TEMP\SMSTSLog]LOG]!><time="15:34:08.540+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Evaluating an AND expression]LOG]!><time="15:34:08.540+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:592">
      <![LOG[Evaluating an AND expression]LOG]!><time="15:34:08.540+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:592">
      <![LOG[Evaluating a variable condition expression]LOG]!><time="15:34:08.540+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:775">
      <![LOG[Variable = _SMSTSClientCache]LOG]!><time="15:34:08.540+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:793">
      <![LOG[Value = ]LOG]!><time="15:34:08.540+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:794">
      <![LOG[Operator = notExists]LOG]!><time="15:34:08.556+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:795">
      <![LOG[Expand a string: notExists]LOG]!><time="15:34:08.556+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Expand a string: _SMSTSClientCache]LOG]!><time="15:34:08.556+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Expand a string: ]LOG]!><time="15:34:08.556+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[The variable condition expression is evaluated to be TRUE]LOG]!><time="15:34:08.556+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:899">
      <![LOG[Evaluating a WMI condition expression]LOG]!><time="15:34:08.556+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:1871">
      <![LOG[Namespace = root\cimv2]LOG]!><time="15:34:08.556+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:1888">
      <![LOG[Query = SELECT * from win32_computersystem where not model like "%VMware%"]LOG]!><time="15:34:08.556+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:1889">
      <![LOG[Expand a string: root\cimv2]LOG]!><time="15:34:08.556+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Expand a string: SELECT * from win32_computersystem where not model like "%VMware%"]LOG]!><time="15:34:08.556+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[The WMI condition expression is evaluated to be TRUE]LOG]!><time="15:34:08.587+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:2002">
      <![LOG[Evaluating a WMI condition expression]LOG]!><time="15:34:08.587+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:1871">
      <![LOG[Namespace = root\cimv2]LOG]!><time="15:34:08.587+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:1888">
      <![LOG[Query = SELECT * from Win32_DiskDrive where Size < 214748364800]LOG]!><time="15:34:08.587+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:1889">
      <![LOG[Expand a string: root\cimv2]LOG]!><time="15:34:08.587+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Expand a string: SELECT * from Win32_DiskDrive where Size < 214748364800]LOG]!><time="15:34:08.587+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[The WMI condition expression is evaluated to be FALSE]LOG]!><time="15:34:08.727+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:2002">
      <![LOG[The AND expression is evaluated to be FALSE]LOG]!><time="15:34:08.727+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:625">
      <![LOG[The AND expression is evaluated to be FALSE]LOG]!><time="15:34:08.743+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:625">
      <![LOG[The action (Partition Disk 0 (Physik. C:\ 80GB)) has been skipped because the condition is evaluated to be false]LOG]!><time="15:34:08.743+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:2893">
      <![LOG[Sending status message . . .]LOG]!><time="15:34:08.743+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:292">
      <![LOG[Send a task execution status message SMS_TSExecution_SkipActionConditionFalseInfo]LOG]!><time="15:34:08.743+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:314">
      <![LOG[MP server NUEW-IFSCCM01.company.COM and port 80. SSL=false. CRL=false.]LOG]!><time="15:34:08.743+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:458">
      <![LOG[Site code: NUE]LOG]!><time="15:34:08.758+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:489">
      <![LOG[Client machine name: MININT-D2RGL2O]LOG]!><time="15:34:08.758+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:494">
      <![LOG[Client Identity: GUID:a3a6ddc6-19fb-4e21-9177-39752554cd62]LOG]!><time="15:34:08.758+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:496">
      <![LOG[Advertisement ID: NUE20382]LOG]!><time="15:34:08.758+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:505">
      <![LOG[Package ID: NUE0045C]LOG]!><time="15:34:08.758+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:507">
      <![LOG[Sending StatusMessage]LOG]!><time="15:34:08.790+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:3806">
      <![LOG[Formatted header:]LOG]!><time="15:34:08.790+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>a563bddd-e640-4690-8110-ed3f8eb6ade2</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:34:08Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="2236"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:34:08.790+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:34:08.790+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:34:08.805+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="libsmsmessaging.cpp:7734">
      <![LOG[Clear local default environment]LOG]!><time="15:34:08.821+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:807">
      <![LOG[Execution of the instruction (Partition Disk 0 (Physik. C:\ 80GB)) has been skipped]LOG]!><time="15:34:08.899+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="engine.cxx:193">
      <![LOG[Start executing an instruciton. Instruction name: Partition Disk 0 (Physik. C:\ 100GB). Instruction pointer: 8]LOG]!><time="15:34:08.899+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="engine.cxx:117">
      <![LOG[Set a global environment variable _SMSTSCurrentActionName=Partition Disk 0 (Physik. C:\ 100GB)]LOG]!><time="15:34:08.914+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a global environment variable _SMSTSNextInstructionPointer=8]LOG]!><time="15:34:08.914+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a local default variable OSDDiskIndex]LOG]!><time="15:34:08.930+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDDiskType]LOG]!><time="15:34:08.930+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDDiskpartBiosCompatibilityMode]LOG]!><time="15:34:08.930+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDGPTBootDisk]LOG]!><time="15:34:08.930+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitionStyle]LOG]!><time="15:34:08.930+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0Bootable]LOG]!><time="15:34:08.930+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0FileSystem]LOG]!><time="15:34:08.930+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0QuickFormat]LOG]!><time="15:34:08.930+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0Size]LOG]!><time="15:34:08.930+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0SizeUnits]LOG]!><time="15:34:08.930+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0Type]LOG]!><time="15:34:08.930+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0VolumeLetterVariable]LOG]!><time="15:34:08.930+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions0VolumeName]LOG]!><time="15:34:08.930+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1Bootable]LOG]!><time="15:34:08.946+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1QuickFormat]LOG]!><time="15:34:08.946+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1Size]LOG]!><time="15:34:08.946+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1SizeUnits]LOG]!><time="15:34:08.946+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1Type]LOG]!><time="15:34:08.946+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1VolumeLetterVariable]LOG]!><time="15:34:08.946+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions1VolumeName]LOG]!><time="15:34:08.946+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2Bootable]LOG]!><time="15:34:08.946+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2FileSystem]LOG]!><time="15:34:08.946+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2QuickFormat]LOG]!><time="15:34:08.946+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2Size]LOG]!><time="15:34:08.946+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2SizeUnits]LOG]!><time="15:34:08.946+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2Type]LOG]!><time="15:34:08.946+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2VolumeLetterVariable]LOG]!><time="15:34:08.946+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a local default variable OSDPartitions2VolumeName]LOG]!><time="15:34:08.946+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:700">
      <![LOG[Set a global environment variable _SMSTSLogPath=X:\WINDOWS\TEMP\SMSTSLog]LOG]!><time="15:34:08.946+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Evaluating an AND expression]LOG]!><time="15:34:08.946+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:592">
      <![LOG[Evaluating an AND expression]LOG]!><time="15:34:08.961+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:592">
      <![LOG[Evaluating a variable condition expression]LOG]!><time="15:34:08.961+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:775">
      <![LOG[Variable = _SMSTSClientCache]LOG]!><time="15:34:08.961+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:793">
      <![LOG[Value = ]LOG]!><time="15:34:08.961+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:794">
      <![LOG[Operator = notExists]LOG]!><time="15:34:08.961+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:795">
      <![LOG[Expand a string: notExists]LOG]!><time="15:34:08.961+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Expand a string: _SMSTSClientCache]LOG]!><time="15:34:08.961+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Expand a string: ]LOG]!><time="15:34:08.961+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[The variable condition expression is evaluated to be TRUE]LOG]!><time="15:34:08.961+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:899">
      <![LOG[Evaluating a WMI condition expression]LOG]!><time="15:34:08.961+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:1871">
      <![LOG[Namespace = root\cimv2]LOG]!><time="15:34:08.961+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:1888">
      <![LOG[Query = SELECT * from win32_computersystem where not model like "%VMware%"]LOG]!><time="15:34:08.961+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:1889">
      <![LOG[Expand a string: root\cimv2]LOG]!><time="15:34:08.977+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Expand a string: SELECT * from win32_computersystem where not model like "%VMware%"]LOG]!><time="15:34:08.977+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[The WMI condition expression is evaluated to be TRUE]LOG]!><time="15:34:08.992+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:2002">
      <![LOG[Evaluating a WMI condition expression]LOG]!><time="15:34:08.992+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:1871">
      <![LOG[Namespace = root\cimv2]LOG]!><time="15:34:08.992+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:1888">
      <![LOG[Query = SELECT * from Win32_DiskDrive where Size > 214748364801]LOG]!><time="15:34:08.992+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:1889">
      <![LOG[Expand a string: root\cimv2]LOG]!><time="15:34:09.008+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Expand a string: SELECT * from Win32_DiskDrive where Size > 214748364801]LOG]!><time="15:34:09.008+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[The WMI condition expression is evaluated to be TRUE]LOG]!><time="15:34:09.226+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:2002">
      <![LOG[The AND expression is evaluated to be TRUE]LOG]!><time="15:34:09.226+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:625">
      <![LOG[The AND expression is evaluated to be TRUE]LOG]!><time="15:34:09.226+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:625">
      <![LOG[The condition for the action (Partition Disk 0 (Physik. C:\ 100GB)) is evaluated to be true]LOG]!><time="15:34:09.226+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:2912">
      <![LOG[Expand a string: osddiskpart.exe]LOG]!><time="15:34:09.242+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Expand a string: ]LOG]!><time="15:34:09.242+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="15:34:09.242+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="commandline.cpp:229">
      <![LOG[Set command line: osddiskpart.exe]LOG]!><time="15:34:09.242+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="commandline.cpp:707">
      <![LOG[Start executing the command line: osddiskpart.exe]LOG]!><time="15:34:09.242+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:2928">
      <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="15:34:09.242+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:2957">
      <![LOG[Expand a string: WinPE]LOG]!><time="15:34:09.242+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782">
      <![LOG[Executing command line: osddiskpart.exe]LOG]!><time="15:34:09.242+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="commandline.cpp:805">
      <![LOG[==============================[ OSDDiskPart.exe ]==============================]LOG]!><time="15:34:09.273+-120" date="09-27-2013" component="OSDDiskPart" context="" type="1" thread="936" file="main.cpp:1244">
      <![LOG[Command line: "osddiskpart.exe"]LOG]!><time="15:34:09.289+-120" date="09-27-2013" component="OSDDiskPart" context="" type="1" thread="936" file="main.cpp:1245">
      <![LOG[Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL']LOG]!><time="15:34:09.289+-120" date="09-27-2013" component="OSDDiskPart" context="" type="1" thread="936" file="util.cpp:869">
      <![LOG[Reading partition size info for partition 0]LOG]!><time="15:34:09.445+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="main.cpp:460">
      <![LOG[Remaining size before partition: 320070320640]LOG]!><time="15:34:09.445+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="main.cpp:464">
      <![LOG[size units: SIZE_MB]LOG]!><time="15:34:09.445+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="main.cpp:482">
      <![LOG[Set partition size: 107374182400]LOG]!><time="15:34:09.445+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="main.cpp:540">
      <![LOG[Remaining size after partition 0: 212696138240]LOG]!><time="15:34:09.445+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="main.cpp:617">
      <![LOG[Reading partition size info for partition 1]LOG]!><time="15:34:09.460+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="main.cpp:460">
      <![LOG[Remaining size before partition: 212696138240]LOG]!><time="15:34:09.460+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="main.cpp:464">
      <![LOG[size units: SIZE_PERCENT]LOG]!><time="15:34:09.460+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="main.cpp:477">
      <![LOG[100% size specified.]LOG]!><time="15:34:09.460+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="main.cpp:523">
      <![LOG[Container partition size set to 212696138240]LOG]!><time="15:34:09.460+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="main.cpp:600">
      <![LOG[Remaining size after partition 1: 0]LOG]!><time="15:34:09.460+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="main.cpp:617">
      <![LOG[Reading partition size info for partition 2]LOG]!><time="15:34:09.476+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="main.cpp:460">
      <![LOG[Remaining size before partition: 212696138240]LOG]!><time="15:34:09.476+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="main.cpp:464">
      <![LOG[size units: SIZE_PERCENT]LOG]!><time="15:34:09.476+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="main.cpp:477">
      <![LOG[100% size specified.]LOG]!><time="15:34:09.476+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="main.cpp:523">
      <![LOG[Remaining size after partition 2: 0]LOG]!><time="15:34:09.476+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="main.cpp:617">
      <![LOG[Checking volume 'C:' for BitLocker]LOG]!><time="15:34:09.507+-120" date="09-27-2013" component="OSDDiskPart" context="" type="1" thread="936" file="main.cpp:316">
      <![LOG[Volume 'C:' is on disk '0l']LOG]!><time="15:34:09.507+-120" date="09-27-2013" component="OSDDiskPart" context="" type="1" thread="936" file="main.cpp:324">
      <![LOG[0, HRESULT=80004005 (e:\nts_sms_fre\sms\framework\tscore\encryptablevolume.cpp,368)]LOG]!><time="15:34:09.616+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="encryptablevolume.cpp:368">
      <![LOG[Volume 'C:' is not an encryptable volume]LOG]!><time="15:34:09.616+-120" date="09-27-2013" component="OSDDiskPart" context="" type="1" thread="936" file="main.cpp:367">
      <![LOG[Checking volume 'D:' for BitLocker]LOG]!><time="15:34:09.616+-120" date="09-27-2013" component="OSDDiskPart" context="" type="1" thread="936" file="main.cpp:316">
      <![LOG[Volume 'D:' is on disk '0l']LOG]!><time="15:34:09.616+-120" date="09-27-2013" component="OSDDiskPart" context="" type="1" thread="936" file="main.cpp:324">
      <![LOG[0, HRESULT=80004005 (e:\nts_sms_fre\sms\framework\tscore\encryptablevolume.cpp,368)]LOG]!><time="15:34:09.632+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="encryptablevolume.cpp:368">
      <![LOG[Volume 'D:' is not an encryptable volume]LOG]!><time="15:34:09.648+-120" date="09-27-2013" component="OSDDiskPart" context="" type="1" thread="936" file="main.cpp:367">
      <![LOG[Checking volume 'E:' for BitLocker]LOG]!><time="15:34:09.648+-120" date="09-27-2013" component="OSDDiskPart" context="" type="1" thread="936" file="main.cpp:316">
      <![LOG[Checking volume 'X:' for BitLocker]LOG]!><time="15:34:09.648+-120" date="09-27-2013" component="OSDDiskPart" context="" type="1" thread="936" file="main.cpp:316">
      <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="15:34:09.648+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="commandline.cpp:229">
      <![LOG[Set command line: "X:\WINDOWS\system32\diskpart.exe" /s "X:\WINDOWS\TEMP\osddiskpart.txt"]LOG]!><time="15:34:09.648+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="commandline.cpp:707">
      <![LOG[Executing command line: "X:\WINDOWS\system32\diskpart.exe" /s "X:\WINDOWS\TEMP\osddiskpart.txt"]LOG]!><time="15:34:09.648+-120" date="09-27-2013" component="OSDDiskPart" context="" type="1" thread="936" file="commandline.cpp:805">
      <![LOG[Process completed with exit code 0]LOG]!><time="15:34:13.906+-120" date="09-27-2013" component="OSDDiskPart" context="" type="1" thread="936" file="commandline.cpp:1102">
      <![LOG[Formatting partitions]LOG]!><time="15:34:13.922+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="main.cpp:865">
      <![LOG[Formatting drive C: with NTFS filesystem, method quick]LOG]!><time="15:34:13.922+-120" date="09-27-2013" component="OSDDiskPart" context="" type="1" thread="936" file="main.cpp:925">
      <![LOG[Creating instance of service loader]LOG]!><time="15:34:13.938+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:963">
      <![LOG[Loading service]LOG]!><time="15:34:13.938+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:968">
      <![LOG[Waiting for service to initialize]LOG]!><time="15:34:13.938+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:975">
      <![LOG[Querying for software providers]LOG]!><time="15:34:13.938+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:979">
      <![LOG[Found a VDS software provider]LOG]!><time="15:34:13.938+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:989">
      <![LOG[Querying for IVdsSwProvider]LOG]!><time="15:34:13.938+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:993">
      <![LOG[Querying for packs]LOG]!><time="15:34:13.938+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:998">
      <![LOG[Found a VDS pack]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1007">
      <![LOG[Querying for IVdsPack]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1011">
      <![LOG[Querying for volumes]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1016">
      <![LOG[Found a VDS software provider]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:989">
      <![LOG[Querying for IVdsSwProvider]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:993">
      <![LOG[Querying for packs]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:998">
      <![LOG[Found a VDS pack]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1007">
      <![LOG[Querying for IVdsPack]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1011">
      <![LOG[Querying for volumes]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1016">
      <![LOG[Found a VDS volume]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1025">
      <![LOG[Querying for IVdsVolumeMF]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1029">
      <![LOG[Querying for access paths]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1035">
      <![LOG[Found a VDS pack]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1007">
      <![LOG[Querying for IVdsPack]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1011">
      <![LOG[Querying for volumes]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1016">
      <![LOG[Found a VDS volume]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1025">
      <![LOG[Querying for IVdsVolumeMF]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1029">
      <![LOG[Querying for access paths]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1035">
      <![LOG[Found a volume with access path 'C:\']LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1046">
      <![LOG[Querying for IVdsVolume]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1050">
      <![LOG[Querying for IVdsVolumeMF]LOG]!><time="15:34:13.953+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1125">
      <![LOG[Skipping partition, filesystem not specified]LOG]!><time="15:34:18.025+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="main.cpp:904">
      <![LOG[Formatting drive D: with NTFS filesystem, method quick]LOG]!><time="15:34:18.056+-120" date="09-27-2013" component="OSDDiskPart" context="" type="1" thread="936" file="main.cpp:925">
      <![LOG[Creating instance of service loader]LOG]!><time="15:34:18.072+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:963">
      <![LOG[Loading service]LOG]!><time="15:34:18.072+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:968">
      <![LOG[Waiting for service to initialize]LOG]!><time="15:34:18.072+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:975">
      <![LOG[Querying for software providers]LOG]!><time="15:34:18.072+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:979">
      <![LOG[Found a VDS software provider]LOG]!><time="15:34:18.072+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:989">
      <![LOG[Querying for IVdsSwProvider]LOG]!><time="15:34:18.072+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:993">
      <![LOG[Querying for packs]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:998">
      <![LOG[Found a VDS pack]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1007">
      <![LOG[Querying for IVdsPack]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1011">
      <![LOG[Querying for volumes]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1016">
      <![LOG[Found a VDS software provider]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:989">
      <![LOG[Querying for IVdsSwProvider]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:993">
      <![LOG[Querying for packs]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:998">
      <![LOG[Found a VDS pack]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1007">
      <![LOG[Querying for IVdsPack]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1011">
      <![LOG[Querying for volumes]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1016">
      <![LOG[Found a VDS volume]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1025">
      <![LOG[Querying for IVdsVolumeMF]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1029">
      <![LOG[Querying for access paths]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1035">
      <![LOG[Found a VDS pack]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1007">
      <![LOG[Querying for IVdsPack]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1011">
      <![LOG[Querying for volumes]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1016">
      <![LOG[Found a VDS volume]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1025">
      <![LOG[Querying for IVdsVolumeMF]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1029">
      <![LOG[Querying for access paths]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1035">
      <![LOG[Found a VDS volume]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1025">
      <![LOG[Querying for IVdsVolumeMF]LOG]!><time="15:34:18.087+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1029">
      <![LOG[Querying for access paths]LOG]!><time="15:34:18.103+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1035">
      <![LOG[Found a volume with access path 'D:\']LOG]!><time="15:34:18.103+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1046">
      <![LOG[Querying for IVdsVolume]LOG]!><time="15:34:18.103+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1050">
      <![LOG[Querying for IVdsVolumeMF]LOG]!><time="15:34:18.103+-120" date="09-27-2013" component="OSDDiskPart" context="" type="0" thread="936" file="diskvolume.cpp:1125">
      <![LOG[OSDDiskPart.exe completed successfully]LOG]!><time="15:34:22.159+-120" date="09-27-2013" component="OSDDiskPart" context="" type="1" thread="936" file="main.cpp:1495">
      <![LOG[Process completed with exit code 0]LOG]!><time="15:34:22.174+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="commandline.cpp:1102">
      <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="15:34:22.174+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:3010">
      <![LOG[Successfully complete the action (Partition Disk 0 (Physik. C:\ 100GB)) with the exit win32 code 0]LOG]!><time="15:34:22.174+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="instruction.cxx:3036">
      <![LOG[Sending status message . . .]LOG]!><time="15:34:22.174+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:292">
      <![LOG[Send a task execution status message SMS_TSExecution_ActionCompleteInfo]LOG]!><time="15:34:22.174+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:314">
      <![LOG[MP server NUEW-IFSCCM01.company.COM and port 80. SSL=false. CRL=false.]LOG]!><time="15:34:22.174+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:458">
      <![LOG[Site code: NUE]LOG]!><time="15:34:22.174+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:489">
      <![LOG[Client machine name: MININT-D2RGL2O]LOG]!><time="15:34:22.174+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:494">
      <![LOG[Client Identity: GUID:a3a6ddc6-19fb-4e21-9177-39752554cd62]LOG]!><time="15:34:22.174+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:496">
      <![LOG[Advertisement ID: NUE20382]LOG]!><time="15:34:22.190+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:505">
      <![LOG[Package ID: NUE0045C]LOG]!><time="15:34:22.190+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="utility.cxx:507">
      <![LOG[Sending StatusMessage]LOG]!><time="15:34:22.206+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:3806">
      <![LOG[Formatted header:]LOG]!><time="15:34:22.206+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1500">
      <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>a563bddd-e640-4690-8110-ed3f8eb6ade2</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-09-27T13:34:22Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="4258"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
      ]LOG]!><time="15:34:22.206+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:1501">
      <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: NUEW-IFSCCM01.company.COM:80 CCM_POST /ccm_system/request]LOG]!><time="15:34:22.206+-120" date="09-27-2013" component="TSManager" context="" type="1" thread="1924" file="libsmsmessaging.cpp:7446">
      <![LOG[The request has succeeded. 200 OK]LOG]!><time="15:34:22.221+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="libsmsmessaging.cpp:7734">
      <![LOG[Set a global environment variable _SMSTSLastActionRetCode=0]LOG]!><time="15:34:22.221+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Set a global environment variable _SMSTSLastActionSucceeded=true]LOG]!><time="15:34:22.237+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:668">
      <![LOG[Expand a string: %_SMSTSMDataPath%\Logs]LOG]!><time="15:34:22.237+-120" date="09-27-2013" component="TSManager" context="" type="0" thread="1924" file="executionenv.cxx:782"> - cnwund 10 years ago
      • Hi all,
        Please check the clock in the BIOS.
        It solved the problem for me.
        Thanks - coolmncf 8 years ago

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ