Quantcast
Channel: Configuration Manager 2007 Operating System Deployment forum
Viewing all articles
Browse latest Browse all 1063

Failed to run the last action: Join Domain or Workgroup. Execution of task sequence failed

$
0
0
Hello,

I have a problem with deploying an XPSP2 image with SCCM. The deployment fails with the error code 000000032. In the file smsts.log (on the deployed machine) I see the following:

Failed to run the last action: Join Domain or Workgroup. Execution of task sequence failed

Some more details:

The smsts.log:

<![LOG[The execution of the group (Install Operating System) has failed and the execution has been aborted. An action failed.
Operation aborted (Error: 80004004; Source: Windows)]LOG]!><time="23:33:31.328+000" date="01-02-2009" component="TSManager" context="" type="3" thread="1596" file="instruction.cxx:2424">
<![LOG[Failed to run the last action: Join Domain or Workgroup. Execution of task sequence failed.
The request is not supported. (Error: 00000032; Source: Windows)]LOG]!><time="23:33:31.328+000" date="01-02-2009" component="TSManager" context="" type="3" thread="1596" file="engine.cxx:214">
<![LOG[Sending status message . . .]LOG]!><time="23:33:31.328+000" date="01-02-2009" component="TSManager" context="" type="1" thread="1596" file="utility.cxx:292">

And the task sequence to deploy the OS:

<?xml version="1.0" ?>   
<SmsTaskSequencePackage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">  
  <BootImageID>VS00000D</BootImageID>   
  <Category />   
  <DependentProgram />   
  <Description />   
  <Duration>360</Duration>   
  <Name>Install Windows XP (From WIM file)</Name>   
  <ProgramFlags>152084496</ProgramFlags>   
<SequenceData> 
<sequence version="3.00">  
<referenceList> 
  <reference package="VS000026" />   
  </referenceList> 
<group name="Install Operating System" description="">  
<step type="SMS_TaskSequence_RebootAction" name="Restart Computer" description="" runIn="WinPEandFullOS" successCodeList="0">  
  <action>smsboot.exe /target:WinPE</action>   
<defaultVarList> 
  <variable name="SMSRebootMessage" property="Message">A new Microsoft Windows operating system is being installed. The computer must restart to continue.</variable>   
  <variable name="SMSRebootTimeout" property="MessageTimeout">5</variable>   
  <variable name="SMSRebootTarget" property="Target" hidden="true">WinPE</variable>   
  </defaultVarList> 
  </step> 
<step type="SMS_TaskSequence_PartitionDiskAction" name="Format and Partition Disk" description="" runIn="WinPE" successCodeList="0">  
  <action>osddiskpart.exe</action>   
<defaultVarList> 
  <variable name="OSDDiskIndex" property="DiskIndex">0</variable>   
  <variable name="OSDDiskType" property="DiskType">BASIC</variable>   
  <variable name="OSDDiskpartBiosCompatibilityMode" property="DiskpartBiosCompatibilityMode">false</variable>   
  <variable name="OSDGPTBootDisk" property="GPTBootDisk">false</variable>   
  <variable name="OSDPartitionStyle" property="PartitionStyle">MBR</variable>   
  <variable name="OSDPartitions" property="Partitions" hidden="true">1</variable>   
  <variable name="OSDPartitions0Bootable" property="Partitions0Bootable">true</variable>   
  <variable name="OSDPartitions0FileSystem" property="Partitions0FileSystem">NTFS</variable>   
  <variable name="OSDPartitions0QuickFormat" property="Partitions0QuickFormat">false</variable>   
  <variable name="OSDPartitions0Size" property="Partitions0Size">100</variable>   
  <variable name="OSDPartitions0SizeUnits" property="Partitions0SizeUnits">PERCENT</variable>   
  <variable name="OSDPartitions0Type" property="Partitions0Type">PRIMARY</variable>   
  <variable name="OSDPartitions0VolumeLetterVariable" property="Partitions0VolumeLetterVariable" />   
  <variable name="OSDPartitions0VolumeName" property="Partitions0VolumeName">System</variable>   
  </defaultVarList> 
  </step> 
<step type="SMS_TaskSequence_ApplyOperatingSystemAction" name="Apply Operating System Image" description="" continueOnError="true" runIn="WinPE" successCodeList="0">  
  <action>OSDApplyOS.exe /image:VS000026,%OSDImageIndex% /target:C:</action>   
