Build and Capture error
Hi guys,
I am trying to capture a Win7 x64 image.
When running a Build & Capture TS I receive the following error (from smsts.log):
Failed to receive response with winhttp: 80072f0c
SendResourceRequest() failed with 0x80072f0c
I have removed the product key from the image and I can deploy using another TS which utilises the same boot.wim file. So it doesn’t seem to be
from lack of network drivers like suggested here -
http://social.technet.microsoft.com/Forums/en/configmgrosd/thread/a4900d11-24f4-4579-8cc4-1154dde12c0a
This error appears during the
Setup windows and ConfigMgr step.
Any suggestions?
Thanks in advance
Locust12
May 25th, 2011 12:13am
Sounds like missing permissions on the share (or incorrect credentials in the task sequence). Can you upload the smsts.log somewhere and post the link?
/ JohanRegards / Johan Arwidmark Twitter: @jarwidmark Blog: http://www.deploymentresearch.com FB: www.facebook.com/deploymentresearch
Free Windows Admin Tool Kit Click here and download it now
May 25th, 2011 4:52am
This error translates to ERROR_INTERNET_CLIENT_AUTH_CERT_NEEDED. Any chance that you are running ConfigMgr in native mode?Torsten Meringer | http://www.mssccmfaq.de
May 25th, 2011 5:18am
Yes ConfigMgr is running in Native mode. I haven't changed any certs recently and was able to capture last week.
How can I check which cert is being used?
Free Windows Admin Tool Kit Click here and download it now
May 25th, 2011 5:23am
There are several possible reasons. I suggest you refer:
Task Sequence has failed with the error code 0x80072F0C
http://social.technet.microsoft.com/Forums/en-US/configmgrosd/thread/0025d32f-153c-4be7-a7e8-07ab4b0a5d6c
Please check if you have configured IIS for virtual folders.Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
May 27th, 2011 6:20am
Maybe have a look at Site Settings - Certificates to see if certicates are blocked or expired.
Just for sure: For capturing a Windows 7 reference computer don't fill in the product key and make it a Workgroup member.
Also make sure that network drivers are present in the boot image. Failed to receive response with winhttp; 80072f0c could be due to lack of network drivers.
Have a look at
http://social.technet.microsoft.com/Forums/en/configmgrosd/thread/a4900d11-24f4-4579-8cc4-1154dde12c0a for that.
My ConfigMgr blog: http://henkhoogendoorn.blogspot.com Follow me on Twitter: @henkhoogendoorn
Free Windows Admin Tool Kit Click here and download it now
May 31st, 2011 4:31pm
Thanks to all for the suggestions and sorry for the delayed response.
After changing CCM_System_AltAuth and SMS_MP_AltAuth Client Certificate to Require within IIS I have successfully captured an image.
The capture process previously worked with Ignore selected. Can anyone help to explain how this may have changed?
Cheers
Locust12
June 10th, 2011 1:55am