Jump to content


Asher

Established Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

997 profile views

Asher's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, We are having following issue with our server: The source directory \\nas-server\share\folder doesn't exist or the SMS service cannot access it, Win32 last error = 1808 SCCM 2007 SP2 R3 Primary Site Issue: We have an issue where we are unable to distribute a package to the distribution points due to SCCM being unable to access the package source files located on a NAS mount or share. -The NAS and Site Server exists in the same domain -The Site System Account (Computer Account$) has been added to the share and ntfs permissions. -The Network Access Account has been added to the share and ntfs permissions. When we create a package and set the source files to \\NAS-Server\Share\PackageSourceFiles and attempt to distribute the files to the distribution point, we receive the following messages from the distmgr.log Start adding package PRD0039E... SMS_DISTRIBUTION_MANAGER 4/12/2012 6:14:34 PM 8324 (0x2084) The Package Action is 2 and the Update Mask is 0. SMS_DISTRIBUTION_MANAGER 4/12/2012 6:14:34 PM 8324 (0x2084) CreatePackageSignature() called for Package PRD0039E with version 1 with source as \\nas-server\share\folder. KeepUnpackedSignature = 1 SMS_DISTRIBUTION_MANAGER 4/12/2012 6:14:34 PM 8324 (0x2084) \\nas-server\share\folder could not be located SMS_DISTRIBUTION_MANAGER 4/12/2012 6:14:34 PM 8324 (0x2084) RDC:Failed to create RDC signatures for source \\nas-server\share\folder for package PRD0039E version 1. Error = 2 SMS_DISTRIBUTION_MANAGER 4/12/2012 6:14:34 PM 8324 (0x2084) Failed to generate hash of package PRD0039E SMS_DISTRIBUTION_MANAGER 4/12/2012 6:14:34 PM 8324 (0x2084) Package PRD0039E uses the source directory directly. SMS_DISTRIBUTION_MANAGER 4/12/2012 6:14:34 PM 8324 (0x2084) The source directory \\nas-server\share\folder doesn't exist or the SMS service cannot access it, Win32 last error = 1808 SMS_DISTRIBUTION_MANAGER Failed to process package PRD0039E after 0 retries, will retry 100 more times SMS_DISTRIBUTION_MANAGER 4/12/2012 6:14:34 PM 8324 (0x2084) We have shares configured on other files servers that we connect and upload packages successfully..What are we missing? Any help is greatly appreciated. Thanks AY.
  2. Sorry the path for LDAP is mentioned fine... my explaintion makes it confusion. script is runned like this: cscript.exe "%deployroot%\scripts\MoveOU.vbs" "OU=Win7,OU=Corporate,DC=xxx,DC=com" thanks for quick response. Asher
  3. Hi, Took the script: This is what is happening now. I am trying to run this on task sequence as: cscript.exe “%deployroot%\scripts\moveou.vbs” “LDAP path with mentioning the LDAP:\\xx” Command comes as this: smswd.exe /run:lcc00123 cscript.exe “%deployroot%\scripts\moveou.vbs” “OU=xxxxxx” all good however, I am getting following error: exit code 80004005, running a command line under a user account is not supported in winpe I run the above with the package for the scripts which is replicated to DP: LCC00123 refers to the package folder. Under the task sequence I run it like this: run command: cscript.exe “%deployroot%\scripts\moveou.vbs” “LDAP path with mentioning the LDAP:\\xx” Brousing to package to run it from mentioned package where the moveou.vbs exists. run as user that has move rights on within ad. ._________________________________________________ I runned it like this on top of the computer running windows xp. cscript.exe “scripts\moveou.vbs” “LDAP path with mentioning the LDAP:\\xx” it worked fine. However task sequence is giving me: exit code 80004005, running a command line under a user account is not supported in winpe any idea?
  4. Hi Guys, Under task sequence computers join domain however, they are not shifted to the correct OU. I am trying to do this: LDAP://OU=Win,OU=Corporate,OU=Workstations,DC=ngco,DC=com Any idea? thanks.
  5. Hi, I just found one way we could do that is by copy package, then you will get pointed to distination DP you choose your DP then you will choose what packages you would like to send to the new DP. and press ok. Give it time as all the package contents are getting synched with the new DP. Regards, Asher
  6. Hi, We are trying to update a new DP from our old DP where all our packages for winpe boot, image, and all the packages are existed that are deployed by the task sequence within. I know I can do this DP update on each package however, I would like to know if there are ways to do a one shot DP update for OSD and all its packages from OLD DP to New DP. Thanks.
  7. Hi Guys, Here is the Restore User State: <step type="SMS_TaskSequence_RestoreUserStateAction" name="Restore User State" description="" runIn="FullOS" successCodeList="0"> <condition> <expression type="SMS_TaskSequence_VariableConditionExpression"> <variable name="Operator">exists</variable> <variable name="Value"> </variable> <variable name="Variable">OSDStateStorePath</variable> </expression> <operator type="or"> <expression type="SMS_TaskSequence_FolderConditionExpression"> <variable name="Path">%OSDStateStorePath%\USMT</variable> </expression> <expression type="SMS_TaskSequence_FolderConditionExpression"> <variable name="Path">%OSDStateStorePath%\USMT3</variable> </expression> </operator> </condition> <action>osdmigrateuserstate.exe /apply /continueOnError:%OSDMigrateContinueOnRestore%</action> <defaultVarList> <variable name="OSDMigrateContinueOnRestore" property="ContinueOnRestore">true</variable> <variable name="OSDMigrateEnableVerboseLogging" property="EnableVerboseLogging">false</variable> <variable name="OSDMigrateLocalAccounts" property="LocalAccounts">false</variable> <variable name="OSDMigrateMode" property="Mode">Simple</variable> <variable name="_OSDMigrateUsmtRestorePackageID" property="UsmtRestorePackageID">LCL002A3</variable> </defaultVarList> </step> <step type="SMS_TaskSequence_RunCommandLineAction" name="Copy SMS Logs" description="" continueOnError="true" runIn="WinPEandFullOS" successCodeList="0 3010"> <condition> <expression type="SMS_TaskSequence_VariableConditionExpression"> <variable name="Operator">exists</variable> <variable name="Value"> </variable> <variable name="Variable">OSDStateStorePath</variable> </expression> </condition> <action>smsswd.exe /run: cmd /c xcopy /E /C /I /Y %_SMSTSLogPath%\*.* %OSDStateStorePath%\SCCMLogs</action> <defaultVarList> <variable name="CommandLine" property="CommandLine" hidden="true">cmd /c xcopy /E /C /I /Y %_SMSTSLogPath%\*.* %OSDStateStorePath%\SCCMLogs</variable> <variable name="SMSTSDisableWow64Redirection" property="DisableWow64Redirection">false</variable> <variable name="_SMSTSRunCommandLineAsUser" property="RunAsUser">false</variable> <variable name="SuccessCodes" property="SuccessCodes" hidden="true">0 3010</variable> </defaultVarList> </step> <step type="SMS_TaskSequence_RunCommandLineAction" name="Move State Store" description="" runIn="WinPEandFullOS" successCodeList="0 3010"> <action>smsswd.exe /run: cscript.exe "%deployroot%\scripts\ztimovestatestore.wsf"</action> <defaultVarList> <variable name="CommandLine" property="CommandLine" hidden="true">cscript.exe "%deployroot%\scripts\ztimovestatestore.wsf"</variable> <variable name="SMSTSDisableWow64Redirection" property="DisableWow64Redirection">false</variable> <variable name="SuccessCodes" property="SuccessCodes" hidden="true">0 3010</variable> </defaultVarList> </step> <step type="SMS_TaskSequence_RunCommandLineAction" name="Apply GPO Pack" description="" runIn="FullOS" successCodeList="0"> <condition> <expression type="SMS_TaskSequence_VariableConditionExpression"> <variable name="Operator">notEquals</variable> <variable name="Value">NO</variable> <variable name="Variable">APPLYGPOPACK</variable> </expression> </condition> <action>smsswd.exe /run: cscript.exe "%deployroot%\scripts\ztiapplygpopack.wsf"</action> <defaultVarList> <variable name="CommandLine" property="CommandLine" hidden="true">cscript.exe "%deployroot%\scripts\ztiapplygpopack.wsf"</variable> <variable name="SMSTSDisableWow64Redirection" property="DisableWow64Redirection">false</variable> <variable name="SuccessCodes" property="SuccessCodes" hidden="true">0</variable> </defaultVarList> </step> <step type="SMS_TaskSequence_RunCommandLineAction" name="Copy Logs" description="" runIn="WinPEandFullOS" successCodeList="0 3010"> <action>smsswd.exe /run: cscript "%deployroot%\scripts\zticopylogs.wsf"</action> <defaultVarList> <variable name="CommandLine" property="CommandLine" hidden="true">cscript "%deployroot%\scripts\zticopylogs.wsf"</variable> <variable name="SMSTSDisableWow64Redirection" property="DisableWow64Redirection">false</variable> <variable name="SuccessCodes" property="SuccessCodes" hidden="true">0 3010</variable> </defaultVarList> </step> Regards,
  8. Hi my bad, Win XP upgrade to Windows 7. the above USMT is handling winxp migration to win7. Regards,
  9. Hi Guys, My head does not work any more... I have some of the models working and some models does not work for userstate migration: Attached please find the XML for USMT. I am getting the statestore folder on the upgraded winxp computer however printers are not hooked. data is not copied to Mydocument and favourites. <group name="State Capture" description=""> <condition> <expression type="SMS_TaskSequence_VariableConditionExpression"> <variable name="Operator">equals</variable> <variable name="Value">false</variable> <variable name="Variable">_SMSTSinWinPE</variable> </expression> </condition> <step type="SMS_TaskSequence_SetVariableAction" name="Set OSDMigrateMode" description="" continueOnError="true" runIn="WinPEandFullOS" successCodeList="0"> <action>tsenv.exe "OSDMigrateMode=Advanced"</action> <defaultVarList> <variable name="VariableName" property="VariableName" hidden="true">OSDMigrateMode</variable> <variable name="VariableValue" property="VariableValue" hidden="true">Advanced</variable> </defaultVarList> </step> <step type="SMS_TaskSequence_SetVariableAction" name="Set OSDMigrateConfigFiles" description="" continueOnError="true" runIn="WinPEandFullOS" successCodeList="0"> <action>tsenv.exe "OSDMigrateConfigFiles=MigUser.xml,MigApp.xml,MigLoblaw.xml"</action> <defaultVarList> <variable name="VariableName" property="VariableName" hidden="true">OSDMigrateConfigFiles</variable> <variable name="VariableValue" property="VariableValue" hidden="true">MigUser.xml,MigApp.xml,MigLoblaw.xml</variable> </defaultVarList> </step> <step type="SMS_TaskSequence_SetVariableAction" name="Set OSDMigrateAdditionalCaptureOptions" description="" continueOnError="true" runIn="WinPEandFullOS" successCodeList="0"> <action>tsenv.exe "OSDMigrateAdditionalCaptureOptions="</action> <defaultVarList> <variable name="VariableName" property="VariableName" hidden="true">OSDMigrateAdditionalCaptureOptions</variable> <variable name="VariableValue" property="VariableValue" hidden="true"> </variable> </defaultVarList> </step> <step type="SMS_TaskSequence_RunCommandLineAction" name="USMT ZTI" description="" runIn="WinPEandFullOS" successCodeList="0 3010"> <condition> <expression type="SMS_TaskSequence_VariableConditionExpression"> <variable name="Operator">equals</variable> <variable name="Value">Yes</variable> <variable name="Variable">SkipWizard</variable> </expression> </condition> <action>smsswd.exe /run: cscript.exe "%DeployRoot%\Scripts\ZTIUserState.wsf /definition:UDIWizard_Config.xml"</action> <defaultVarList> <variable name="CommandLine" property="CommandLine" hidden="true">cscript.exe "%DeployRoot%\Scripts\ZTIUserState.wsf /definition:UDIWizard_Config.xml"</variable> <variable name="SMSTSDisableWow64Redirection" property="DisableWow64Redirection">false</variable> <variable name="_SMSTSRunCommandLineAsUser" property="RunAsUser">false</variable> <variable name="SuccessCodes" property="SuccessCodes" hidden="true">0 3010</variable> </defaultVarList> </step> <step type="SMS_TaskSequence_RunCommandLineAction" name="UDI Wizard" description="" disable="true" runIn="WinPEandFullOS" successCodeList="0 3010"> <condition> <expression type="SMS_TaskSequence_VariableConditionExpression"> <variable name="Operator">equals</variable> <variable name="Value">NO</variable> <variable name="Variable">SkipWizard</variable> </expression> </condition> <action>smsswd.exe /run: cscript.exe "%DeployRoot%\Scripts\UDIWizard.wsf"</action> <defaultVarList> <variable name="CommandLine" property="CommandLine" hidden="true">cscript.exe "%DeployRoot%\Scripts\UDIWizard.wsf"</variable> <variable name="SMSTSDisableWow64Redirection" property="DisableWow64Redirection">false</variable> <variable name="_SMSTSRunCommandLineAsUser" property="RunAsUser">false</variable> <variable name="SuccessCodes" property="SuccessCodes" hidden="true">0 3010</variable> </defaultVarList> </step> <step type="SMS_TaskSequence_RunCommandLineAction" name="Copy SMS Logs" description="" continueOnError="true" runIn="WinPEandFullOS" successCodeList="0 3010"> <condition> <operator type="and"> <expression type="SMS_TaskSequence_VariableConditionExpression"> <variable name="Operator">exists</variable> <variable name="Value"> </variable> <variable name="Variable">OSDStateStorePath</variable> </expression> <expression type="SMS_TaskSequence_VariableConditionExpression"> <variable name="Operator">equals</variable> <variable name="Value">NO</variable> <variable name="Variable">SkipWizard</variable> </expression> </operator> </condition> <action>smsswd.exe /run: cmd /c xcopy /E /C /I /Y %_SMSTSLogPath%\*.* %OSDStateStorePath%\SCCMLogs</action> <defaultVarList> <variable name="CommandLine" property="CommandLine" hidden="true">cmd /c xcopy /E /C /I /Y %_SMSTSLogPath%\*.* %OSDStateStorePath%\SCCMLogs</variable> <variable name="SMSTSDisableWow64Redirection" property="DisableWow64Redirection">false</variable> <variable name="_SMSTSRunCommandLineAsUser" property="RunAsUser">false</variable> <variable name="SuccessCodes" property="SuccessCodes" hidden="true">0 3010</variable> </defaultVarList> </step> <step type="SMS_TaskSequence_RunCommandLineAction" name="Set Status 1" description="" runIn="WinPEandFullOS" successCodeList="0 3010"> <action>smsswd.exe /run: cscript.exe "%deployroot%\scripts\ztisetbackground.wsf" /image:1</action> <defaultVarList> <variable name="CommandLine" property="CommandLine" hidden="true">cscript.exe "%deployroot%\scripts\ztisetbackground.wsf" /image:1</variable> <variable name="SMSTSDisableWow64Redirection" property="DisableWow64Redirection">false</variable> <variable name="_SMSTSRunCommandLineAsUser" property="RunAsUser">false</variable> <variable name="SuccessCodes" property="SuccessCodes" hidden="true">0 3010</variable> </defaultVarList> </step> <step type="SMS_TaskSequence_CaptureNetworkSettingsAction" name="Capture Network Settings" description="" runIn="FullOS" successCodeList="0"> <action>osdnetsettings.exe capture netmembership:%OSDMigrateNetworkMembership% adapters:%OSDMigrateAdapterSettings%</action> <defaultVarList> <variable name="OSDMigrateAdapterSettings" property="MigrateAdapterSettings">true</variable> <variable name="OSDMigrateNetworkMembership" property="MigrateNetworkMembership">true</variable> </defaultVarList> </step> <group name="Online USMT" description=""> <condition> <expression type="SMS_TaskSequence_VariableConditionExpression"> <variable name="Operator">notEquals</variable> <variable name="Value">TRUE</variable> <variable name="Variable">USMTOfflineMigration</variable> </expression> </condition> <step type="SMS_TaskSequence_RunCommandLineAction" name="Determine Local or Remote UserState" description="" runIn="WinPEandFullOS" successCodeList="0 3010"> <action>smsswd.exe /run:LCL002A3 cscript.exe "%deployroot%\scripts\ztiuserstate.wsf" /capture /estimate</action> <defaultVarList> <variable name="CommandLine" property="CommandLine" hidden="true">cscript.exe "%deployroot%\scripts\ztiuserstate.wsf" /capture /estimate</variable> <variable name="SMSTSDisableWow64Redirection" property="DisableWow64Redirection">false</variable> <variable name="PackageID" property="PackageID" hidden="true">LCL002A3</variable> <variable name="_SMSTSRunCommandLineAsUser" property="RunAsUser">false</variable> <variable name="SuccessCodes" property="SuccessCodes" hidden="true">0 3010</variable> </defaultVarList> </step> <step type="SMS_TaskSequence_RequestStateStoreAction" name="Request State Store" description="" runIn="FullOS" successCodeList="0"> <condition> <expression type="SMS_TaskSequence_VariableConditionExpression"> <variable name="Operator">notEquals</variable> <variable name="Value">True</variable> <variable name="Variable">USMTLOCAL</variable> </expression> </condition> <action>osdsmpclient.exe /capture</action> <defaultVarList> <variable name="OSDStateFallbackToNAA" property="FallbackToNAA">true</variable> <variable name="OSDStateRequestType" property="RequestType" hidden="true">capture</variable> <variable name="OSDStateSMPRetryCount" property="SMPRetryCount" hidden="true">3</variable> <variable name="OSDStateSMPRetryTime" property="SMPRetryTime" hidden="true">10</variable> </defaultVarList> </step> <step type="SMS_TaskSequence_CaptureUserStateAction" name="Capture User State" description="" runIn="FullOS" successCodeList="0"> <action>osdmigrateuserstate.exe /collect /continueOnError:%OSDMigrateContinueOnLockedFiles% /skipefs:%OSDMigrateSkipEncryptedFiles%</action> <defaultVarList> <variable name="OSDMigrateContinueOnLockedFiles" property="ContinueOnLockedFiles">true</variable> <variable name="OSDMigrateEnableVerboseLogging" property="EnableVerboseLogging">false</variable> <variable name="OSDMigrateMode" property="Mode">Simple</variable> <variable name="OSDMigrateSkipEncryptedFiles" property="SkipEncryptedFiles">false</variable> <variable name="_OSDMigrateUsmtPackageID" property="UsmtPackageID">LCL002A3</variable> </defaultVarList> </step> <step type="SMS_TaskSequence_ReleaseStateStoreAction" name="Release State Store" description="" continueOnError="true" runIn="FullOS" successCodeList="0"> <condition> <expression type="SMS_TaskSequence_VariableConditionExpression"> <variable name="Operator">notEquals</variable> <variable name="Value">True</variable> <variable name="Variable">USMTLOCAL</variable> </expression> </condition> <action>osdsmpclient.exe /release</action> <defaultVarList /> </step> </group> </group> <group name="Preinstall" description=""> <group name="New Computer Only" description=""> <condition> <expression type="SMS_TaskSequence_VariableConditionExpression"> <variable name="Operator">equals</variable> <variable name="Value">True</variable> <variable name="Variable">_SMSTSinWInPE</variable> </expression> </condition> <step type="BDD_Validate" name="Validate" description="" runIn="WinPEandFullOS" successCodeList="0"> <action>smsswd.exe /run: cscript.exe "%DeployRoot%\Scripts\ZTIValidate.wsf"</action> <defaultVarList> <variable name="ImageMemory" property="ImageMemory">768</variable> <variable name="ImageProcessorSpeed" property="ImageProcessorSpeed">800</variable> <variable name="ImageSize" property="ImageSize">0</variable> <variable name="VerifyOS" property="VerifyOS">CLIENT</variable> </defaultVarList> </step> <step type="SMS_TaskSequence_RunCommandLineAction" name="USMT ZTI" description="" runIn="WinPEandFullOS" successCodeList="0 3010"> <condition> <expression type="SMS_TaskSequence_VariableConditionExpression"> <variable name="Operator">equals</variable> <variable name="Value">Yes</variable> <variable name="Variable">SkipWizard</variable> </expression> </condition> <action>smsswd.exe /run: cscript.exe "%DeployRoot%\Scripts\ZTIUserState.wsf /definition:UDIWizard_Config.xml"</action> <defaultVarList> <variable name="CommandLine" property="CommandLine" hidden="true">cscript.exe "%DeployRoot%\Scripts\ZTIUserState.wsf /definition:UDIWizard_Config.xml"</variable> <variable name="SMSTSDisableWow64Redirection" property="DisableWow64Redirection">false</variable> <variable name="_SMSTSRunCommandLineAsUser" property="RunAsUser">false</variable> <variable name="SuccessCodes" property="SuccessCodes" hidden="true">0 3010</variable> <variable name="WorkingDirectory" property="WorkingDirectory">%TOOLROOT%</variable> </defaultVarList> </step> <step type="SMS_TaskSequence_RunCommandLineAction" name="UDI Wizard" description="" disable="true" runIn="WinPEandFullOS" successCodeList="0 3010"> <condition> <expression type="SMS_TaskSequence_VariableConditionExpression"> <variable name="Operator">equals</variable> <variable name="Value">NO</variable> <variable name="Variable">SkipWizard</variable> </expression> </condition> <action>smsswd.exe /run: cscript.exe "%DeployRoot%\Scripts\UDIWizard.wsf"</action> <defaultVarList> <variable name="CommandLine" property="CommandLine" hidden="true">cscript.exe "%DeployRoot%\Scripts\UDIWizard.wsf"</variable> <variable name="SMSTSDisableWow64Redirection" property="DisableWow64Redirection">false</variable> <variable name="_SMSTSRunCommandLineAsUser" property="RunAsUser">false</variable> <variable name="SuccessCodes" property="SuccessCodes" hidden="true">0 3010</variable> <variable name="SMSTSRunCommandLineUserName" property="UserName"> </variable> Regards,
  10. Hi, I am getting following error on one model, and it is complaining about all the errors in here and about the space while I have enough space in this computer: few are in red and some not in red collor they are below: EncryptionKey ENV var not found. This may be because Local state Store is used. OSDUSMT 4/12/2013 7:23:58 PM 2032 (0x07F0) Building Default USMT params successful OSDUSMT 4/12/2013 7:23:58 PM 2032 (0x07F0) Adding config files to user params successful OSDUSMT 4/12/2013 7:23:58 PM 2032 (0x07F0) Additional user defined options = "/hardlink /nocompress" OSDUSMT 4/12/2013 7:23:58 PM 2032 (0x07F0) Building user defined params successful OSDUSMT 4/12/2013 7:23:58 PM 2032 (0x07F0) Building USMT command successful OSDUSMT 4/12/2013 7:23:58 PM 2032 (0x07F0) Securing store .. OSDUSMT 4/12/2013 7:23:58 PM 2032 (0x07F0) Executing command line: "C:\_SMSTaskSequence\Packages\LCL002A3\amd64\loadstate.exe" "C:\StateStore" /c /l:"C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog\loadstate.log" /progress:"C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog\loadstateprogress.log" /i:"C:\_SMSTaskSequence\Packages\LCL002A3\amd64\MigUser.xml" /i:"C:\_SMSTaskSequence\Packages\LCL002A3\amd64\MigApp.xml" /i:"C:\_SMSTaskSequence\Packages\LCL002A3\amd64\MigL.xml" /hardlink /nocompress OSDUSMT 4/12/2013 7:24:03 PM 2032 (0x07F0) Process completed with exit code 14 OSDUSMT 4/12/2013 7:24:08 PM 2032 (0x07F0) USMT completed with exit code 14 OSDUSMT 4/12/2013 7:24:08 PM 2032 (0x07F0) USMT returned exit code (0x0000000e). Look USMT log file loadstate.log for detail error message. OSDUSMT 4/12/2013 7:24:08 PM 2032 (0x07F0) Invoking ReleaseSource on USMTPackagePath C:\_SMSTaskSequence\Packages\LCL002A3 OSDUSMT 4/12/2013 7:24:08 PM 2032 (0x07F0) OSDMigrateUserState finished: 0x8007000e OSDUSMT 4/12/2013 7:24:09 PM 2032 (0x07F0) Process completed with exit code 2147942414 TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) !--------------------------------------------------------------------------------------------! TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Failed to run the action: Restore User State. Not enough storage is available to complete this operation. (Error: 8007000E; Source: Windows) TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Sending status message . . . TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Send a task execution status message SMS_TSExecution_ActionFailError TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Formatted header: TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) <Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>GUID:C66CAFD2-D9AE-432C-84EA-A05F0C5D0E6A</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-04-12T23:24:09Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="4218"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg> TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Set a global environment variable _SMSTSLastActionRetCode=-2147024882 TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Clear local default environment TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Let the parent group (State Restore) decides whether to continue execution TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Let the parent group (Execute Task Sequence) decide whether to continue execution TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) The group (Execute Task Sequence) ignored action failure and continue execution on the next step following the group. TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Updated security on object C:\_SMSTaskSequence. TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Set a global environment variable _SMSTSNextInstructionPointer=251 TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Set a TS execution environment variable _SMSTSNextInstructionPointer=251 TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Set a global environment variable _SMSTSInstructionStackString= TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Set a TS execution environment variable _SMSTSInstructionStackString= TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Save the current environment block TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Start executing an instruciton. Instruction name: Cancelled Wizard Group. Instruction pointer: 251 TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Set a global environment variable _SMSTSCurrentActionName=Cancelled Wizard Group TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Set a global environment variable _SMSTSNextInstructionPointer=251 TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Evaluating an AND expression TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Evaluating a variable condition expression TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Expand a string: equals TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Expand a string: OSDSetupWizCancelled TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Expand a string: TRUE TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) The group (Cancelled Wizard Group) has been skipped because the condition is evaluated to be false TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Sending status message . . . TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Send a task execution status message SMS_TSExecution_SkipGroupConditionFalseInfo TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Formatted header: TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) <Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>GUID:C66CAFD2-D9AE-432C-84EA-A05F0C5D0E6A</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-04-12T23:24:09Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="2148"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg> TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Execution of the instruction (Cancelled Wizard Group) has been skipped TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Start executing an instruciton. Instruction name: Gather Logs and StateStore on Failure. Instruction pointer: 257 TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Set a global environment variable _SMSTSCurrentActionName=Gather Logs and StateStore on Failure TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Set a global environment variable _SMSTSNextInstructionPointer=257 TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Evaluating an AND expression TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Evaluating a variable condition expression TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Expand a string: equals TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Expand a string: _SMSTSLastActionSucceeded TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Expand a string: false TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) The condition for the group (Gather Logs and StateStore on Failure) is evaluated to be true TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) The group (Gather Logs and StateStore on Failure) has been successfully started TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Sending status message . . . TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Send a task execution status message SMS_TSExecution_GroupStartInfo TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Formatted header: TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) <Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>GUID:C66CAFD2-D9AE-432C-84EA-A05F0C5D0E6A</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-04-12T23:24:09Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="2152"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg> TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Updated security on object C:\_SMSTaskSequence. TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Set a global environment variable _SMSTSNextInstructionPointer=258 TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Set a TS execution environment variable _SMSTSNextInstructionPointer=258 TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Set a global environment variable _SMSTSInstructionStackString=257 TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Set a TS execution environment variable _SMSTSInstructionStackString=257 TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Save the current environment block TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Start executing an instruciton. Instruction name: Set Error Code. Instruction pointer: 258 TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Set a global environment variable _SMSTSCurrentActionName=Set Error Code TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Set a global environment variable _SMSTSNextInstructionPointer=258 TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Set a global environment variable _SMSTSLogPath=C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Expand a string: tsenv.exe "ErrorReturnCode=%_SMSTSLastActionRetCode%" TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Expand a string: TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Start executing the command line: tsenv.exe "ErrorReturnCode=%_SMSTSLastActionRetCode%" TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) !--------------------------------------------------------------------------------------------! TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Expand a string: WinPEandFullOS TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Executing command line: tsenv.exe "ErrorReturnCode=%_SMSTSLastActionRetCode%" TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Finished with error code 0 TSEnv 4/12/2013 7:24:09 PM 2448 (0x0990) Process completed with exit code 0 TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) !--------------------------------------------------------------------------------------------! TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Successfully complete the action (Set Error Code) with the exit win32 code 0 TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Sending status message . . . TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Send a task execution status message SMS_TSExecution_ActionCompleteInfo TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Formatted header: TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) <Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>GUID:C66CAFD2-D9AE-432C-84EA-A05F0C5D0E6A</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-04-12T23:24:09Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="2244"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg> TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Set a global environment variable _SMSTSLastActionRetCode=0 TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Set a global environment variable _SMSTSLastActionSucceeded=true TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Clear local default environment TSManager 4/12/2013 7:24:09 PM 2164 (0x0874) Updated security on object C:\_SMSTaskSequence. TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Set a global environment variable _SMSTSNextInstructionPointer=259 TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Set a TS execution environment variable _SMSTSNextInstructionPointer=259 TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Set a global environment variable _SMSTSInstructionStackString=257 TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Set a TS execution environment variable _SMSTSInstructionStackString=257 TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Save the current environment block TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Start executing an instruciton. Instruction name: Use Toolkit Package. Instruction pointer: 259 TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Set a global environment variable _SMSTSCurrentActionName=Use Toolkit Package TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Set a global environment variable _SMSTSNextInstructionPointer=259 TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Set a global environment variable _SMSTSLogPath=C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Evaluating an AND expression TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Evaluating a NOT expression TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Evaluating a folder condition expression TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Expand a string: %ScriptRoot% TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Expand a string: TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Expand a string: TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) The action (Use Toolkit Package) has been skipped because the condition is evaluated to be false TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Sending status message . . . TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Send a task execution status message SMS_TSExecution_SkipActionConditionFalseInfo TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Formatted header: TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) <Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>GUID:C66CAFD2-D9AE-432C-84EA-A05F0C5D0E6A</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-04-12T23:24:10Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="2218"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg> TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Clear local default environment TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Execution of the instruction (Use Toolkit Package) has been skipped TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Start executing an instruciton. Instruction name: Gather. Instruction pointer: 260 TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Set a global environment variable _SMSTSCurrentActionName=Gather TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Set a global environment variable _SMSTSNextInstructionPointer=260 TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Set a local default variable GatherLocalOnly TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Set a local default variable RulesFile TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Set a global environment variable _SMSTSLogPath=C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Expand a string: smsswd.exe /run:LCL00398 cscript.exe "%DeployRoot%\Scripts\ZTIGather.wsf" TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Expand a string: TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Start executing the command line: smsswd.exe /run:LCL00398 cscript.exe "%DeployRoot%\Scripts\ZTIGather.wsf" TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) !--------------------------------------------------------------------------------------------! TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Expand a string: WinPEandFullOS TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) Executing command line: smsswd.exe /run:LCL00398 cscript.exe "%DeployRoot%\Scripts\ZTIGather.wsf" TSManager 4/12/2013 7:24:10 PM 2164 (0x0874) =======================[ smsswd.exe ] ======================= InstallSoftware 4/12/2013 7:24:10 PM 584 (0x0248) PackageID = 'LCL00398' InstallSoftware 4/12/2013 7:24:10 PM 584 (0x0248) BaseVar = '', ContinueOnError='' InstallSoftware 4/12/2013 7:24:10 PM 584 (0x0248) SwdAction = '0001' InstallSoftware 4/12/2013 7:24:10 PM 584 (0x0248) WinHttp credentials set InstallSoftware 4/12/2013 7:24:10 PM 584 (0x0248) List of files to be downloaded InstallSoftware 4/12/2013 7:24:10 PM 584 (0x0248) Downloaded file from http://YYYYYYYYYYY.xxxx.com:80/SMS_DP_SMSPKGS%24/LCL00398/CustomSettings.ini to C:\_SMSTaskSequence\Packages\LCL00398\CustomSettings.ini InstallSoftware 4/12/2013 7:24:10 PM 584 (0x0248) Downloaded file from http://YYYYYYYYYYY.xxxx.com:80/SMS_DP_SMSPKGS%24/LCL00398/Unattend.xml to C:\_SMSTaskSequence\Packages\LCL00398\Unattend.xml InstallSoftware 4/12/2013 7:24:10 PM 584 (0x0248) Resolved source to 'C:\_SMSTaskSequence\Packages\LCL00398' InstallSoftware 4/12/2013 7:24:10 PM 584 (0x0248) Working dir 'C:\_SMSTaskSequence\Packages\LCL00398' InstallSoftware 4/12/2013 7:24:10 PM 584 (0x0248) Executing command line: Run command line InstallSoftware 4/12/2013 7:24:10 PM 584 (0x0248) Microsoft ® Windows Script Host Version 5.8 InstallSoftware 4/12/2013 7:24:11 PM 584 (0x0248) Copyright © Microsoft Corporation. All rights reserved. InstallSoftware 4/12/2013 7:24:11 PM 584 (0x0248) InstallSoftware 4/12/2013 7:24:11 PM 584 (0x0248) Microsoft Deployment Toolkit version: 6.1.2369.0 InstallSoftware 4/12/2013 7:24:11 PM 584 (0x0248) The task sequencer log is located at C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog\SMSTS.LOG. For task sequence failures, please consult this log. InstallSoftware 4/12/2013 7:24:11 PM 584 (0x0248) ------------------------- Object Initialization ------------------------- InstallSoftware 4/12/2013 7:24:11 PM 584 (0x0248) ------------------------- Initialization ------------------------- InstallSoftware 4/12/2013 7:24:11 PM 584 (0x0248) Synchronizing the environments. InstallSoftware 4/12/2013 7:24:11 PM 584 (0x0248) Finished synchronizing the environments. InstallSoftware 4/12/2013 7:24:11 PM 584 (0x0248) Getting OS info InstallSoftware 4/12/2013 7:24:11 PM 584 (0x0248) Property OSCurrentVersion is now = 6.1.7601 InstallSoftware 4/12/2013 7:24:11 PM 584 (0x0248) Property OSCurrentBuild is now = 7601 InstallSoftware 4/12/2013 7:24:11 PM 584 (0x0248) Property OSVersion is now = Win7Client InstallSoftware 4/12/2013 7:24:11 PM 584 (0x0248) Property IsServerOS is now = False InstallSoftware 4/12/2013 7:24:11 PM 584 (0x0248) Property IsServerCoreOS is now = False InstallSoftware 4/12/2013 7:24:11 PM 584 (0x0248) Finished getting OS info InstallSoftware 4/12/2013 7:24:11 PM 584 (0x0248) Getting HAL information InstallSoftware 4/12/2013 7:24:11 PM 584 (0x0248) Property HALName is now = acpiapic InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) Finished getting HAL information InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) Getting network info InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) Checking network adapter: [00000007] Intel® 82567LM Gigabit Network Connection InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) MAC address = 00:24:E8:EC:E5:01 InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) IP Address = 10.60.238.128 InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) IP Address = fe80::7de7:51c0:5878:28bf InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) Default Gateway = 10.60.238.99 InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) Property IPAddress001 is now = 10.60.238.128 InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) Property IPAddress002 is now = fe80::7de7:51c0:5878:28bf InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) Property MacAddress001 is now = 00:24:E8:EC:E5:01 InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) Property DefaultGateway001 is now = 10.60.238.99 InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) Finished getting network info InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) Getting DP info InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) ConfigMgr distribution point = VWBRFNPPR4.XXXX.COM InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) Property SMSDP is now = VWBRFNPPR4.XXXX.COM InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) Finished getting DP info InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) Getting WDS server info InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) Unable to determine WDS server name, probably not booted from WDS. InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) Finished getting WDS server info InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) Property HostName is now = 6W296L1 InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) Getting asset info InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) Unable to determine asset tag via WMI. InstallSoftware 4/12/2013 7:24:15 PM 584 (0x0248) Property AssetTag is now = InstallSoftware 4/12/2013 7:24:16 PM 584 (0x0248) Property SerialNumber is now = 6W296L1 InstallSoftware 4/12/2013 7:24:16 PM 584 (0x0248) Property Make is now = Dell Inc. InstallSoftware 4/12/2013 7:24:16 PM 584 (0x0248) Property Model is now = Latitude E6400 InstallSoftware 4/12/2013 7:24:16 PM 584 (0x0248) Property Product is now = 0U692R InstallSoftware 4/12/2013 7:24:16 PM 584 (0x0248) Property UUID is now = 4C4C4544-0057-3210-8039-B6C04F364C31 InstallSoftware 4/12/2013 7:24:16 PM 584 (0x0248) Property Memory is now = 1999 InstallSoftware 4/12/2013 7:24:16 PM 584 (0x0248) Property Architecture is now = X64 InstallSoftware 4/12/2013 7:24:16 PM 584 (0x0248) Property ProcessorSpeed is now = 2401 InstallSoftware 4/12/2013 7:24:16 PM 584 (0x0248) Property CapableArchitecture is now = AMD64 X64 X86 InstallSoftware 4/12/2013 7:24:16 PM 584 (0x0248) Property IsLaptop is now = True InstallSoftware 4/12/2013 7:24:16 PM 584 (0x0248) Property IsDesktop is now = False InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Property IsServer is now = False InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Property IsUEFI is now = False InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Property IsOnBattery is now = False InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Property SupportsX86 is now = True InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Property SupportsX64 is now = True InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Property SupportsSLAT = False InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Finished getting asset info InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Getting OS SKU info InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Property OSSKU is now = ENTERPRISE InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Finished getting OS info InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Determining the Disk and Partition Number from the Logical Drive C:\WINDOWS InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Getting virtualization info InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Property IsHypervisorRunning is now = False InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Property SupportsVT is now = True InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Property SupportsNX is now = True InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Property Supports64Bit is now = True InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Property SupportsHyperVRole is now = True InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) This computer does not appear to be a virtual machine (BIOS is 'DELL - 27d90911'). InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Property IsVM is now = False InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Finished getting virtualization info InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Connection succeeded to MicrosoftVolumeEncryption InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) There are no encrypted drives InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Property IsBDE is now = False InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Processing the phase. InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Determining the INI file to use. InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Using COMMAND LINE ARG: Ini file = CustomSettings.ini InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Finished determining the INI file to use. InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Added new custom property MYCUSTOMPROPERTY InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Added new custom property BUILDCOMPUTERNAME InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Added new custom property LOCATIONID InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) Using from [settings]: Rule Priority = MMSETTINGS, MMPACKAGES, MMAPPS, MMADMINS, MMROLES, LSETTINGS, LPACKAGES, LAPPS, LADMINS, LROLES, RSETTINGS, RPACKAGES, RAPPS, RADMINS, LOCATIONS, BUILDCOMPUTERNAME, DEFAULT InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) ------ Processing the [MMSETTINGS] section ------ InstallSoftware 4/12/2013 7:24:17 PM 584 (0x0248) ------ Processing the [MMPACKAGES] section ------ InstallSoftware 4/12/2013 7:24:18 PM 584 (0x0248) ------ Processing the [MMAPPS] section ------ InstallSoftware 4/12/2013 7:24:18 PM 584 (0x0248) ------ Processing the [MMADMINS] section ------ InstallSoftware 4/12/2013 7:24:18 PM 584 (0x0248) ------ Processing the [MMROLES] section ------ InstallSoftware 4/12/2013 7:24:18 PM 584 (0x0248) ------ Processing the [LSETTINGS] section ------ InstallSoftware 4/12/2013 7:24:18 PM 584 (0x0248) ------ Processing the [LPACKAGES] section ------ InstallSoftware 4/12/2013 7:24:19 PM 584 (0x0248) ------ Processing the [LAPPS] section ------ InstallSoftware 4/12/2013 7:24:19 PM 584 (0x0248) ------ Processing the [LADMINS] section ------ InstallSoftware 4/12/2013 7:24:19 PM 584 (0x0248) ------ Processing the [LROLES] section ------ InstallSoftware 4/12/2013 7:24:19 PM 584 (0x0248) ------ Processing the [RSETTINGS] section ------ InstallSoftware 4/12/2013 7:24:20 PM 584 (0x0248) ------ Processing the [RPACKAGES] section ------ InstallSoftware 4/12/2013 7:24:20 PM 584 (0x0248) ------ Processing the [RAPPS] section ------ InstallSoftware 4/12/2013 7:24:20 PM 584 (0x0248) ------ Processing the [RADMINS] section ------ InstallSoftware 4/12/2013 7:24:20 PM 584 (0x0248) ------ Processing the [LOCATIONS] section ------ InstallSoftware 4/12/2013 7:24:21 PM 584 (0x0248) ------ Processing the [bUILDCOMPUTERNAME] section ------ InstallSoftware 4/12/2013 7:24:21 PM 584 (0x0248) ------ Processing the [DEFAULT] section ------ InstallSoftware 4/12/2013 7:24:21 PM 584 (0x0248) ------ Done processing CustomSettings.ini ------ InstallSoftware 4/12/2013 7:24:21 PM 584 (0x0248) Remapping variables. InstallSoftware 4/12/2013 7:24:21 PM 584 (0x0248) Process completed with exit code 0 InstallSoftware 4/12/2013 7:24:21 PM 584 (0x0248) Property TaskSequenceID is now = InstallSoftware 4/12/2013 7:24:21 PM 584 (0x0248) Property DeploymentType is now = REFRESH InstallSoftware 4/12/2013 7:24:21 PM 584 (0x0248) Finished remapping variables. InstallSoftware 4/12/2013 7:24:21 PM 584 (0x0248) ZTIGather processing completed successfully. InstallSoftware 4/12/2013 7:24:21 PM 584 (0x0248) Command line returned 0 InstallSoftware 4/12/2013 7:24:21 PM 584 (0x0248) Process completed with exit code 0 TSManager 4/12/2013 7:24:21 PM 2164 (0x0874) !--------------------------------------------------------------------------------------------! TSManager 4/12/2013 7:24:21 PM 2164 (0x0874) Successfully complete the action (Gather) with the exit win32 code 0 TSManager 4/12/2013 7:24:21 PM 2164 (0x0874) Sending status message . . . TSManager 4/12/2013 7:24:21 PM 2164 (0x0874) Send a task execution status message SMS_TSExecution_ActionCompleteInfo TSManager 4/12/2013 7:24:21 PM 2164 (0x0874) Formatted header: TSManager 4/12/2013 7:24:21 PM 2164 (0x0874) <Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>GUID:C66CAFD2-D9AE-432C-84EA-A05F0C5D0E6A</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-04-12T23:24:21Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="4212"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg> TSManager 4/12/2013 7:24:21 PM 2164 (0x0874) Set a global environment variable _SMSTSLastActionRetCode=0 TSManager 4/12/2013 7:24:21 PM 2164 (0x0874) Set a global environment variable _SMSTSLastActionSucceeded=true TSManager 4/12/2013 7:24:21 PM 2164 (0x0874) Clear local default environment TSManager 4/12/2013 7:24:21 PM 2164 (0x0874) Updated security on object C:\_SMSTaskSequence. TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a global environment variable _SMSTSNextInstructionPointer=261 TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a TS execution environment variable _SMSTSNextInstructionPointer=261 TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a global environment variable _SMSTSInstructionStackString=257 TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a TS execution environment variable _SMSTSInstructionStackString=257 TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Save the current environment block TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Start executing an instruciton. Instruction name: Move State Store. Instruction pointer: 261 TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a global environment variable _SMSTSCurrentActionName=Move State Store TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a global environment variable _SMSTSNextInstructionPointer=261 TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a local default variable SMSTSDisableWow64Redirection TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a local default variable _SMSTSRunCommandLineAsUser TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a global environment variable _SMSTSLogPath=C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Expand a string: smsswd.exe /run: cscript.exe "%deployroot%\scripts\ztimovestatestore.wsf" TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Expand a string: TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Start executing the command line: smsswd.exe /run: cscript.exe "%deployroot%\scripts\ztimovestatestore.wsf" TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) !--------------------------------------------------------------------------------------------! TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Expand a string: WinPEandFullOS TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Executing command line: smsswd.exe /run: cscript.exe "%deployroot%\scripts\ztimovestatestore.wsf" TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) =======================[ smsswd.exe ] ======================= InstallSoftware 4/12/2013 7:24:22 PM 2508 (0x09CC) PackageID = '' InstallSoftware 4/12/2013 7:24:22 PM 2508 (0x09CC) BaseVar = '', ContinueOnError='' InstallSoftware 4/12/2013 7:24:22 PM 2508 (0x09CC) SwdAction = '0001' InstallSoftware 4/12/2013 7:24:22 PM 2508 (0x09CC) Working dir 'not set' InstallSoftware 4/12/2013 7:24:22 PM 2508 (0x09CC) Executing command line: Run command line InstallSoftware 4/12/2013 7:24:22 PM 2508 (0x09CC) Process completed with exit code 0 InstallSoftware 4/12/2013 7:24:22 PM 2508 (0x09CC) Microsoft ® Windows Script Host Version 5.8 InstallSoftware 4/12/2013 7:24:22 PM 2508 (0x09CC) Copyright © Microsoft Corporation. All rights reserved. InstallSoftware 4/12/2013 7:24:22 PM 2508 (0x09CC) InstallSoftware 4/12/2013 7:24:22 PM 2508 (0x09CC) Microsoft Deployment Toolkit version: 6.1.2369.0 InstallSoftware 4/12/2013 7:24:22 PM 2508 (0x09CC) The task sequencer log is located at C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog\SMSTS.LOG. For task sequence failures, please consult this log. InstallSoftware 4/12/2013 7:24:22 PM 2508 (0x09CC) ztimovestatestore processing completed successfully. InstallSoftware 4/12/2013 7:24:22 PM 2508 (0x09CC) Command line returned 0 InstallSoftware 4/12/2013 7:24:22 PM 2508 (0x09CC) Process completed with exit code 0 TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) !--------------------------------------------------------------------------------------------! TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Successfully complete the action (Move State Store) with the exit win32 code 0 TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Sending status message . . . TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Send a task execution status message SMS_TSExecution_ActionCompleteInfo TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Formatted header: TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) <Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>GUID:C66CAFD2-D9AE-432C-84EA-A05F0C5D0E6A</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-04-12T23:24:22Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="2192"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg> TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a global environment variable _SMSTSLastActionRetCode=0 TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a global environment variable _SMSTSLastActionSucceeded=true TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Clear local default environment TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Updated security on object C:\_SMSTaskSequence. TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a global environment variable _SMSTSNextInstructionPointer=262 TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a TS execution environment variable _SMSTSNextInstructionPointer=262 TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a global environment variable _SMSTSInstructionStackString=257 TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a TS execution environment variable _SMSTSInstructionStackString=257 TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Save the current environment block TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Start executing an instruciton. Instruction name: Copy Logs. Instruction pointer: 262 TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a global environment variable _SMSTSCurrentActionName=Copy Logs TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a global environment variable _SMSTSNextInstructionPointer=262 TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a local default variable SMSTSDisableWow64Redirection TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a local default variable _SMSTSRunCommandLineAsUser TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Set a global environment variable _SMSTSLogPath=C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Expand a string: smsswd.exe /run: cscript "%deployroot%\scripts\zticopylogs.wsf" TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Expand a string: TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Start executing the command line: smsswd.exe /run: cscript "%deployroot%\scripts\zticopylogs.wsf" TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) !--------------------------------------------------------------------------------------------! TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Expand a string: WinPEandFullOS TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) Executing command line: smsswd.exe /run: cscript "%deployroot%\scripts\zticopylogs.wsf" TSManager 4/12/2013 7:24:22 PM 2164 (0x0874) =======================[ smsswd.exe ] ======================= InstallSoftware 4/12/2013 7:24:22 PM 3064 (0x0BF8) PackageID = '' InstallSoftware 4/12/2013 7:24:22 PM 3064 (0x0BF8) BaseVar = '', ContinueOnError='' InstallSoftware 4/12/2013 7:24:22 PM 3064 (0x0BF8) SwdAction = '0001' InstallSoftware 4/12/2013 7:24:22 PM 3064 (0x0BF8) Working dir 'not set' InstallSoftware 4/12/2013 7:24:22 PM 3064 (0x0BF8) Executing command line: Run command line InstallSoftware 4/12/2013 7:24:22 PM 3064 (0x0BF8) Microsoft ® Windows Script Host Version 5.8 InstallSoftware 4/12/2013 7:24:22 PM 3064 (0x0BF8) Copyright © Microsoft Corporation. All rights reserved. InstallSoftware 4/12/2013 7:24:22 PM 3064 (0x0BF8) InstallSoftware 4/12/2013 7:24:22 PM 3064 (0x0BF8) Microsoft Deployment Toolkit version: 6.1.2369.0 InstallSoftware 4/12/2013 7:24:22 PM 3064 (0x0BF8) The task sequencer log is located at C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog\SMSTS.LOG. For task sequence failures, please consult this log. InstallSoftware 4/12/2013 7:24:22 PM 3064 (0x0BF8) Unable to copy log to the network as no SLShare value was specified. InstallSoftware 4/12/2013 7:24:22 PM 3064 (0x0BF8) About to run command: cmd.exe /c vssadmin resize shadowstorage /For=C: /On=C: /MaxSize=5% InstallSoftware 4/12/2013 7:24:23 PM 3064 (0x0BF8) Command has been started (process ID 1984) InstallSoftware 4/12/2013 7:24:23 PM 3064 (0x0BF8) Process completed with exit code 0 InstallSoftware 4/12/2013 7:24:23 PM 3064 (0x0BF8) Console > vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool InstallSoftware 4/12/2013 7:24:23 PM 3064 (0x0BF8) Console > © Copyright 2001-2005 Microsoft Corp. InstallSoftware 4/12/2013 7:24:23 PM 3064 (0x0BF8) Console > Error: A Volume Shadow Copy Service component encountered an unexpected error. InstallSoftware 4/12/2013 7:24:23 PM 3064 (0x0BF8) Console > Check the Application event log for more information. InstallSoftware 4/12/2013 7:24:23 PM 3064 (0x0BF8) Return code from command = 2 InstallSoftware 4/12/2013 7:24:23 PM 3064 (0x0BF8) Cleaning up default wallpaper registry keys InstallSoftware 4/12/2013 7:24:23 PM 3064 (0x0BF8) zticopylogs processing completed successfully. InstallSoftware 4/12/2013 7:24:23 PM 3064 (0x0BF8) Command line returned 0 InstallSoftware 4/12/2013 7:24:23 PM 3064 (0x0BF8) Process completed with exit code 0 TSManager 4/12/2013 7:24:23 PM 2164 (0x0874) !--------------------------------------------------------------------------------------------! TSManager 4/12/2013 7:24:23 PM 2164 (0x0874) Successfully complete the action (Copy Logs) with the exit win32 code 0 TSManager 4/12/2013 7:24:23 PM 2164 (0x0874) Sending status message . . . TSManager 4/12/2013 7:24:23 PM 2164 (0x0874) Send a task execution status message SMS_TSExecution_ActionCompleteInfo TSManager 4/12/2013 7:24:23 PM 2164 (0x0874) Formatted header: TSManager 4/12/2013 7:24:23 PM 2164 (0x0874) <Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>GUID:C66CAFD2-D9AE-432C-84EA-A05F0C5D0E6A</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-04-12T23:24:23Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="3586"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg> TSManager 4/12/2013 7:24:23 PM 2164 (0x0874) Set a global environment variable _SMSTSLastActionRetCode=0 TSManager 4/12/2013 7:24:23 PM 2164 (0x0874) Set a global environment variable _SMSTSLastActionSucceeded=true TSManager 4/12/2013 7:24:23 PM 2164 (0x0874) Clear local default environment TSManager 4/12/2013 7:24:23 PM 2164 (0x0874) Updated security on object C:\_SMSTaskSequence. TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Set a global environment variable _SMSTSNextInstructionPointer=263 TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Set a TS execution environment variable _SMSTSNextInstructionPointer=263 TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Set a global environment variable _SMSTSInstructionStackString=257 TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Set a TS execution environment variable _SMSTSInstructionStackString=257 TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Save the current environment block TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Start executing an instruciton. Instruction name: Error in the task sequence. Instruction pointer: 263 TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Set a global environment variable _SMSTSCurrentActionName=Error in the task sequence TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Set a global environment variable _SMSTSNextInstructionPointer=263 TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Set a local default variable SMSTSDisableWow64Redirection TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Set a local default variable _SMSTSRunCommandLineAsUser TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Set a global environment variable _SMSTSLogPath=C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Expand a string: smsswd.exe /run: cscript "%deployroot%\scripts\ztierrormsg.wsf" TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Expand a string: TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Start executing the command line: smsswd.exe /run: cscript "%deployroot%\scripts\ztierrormsg.wsf" TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) !--------------------------------------------------------------------------------------------! TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Expand a string: WinPEandFullOS TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Executing command line: smsswd.exe /run: cscript "%deployroot%\scripts\ztierrormsg.wsf" TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) =======================[ smsswd.exe ] ======================= InstallSoftware 4/12/2013 7:24:24 PM 1288 (0x0508) PackageID = '' InstallSoftware 4/12/2013 7:24:24 PM 1288 (0x0508) BaseVar = '', ContinueOnError='' InstallSoftware 4/12/2013 7:24:24 PM 1288 (0x0508) SwdAction = '0001' InstallSoftware 4/12/2013 7:24:24 PM 1288 (0x0508) Working dir 'not set' InstallSoftware 4/12/2013 7:24:24 PM 1288 (0x0508) Executing command line: Run command line InstallSoftware 4/12/2013 7:24:24 PM 1288 (0x0508) Process completed with exit code 2147942414 InstallSoftware 4/12/2013 7:24:24 PM 1288 (0x0508) Microsoft ® Windows Script Host Version 5.8 InstallSoftware 4/12/2013 7:24:24 PM 1288 (0x0508) Copyright © Microsoft Corporation. All rights reserved. InstallSoftware 4/12/2013 7:24:24 PM 1288 (0x0508) InstallSoftware 4/12/2013 7:24:24 PM 1288 (0x0508) Microsoft Deployment Toolkit version: 6.1.2369.0 InstallSoftware 4/12/2013 7:24:24 PM 1288 (0x0508) The task sequencer log is located at C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog\SMSTS.LOG. For task sequence failures, please consult this log. InstallSoftware 4/12/2013 7:24:24 PM 1288 (0x0508) ZTI deployment failed, Return Code = -2147024882 0x8007000E InstallSoftware 4/12/2013 7:24:24 PM 1288 (0x0508) Command line returned 2147942414 InstallSoftware 4/12/2013 7:24:24 PM 1288 (0x0508) Process completed with exit code 2147942414 TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) !--------------------------------------------------------------------------------------------! TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Failed to run the action: Error in the task sequence. Not enough storage is available to complete this operation. (Error: 8007000E; Source: Windows) TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Sending status message . . . TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Send a task execution status message SMS_TSExecution_ActionFailError TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Formatted header: TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) <Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>GUID:C66CAFD2-D9AE-432C-84EA-A05F0C5D0E6A</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-04-12T23:24:24Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="2242"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg> TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Set a global environment variable _SMSTSLastActionRetCode=-2147024882 TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Clear local default environment TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Let the parent group (Gather Logs and StateStore on Failure) decides whether to continue execution TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) The execution of the group (Gather Logs and StateStore on Failure) has failed and the execution has been aborted. An action failed. Operation aborted (Error: 80004004; Source: Windows) TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Failed to run the last action: Error in the task sequence. Execution of task sequence failed. Not enough storage is available to complete this operation. (Error: 8007000E; Source: Windows) TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Sending status message . . . TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Send a task execution status message SMS_TSExecution_TaskSequenceFailError TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Formatted header: TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) <Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>GUID:C66CAFD2-D9AE-432C-84EA-A05F0C5D0E6A</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-04-12T23:24:24Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="2128"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg> TSManager 4/12/2013 7:24:24 PM 2164 (0x0874) Launching command shell. OSDSetupHook 4/12/2013 7:26:06 PM 1932 (0x078C) Windows station: WinSta0 OSDSetupHook 4/12/2013 7:26:06 PM 1932 (0x078C) Desktop: Default OSDSetupHook 4/12/2013 7:26:06 PM 1932 (0x078C) executing command: C:\WINDOWS\system32\cmd.exe /k OSDSetupHook 4/12/2013 7:26:06 PM 1932 (0x078C) executed command: C:\WINDOWS\system32\cmd.exe /k OSDSetupHook 4/12/2013 7:26:06 PM 1932 (0x078C) Task Sequence Engine failed! Code: enExecutionFail TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) **************************************************************************** TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Task sequence execution failed with error code 80004005 TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Cleaning Up. Removing Authenticator TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Cleaning up task sequence folder TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Successfully unregistered Task Sequencing Environment COM Interface. TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Executing command line: "C:\WINDOWS\SysWOW64\CCM\TsProgressUI.exe" /Unregister TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) ==========[ TsProgressUI started in process 2148 ]========== TsProgressUI 4/12/2013 7:39:37 PM 2924 (0x0B6C) Unregistering COM classes TsProgressUI 4/12/2013 7:39:37 PM 2924 (0x0B6C) Shutdown complete. TsProgressUI 4/12/2013 7:39:37 PM 2924 (0x0B6C) Process completed with exit code 0 TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Successfully unregistered TS Progress UI. TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Failed to delete registry value HKLM\Software\Microsoft\SMS\Task Sequence\Package. Error code 0x80070002 TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Start to cleanup TS policy TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) End TS policy cleanup TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Start to evaluate TS policy with lock TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Updating settings in \\6w296l1\root\ccm\policy\machine\actualconfig TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Machine RequestedConfig policy instance(s) : 327 TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Deleted setting 'CCM_UpdateCIAssignment.AssignmentID="{93F8A7C8-71A7-4A97-A4B9-CB4B5382DBA6}"'. TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Deleted setting 'CCM_ClientActions.ActionID="{00000000-0000-0000-0000-000000000113}"'. TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Deleted setting 'CCM_ClientActions.ActionID="{00000000-0000-0000-0000-000000000108}"'. TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Deleted setting 'CCM_Scheduler_ScheduledMessage.ScheduledMessageID="{00000000-0000-0000-0000-000000000113}"'. TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Deleted setting 'CCM_Scheduler_ScheduledMessage.ScheduledMessageID="{93F8A7C8-71A7-4A97-A4B9-CB4B5382DBA6}"'. TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Deleted setting 'CCM_Scheduler_ScheduledMessage.ScheduledMessageID="{00000000-0000-0000-0000-000000000114}"'. TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Deleted setting 'CCM_Scheduler_ScheduledMessage.ScheduledMessageID="{00000000-0000-0000-0000-000000000108}"'. TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Deleted setting 'CCM_SoftwareDistribution.ADV_AdvertisementID="LCL204E6",PKG_PackageID="LCL0032B",PRG_ProgramID="Dell Touchpoint Software"'. TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Deleted setting 'CCM_SoftwareDistribution.ADV_AdvertisementID="LCL204E6",PKG_PackageID="LCL00328",PRG_ProgramID="Dell E6400 Wireless Driver"'. TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Deleted setting 'CCM_SoftwareDistribution.ADV_AdvertisementID="LCL204E6",PKG_PackageID="LCL002A0",PRG_ProgramID="ST-MICROELECTRONICS"'. TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Deleted setting 'CCM_UpdateSource.UniqueID="{05A375E0-EE25-4628-902E-D7A11AB18263}"'. TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Deleted setting 'CCM_NetworkAccessAccount.SiteSettingsKey=1'. TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Deleted setting 'CCM_SoftwareDistributionClientConfig.SiteSettingsKey=1'. TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Deleted setting 'CCM_SoftwareUpdatesClientConfig.SiteSettingsKey=1'. TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Deleted setting 'CCM_SystemHealthClientConfig.SiteSettingsKey=1'. TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Raising event: instance of CCM_PolicyAgent_SettingsEvaluationComplete { ClientID = "GUID:C66CAFD2-D9AE-432C-84EA-A05F0C5D0E6A"; DateTime = "20130412233937.816000+000"; PolicyNamespace = "\\\\6w296l1\\root\\ccm\\policy\\machine\\actualconfig"; ProcessID = 2160; ThreadID = 2164; }; TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Successfully submitted event to the Status Agent. TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) End TS policy evaluation TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Policy evaluation initiated TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Error Task Sequence Manager failed to execute task sequence. Code 0x80004005 TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Sending error status message TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Formatted header: TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) <Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>GUID:C66CAFD2-D9AE-432C-84EA-A05F0C5D0E6A</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2013-04-12T23:39:37Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="1162"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg> TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Resuming SMS Components TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Waiting for CcmExec service to be fully operational TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) CcmExec service is up and fully operational TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Resume for CCM component SoftwareDistribution requested TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Resume for CCM component SoftwareUpdates requested TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Attempting to release request using {5E4992D3-66EF-4D9C-96ED-69F07E12B45B} TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) ReleaseRequest failed with error code 0x80004005 TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Task Sequence Manager could not release active TS request. code 80004005 TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Failed to delete registry value HKLM\Software\Microsoft\SMS\Task Sequence\System Health Agent. Error code 0x80070002 TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Failed to delete registry value HKLM\Software\Microsoft\SMS\Task Sequence\Active Request Handle. Error code 0x80070002 TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Finalize logging request ignored from process 2160 TSManager 4/12/2013 7:39:37 PM 2164 (0x0874) Process completed with exit code 2147500037 TSMBootstrap 4/12/2013 7:39:37 PM 1944 (0x0798) Exiting with return code 0x80004005 TSMBootstrap 4/12/2013 7:39:37 PM 1944 (0x0798) Process completed with exit code 2147500037 OSDSetupHook 4/12/2013 7:39:37 PM 856 (0x0358) Task sequence completed 0x80004005 OSDSetupHook 4/12/2013 7:39:37 PM 856 (0x0358) Waiting for command shell to complete. OSDSetupHook 4/12/2013 7:39:37 PM 1932 (0x078C) This is my first time in this website any assistance will be appreciated. Regards, AY.
×
×
  • Create New...

Important Information

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