I have a problem deploying a Windows 7 x64 image to a paticular machine, and I would like to get some input to what could be done about the problem.
The model which is causing me problems is a Dell Precision T3600, and it occurs during the Apply Windows Settings.
Below is a cut from a report log of the deployment process on this paticular machine
Writing configuration information to C:\Windows\panther\unattend\unattend.xml Successfully saved configuration informationto C:\Windows\panther\unattend\unattend.xml Configuring "OSDNetSettings.exe finalize" to run on first boot OSDNetSettings finished: 0x00000000 | |||||||
16-10-2012 15:38:00 | 46 | Apply Windows Settings | PostInstall | 11135 | The task sequence execution engine failed executing an action | -2145255419 | interface.cpp,1126) m_pSMIInterface->setValue( SetupPassValue[eSetupPass], pszComponentName, pszPath, pszValue ), HRESULT=80220005 (e:\nts_sms_fre\sms\framework\osdcore\xmlanswerfile.cpp,768) this->SetValue( Specialize, XML::Shell::ComponentName, XML::Shell::ComputerName::Element, pszComputerName ), HRESULT=80220005 (e:\nts_sms_fre\sms\framework\osdcore\xmlanswerfile.cpp,884) m_pImpl->SetComputerNameW(pszComputerName), HRESULT=80220005 (e:\nts_sms_fre\sms\framework\osdcore\xmlanswerfile.cpp,2184) pAnswerFile->SetComputerNameW(sValue), HRESULT=80220005 (e:\nts_sms_fre\sms\client\osdeployment\osdwinsettings\osdwinsettings.cpp,376) ConfigureWinSettings(), HRESULT=80220005 (e:\nts_sms_fre\sms\client\osdeployment\osdwinsettings\osdwinsettings.cpp,637) Exiting with return code 0x80220005 Failed to open the Task Sequencing Environment. Code 0x80220005. Please ensure you are running this executable inside a properly configured OS Deployment task sequence.Unknown error (Error: 80220005; Source: Unknown) |
I have this machine pre-staged with a 10 character name so it shouldn't cause a problem. This is what i have tried so far and I was hoping that somebody had a suggestion to what the problem might be.
(Everything tried below resulted in Code 0x80220005)
- Run a clean on all disks
- Delete the computer object in Configmgr and re-create it using a new name
- Looked in Active Directory for the object, nothing found
- Looked for "ghost" objects (Tried to add the machine to a collection using mac-address and name) - I have seen by some clients that an object can be created but not added to any collection in Configmgr.
- Looked for related articles and in general on the situation where: (social.technet.microsoft.com/Forums/en-US/configmgrosd/thread/9036aaee-b888-4492-8b2b-a2c80ea3a69d) might spring to mind.
- Move the step to a later place and to an ealier place in the task sequence
- Looked for any general problems related to the specific model ”Dell Precision T3600”, so far no luck
I have put a “continue on error” in on this step to see if there is any other issues, but after deploying I am getting a:
"The security database on the server does not have a computer account for this workstation trust relationship"
(The administrator account is disabled) There is no solution to this other then re-installing and then i'm in the same situation
Has anyone got some things to try?