<defaultVarList> 
  <variable name="DestinationLogicalDrive" property="DestinationLogicalDrive" hidden="true">C:</variable>   
  <variable name="OSDImageIndex" property="ImageIndex">1</variable>   
  <variable name="ImagePackageID" property="ImagePackageID" hidden="true">VS000026</variable>   
  </defaultVarList> 
  </step> 
<step type="SMS_TaskSequence_ApplyWindowsSettingsAction" name="Apply Windows Settings" description="" runIn="WinPE" successCodeList="0">  
  <action>osdwinsettings.exe /config</action>   
<defaultVarList> 
  <variable name="OSDComputerName" property="ComputerName">%_SMSTSMachineName%</variable>   
  <variable name="OSDProductKey" property="ProductKey" />   
  <variable name="OSDRandomAdminPassword" property="RandomAdminPassword">true</variable>   
  <variable name="OSDRegisteredOrgName" property="RegisteredOrgName">VroomSoft</variable>   
  <variable name="OSDRegisteredUserName" property="RegisteredUserName">VroomSoft</variable>   
  <variable name="OSDServerLicenseConnectionLimit" property="ServerLicenseConnectionLimit">5</variable>   
  <variable name="OSDTimeZone" property="TimeZone">W. Europe Standard Time</variable>   
  </defaultVarList> 
  </step> 
<step type="SMS_TaskSequence_JoinDomainWorkgroupAction" name="Join Domain or Workgroup" description="" runIn="FullOS" successCodeList="0">  
  <action>osdjoin.exe /type:%OSDJoinType%</action>   
<defaultVarList> 
  <variable name="OSDJoinDomainName" property="DomainName"><deleted>.local</variable>   
  <variable name="OSDJoinDomainOUName" property="DomainOUName">LDAP://OU=NoPolicy,DC=<deleted>,DC=local</variable>   
  <variable name="OSDJoinPassword" property="DomainPassword" />   
  <variable name="OSDJoinAccount" property="DomainUsername"><domain>\<domain admin username></variable>   
  <variable name="OSDJoinSkipReboot" property="SkipReboot">false</variable>   
  <variable name="OSDJoinType" property="Type">0</variable>   
  </defaultVarList> 
  </step> 
<step type="SMS_TaskSequence_InstallUpdateAction" name="Install Software Updates" description="" runIn="FullOS" successCodeList="0">  
  <action>TSInstallSWUpdate.exe /target:%SMSInstallUpdateTarget%</action>   
<defaultVarList> 
  <variable name="SMSInstallUpdateTarget" property="Target">All</variable>   
  </defaultVarList> 
  </step> 
<step type="SMS_TaskSequence_RebootAction" name="Restart Computer" description="" runIn="WinPEandFullOS" successCodeList="0">  
  <action>smsboot.exe /target:HD</action>   
<defaultVarList> 
  <variable name="SMSRebootMessage" property="Message">A new Microsoft Windows operating system is being installed. The computer must restart to continue.</variable>   
  <variable name="SMSRebootTimeout" property="MessageTimeout">60</variable>   
  <variable name="SMSRebootTarget" property="Target" hidden="true">HD</variable>   
  </defaultVarList> 
  </step> 
  </group> 
  </sequence> 
  </SequenceData> 
  <SourceDate>2009-01-01T11:01:20</SourceDate>   
<SupportedOperatingSystems> 
<SmsOperatingSystemDetails> 
  <MaxVersion>6.00.9999.9999</MaxVersion>   
  <MinVersion>6.00.0000.0</MinVersion>   
  <Name>Win NT</Name>   
  <Platform>I386</Platform>   
  </SmsOperatingSystemDetails> 
<SmsOperatingSystemDetails> 
  <MaxVersion>5.10.9999.9999</MaxVersion>   
  <MinVersion>5.10.0000.0</MinVersion>   
  <Name>Win NT</Name>   
  <Platform>I386</Platform>   
  </SmsOperatingSystemDetails> 
  </SupportedOperatingSystems> 
  <IconSize>0</IconSize>   
  </SmsTaskSequencePackage> 

Some additional information:
  • The reference PC has been build following the guidelines: http://technet.microsoft.com/en-us/library/bb694129.aspx
  • The sysprep files for XP SP2 has been used and are put on C:\Sysprep. No additonal commands have been run.
  • The WIM file on the XPSP2 machine has been put locally and has been copied to the SCCM later.

Any help is appreciated!

With kind regrads,
Willem-Jan

Viewing all articles
Browse latest Browse all 1063

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>