Capture TS fails due to network issue?
Hey everyone, let me get straight to the point:
* I have a Windows 7 image capture Task Sequence. I have a pendrive as bootable media.
* Task Sequence Restarts in Windows PE, creates HDD partition, Applies Operating System, Applies Windows Settings, Applies Network Settings, Sets up windows and ConfigMgr, and then it Restarts. After that, it should go directly to the Install Drivers step,
but instead, it fails with 0x000000002 error. This is what smsts.log had to say:
The task execution engine started execution TSManager 5/6/2011 4:53:00 PM 1528 (0x05F8)
Sending status message . . . TSManager 5/6/2011 4:53:00 PM 1528 (0x05F8)
Send a task execution status message SMS_TSExecution_TaskSequenceStartInfo TSManager 5/6/2011 4:53:00 PM 1528 (0x05F8)
MP server XXXX.XXXX.XXXX and port 80. SSL=false. CRL=false. TSManager 5/6/2011 4:53:00 PM 1528 (0x05F8)
Site code: TNS TSManager 5/6/2011 4:53:00 PM 1528 (0x05F8)
Client machine name: LABXXXXXX TSManager 5/6/2011 4:53:00 PM 1528 (0x05F8)
Client Identity: GUID:CF3082AA-CCF5-4F85-A406-EA81BEAE1AXX TSManager 5/6/2011 4:53:00 PM 1528 (0x05F8)
Advertisement ID: XXXX TSManager 5/6/2011 4:53:00 PM 1528 (0x05F8)
Package ID: XXXX TSManager 5/6/2011 4:53:00 PM 1528 (0x05F8)
Sending StatusMessage TSManager 5/6/2011 4:53:00 PM 1528 (0x05F8)
Formatted header: TSManager 5/6/2011 4:53:00 PM 1528 (0x05F8)
<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>F0B35C5B-81F2-4BE5-B55F-D9FBA5AA33ED</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2011-05-06T19:53:00Z</SentTime><Protocol>http</Protocol><Body
Type="ByteRange" Offset="0" Length="2066"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>
TSManager 5/6/2011 4:53:00 PM 1528 (0x05F8)
CLibSMSMessageWinHttpTransport::Send: URL: XXXXXXX.XXXXXX.XXX CCM_POST /ccm_system/request TSManager 5/6/2011 4:53:00 PM 1528 (0x05F8)
Error. Received 0x80072ee7 from WinHttpSendRequest. TSManager 5/6/2011 4:53:00 PM 1528 (0x05F8)
unknown host (gethostbyname failed) TSManager 5/6/2011 4:53:00 PM 1528 (0x05F8)
hr, HRESULT=80072ee7 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,7714) TSManager 5/6/2011 4:53:00 PM 1528 (0x05F8)
sending with winhttp failed; 80072ee7 TSManager 5/6/2011 4:53:00 PM 1528 (0x05F8)
Will retry in 5 second(s) TSManager 5/6/2011 4:53:00 PM 1528 (0x05F8)
Retrying... TSManager 5/6/2011 4:53:05 PM 1528 (0x05F8)
I made sure that I imported all of the network drivers for all of our models, and that the import and DP update went without any errors. Is there anything else you think I should check?
Thanks,
Cristian
May 9th, 2011 7:47pm
You've got two different errors. First, in your description, error code 2 is a file not found error. This could be the result of the error in the log file. This error is clearly a name resolution issue. Have you dropped down to the command-prompt
and verified IP address info, connectivity and name resolution to the DP (note that nslookup does not test name resolution, it directly tests a name server, proper name resolution testing can be done by simply pining a host by FQDN).Jason | http://myitforum.com/cs2/blogs/jsandys | Twitter @JasonSandys
Free Windows Admin Tool Kit Click here and download it now
May 9th, 2011 9:05pm
I'm rerunning the task sequence as I speak; I'm going to doublecheck pinging the FQDN when the error pops up will come back and post results ASAP.
May 10th, 2011 10:06am