Toby Posted February 22, 2012 Report post Posted February 22, 2012 Hello all, long time no post, i tend to be caught up in VDI stuff at the moment Anyway apologies if this has already been covered, ive only just started looking at 2012, and OSD specifically. I created an MDT 2012 integrated task sequence, and during the process created the ConfigManager client install package, which i then manually distributed as specified during the wizard. I'm currently getting the below error in my TS: --- The task sequence execution engine failed executing the action (Setup Windows and ConfigMgr) in the group (PostInstall) with the error code 2147942402 Action output: sClientPackagePath), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\osdgina\basesetuphook.cpp,1496) Exiting ConfigureEx: 0x80070002 BaseSetupHook::configure(sWindowsDir), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\osdgina\osdsetuphook.cpp,290) Process completed with exit code 2147942402 exitCode, HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\setupwindows\setupwindows.cpp,635) this->configureGina(this->sysDir), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\setupwindows\setupwindows.cpp,780) this->installSetupHook(), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\setupwindows\setupwindows.cpp,452) setup.run(), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\setupwindows\setupwindows.cpp,1668) Exiting with code 0x80070002 Failed to resolve package source "00100002" Failed to configure OSD setup hook (0x80070002) Configure hook failed with error code (80070002). Failed to install setup hook (80070002). The operating system reported error 2147942402: The system cannot find the file specified. --- The bold section indicates the package id for the config manger client package, which the ts is clearly looking for, however if i select references for the TS, 00100002 is not shown (see image). Even if i disable the step and create a new step referencing this package, it still doesn't appear in references. So, my question is... Should it be appearing in the TS References tab, if so, is there any way i can force it? If not, what do you think is going on? Thanks all, sorry for my nooby questions Quote Share this post Link to post Share on other sites More sharing options...
Toby Posted February 23, 2012 Report post Posted February 23, 2012 Think I may have been the victim of the issue highlighted in Anyweb's Config guide - part 7 step 5... "Currently there are two packages for Configuration Manager Client however neither are working in their current form, rather than use them let's create our own." After creating the client package as described it appears in references, and a capture works fine. will try the MDT task sequence now. That'll teach me to read the guides properly Quote Share this post Link to post Share on other sites More sharing options...
Yassein Subratty Posted April 4, 2012 Report post Posted April 4, 2012 Hi, log on your sccm 2012 server as domain admin, then create a folder and share it, in the share folder create another folder and extract you ISO. The error 0x80070002 is caused by insufficient right on your share folder where you have extracted your ISO Quote Share this post Link to post Share on other sites More sharing options...