I am hosting WDS on 2008 R2, trying to apply a Windows 7 x64 image.
I have configured the AutoAdd policy to require administrator approval for unknown devices - I am not prestaging devices manually. WDS is successfully prestaging the device.
My Wds client answer file selects a language, authenticates, partitions, and allows me to pick an image to apply.
After the image is applied, I see the following errors:
WDS event log (client logging is on):
Log Name: Application Source: WDSIMGSRV Date: 10/6/2010 2:25:16 PM Event ID: 265 Task Category: (1) Level: Error Keywords: Classic User: N/A Computer: :snip: Description: An error occurred while processing a domain join information request. Client Address: 10.114.100.1 Error Information: 0x103
setupact.log:
[0x0b007f] WDS ProcessImageUnattend: WdsCliGetUnattendVariables returned hr = [0x0] [0x0b0080] WDS ProcessImageUnattend: WdsCliGetDomainJoinInformation returned hr = [0x8007000D] [0x0b0010] WDS CallBack_WdsClient_CopyPrivatesDone: Failed to process client unattend variables. Error code [0x8007000D].[gle=0x0000057]
Setup continues without the ImageUnattend.xml file, which I associated with the image in the WDS MMC. The server-side contents of the file are:
<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"><settings pass="specialize"><component name="Microsoft-Windows-Shell-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64"></component><component name="Microsoft-Windows-UnattendedJoin" 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"><Identification><UnsecureJoin>true</UnsecureJoin></Identification></component></settings></unattend>
What, if anything, am I doing wrong?