cathek88 Posted February 20, 2015 Report post Posted February 20, 2015 We just upgraded to SCCM 2012 R2 and our task sequence for OS deployment is now failing to install software. The smsts.log on the client is showing a lot of this error: Failed to create instance for IMTCTokenHandler interface, hr=0x80070005 Anyone have any ideas or troubleshooting tips? Thanks. smsts.log smsts-20150219-114757.log Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted February 20, 2015 Report post Posted February 20, 2015 Multicast OpenSessionRequest failed (0x80004005) looks like multicast is setup on dp but it's failing, so can you explain who setup multicasting, and are you using it, or not ? Quote Share this post Link to post Share on other sites More sharing options...
cathek88 Posted February 20, 2015 Report post Posted February 20, 2015 We aren't multicast imaging PCs at this time (just hitting F12 on each system to enter the imaging process), but I see in the log that it is attempting to download files via multicast and failing with errors...then it appears to move on to try http to download the files and proceeds? Or I am reading that incorrectly. This task sequence (set up by someone who no longer works for us, unfortunately) was completing successfully when we were on 2012 SP1, and broke with the upgrade. It appears to install the config mgr client, and the next thing it should do according to the task sequence is to start installing applications (Office, etc.). None of that software actually gets installed. Thank you for your time. Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted February 21, 2015 Report post Posted February 21, 2015 check the properties of your packages/wim image see if multicast is selected on the distribution settings tab ? Quote Share this post Link to post Share on other sites More sharing options...
cathek88 Posted February 23, 2015 Report post Posted February 23, 2015 'Allow this package to be transferred via multicast (WinPE only)' in not checked. Should it be? We haven't changed this setting so I'm guessing our ts had those errors previously, but was working anyway. Any insight into the 'Failed to create instance for IMTCTokenHandler interface, hr=0x80070005' errors happening just after the client installation completes? Our task sequence seems to be dropping out there. Thank you. Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted February 23, 2015 Report post Posted February 23, 2015 fix your multicast issues first as they appear first in the smsts.log, one or more of your packages is enabled for multicast, most likely it's the operating system wim image, did you check that ? <![LOG[Failed to open session request (Code 0x80004005)]LOG]!><time="11:44:01.560+420" date="02-19-2015" component="OSDDriverClient" context="" type="3" thread="1780" file="mcsisapiclient.cpp:476"><![LOG[ClientRequestToMCS::DoRequest failed. error = (0x80004005).]LOG]!><time="11:44:01.560+420" date="02-19-2015" component="OSDDriverClient" context="" type="3" thread="1780" file="mcsisapiclient.cpp:518"><![LOG[Request to MCS 'CMPRI1.boiseschools.org' failed with error (Code 0x80004005). ]LOG]!> Quote Share this post Link to post Share on other sites More sharing options...
cathek88 Posted February 24, 2015 Report post Posted February 24, 2015 We did find that multicast was enabled on a few of our driver packages and turned that off. These are the logs from a client after making that change and upgrading to CU3. The multicast errors are now gone! But we still aren't completing the task sequence. Thank you for your help. smsts.log smsts-20150223-164223.log Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted February 24, 2015 Report post Posted February 24, 2015 ok what hardware are you testint this on ? <![LOG[Error. Received 0x80072ee7 from WinHttpSendRequest.]LOG]!><time="16:32:55.836+480" date="02-23-2015" component="TSManager" context="" type="1" thread="2024" file="libsmsmessaging.cpp:8887"><![LOG[unknown host (gethostbyname failed)]LOG]!><time="16:32:55.836+480" date="02-23-2015" component="TSManager" context="" type="3" thread="2024" file="libsmsmessaging.cpp:697"><![LOG[hr, HRESULT=80072ee7 (e:\nts_sccm_release\sms\framework\osdmessaging\libsmsmessaging.cpp,8936)]LOG]!><time="16:32:55.836+480" date="02-23-2015" component="TSManager" context="" type="0" thread="2024" file="libsmsmessaging.cpp:8936"><![LOG[sending with winhttp failed; 80072ee7] looks like you have no network, probably due to lack of a network driver for the computer in question, if you press f8 and test that you can ping the fqdn of the mp during osd what happens have you added any network drivers to your boot image for this hardware ? Quote Share this post Link to post Share on other sites More sharing options...
Whisky Posted February 27, 2015 Report post Posted February 27, 2015 We just upgraded to SCCM 2012 R2 and our task sequence for OS deployment is now failing to install software. The smsts.log on the client is showing a lot of this error: Failed to create instance for IMTCTokenHandler interface, hr=0x80070005 Anyone have any ideas or troubleshooting tips? Thanks. I was having the same issue. Just upgraded to R2. This resolved my problem http://blogs.technet.com/b/scm/archive/2014/01/08/sccm-2012-sp1-gt-r2-upgrade-ut-225-n-az-osd-sor-225-n-az-alkalmaz-225-sok-nem-ker-252-lnek-telep-237-t-233-sre.aspx Install applications now working for me during OSD. This is the hotfix I installed http://support.microsoft.com/kb/2910552 Quote Share this post Link to post Share on other sites More sharing options...
cathek88 Posted February 27, 2015 Report post Posted February 27, 2015 We had some luck! Our issue was with our boot wims being too old. We are now using the new ones and things are back up and running. Thanks for your help troubleshooting this! Quote Share this post Link to post Share on other sites More sharing options...