Good afternoon,
I'm attempting to use MDT 2010 to setup SCCM to deploy Windows 7, however when attempting to create a Task Sequence for MDT (this is the task sequence where it's creating packages for Windows 7, Boot Image, MDT, USMT, Settings Package, etc) in SCCM I recieve
the following error:
Started processing.
Creating boot image.
Generating boot image.
Capturing new boot image WIM file.
Copying WIM image to package source directory.
Error while importing Microsoft Deployment Toolkit Task Sequence.
Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException: The ConfigMgr Provider reported an error. ---> System.Management.ManagementException: Generic failure
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObject.Put(PutOptions options)
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put(ReportProgress progressReport)
--- End of inner exception stack trace ---
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put(ReportProgress progressReport)
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put()
I'm using SCCM SP2 R2, with MDT 2010 including Update 1 (V5.1.1642.01), I'm using SCCM with the SQL Server on a separate server.
I'm running MDT on the primary site server which is Windows 2003 R2 SP2 x86 and the DB is on a Windows 2008 R2 with SQL Server 2008.
I've also tried running MDT on a Windows 2008 R2 Site Server & Windows 7 (x86) client with the same error occuring.
I've run the MDT SCCM Integration utility successfully in all instances, so I'm unsure how to progress now.
I've confirmed that the Site Server Computer account (and the Database Server computer account & the PXE service point computer account) have access to the correct file shares. After the Task Sequence fails I'm left with a WinPE.wim file in the packages
folder and nothing else.
Here's the error from SmsAdminUI.log
[8][8/09/2010 6:06:25 PM] :System.Management.ManagementException\r\nGeneric failure \r\n at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObject.Put(PutOptions options)
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put(ReportProgress progressReport)\r\nManagementException details:
instance of SMS_ExtendedStatus
{
Description = "Failed to insert OSD binaries into the WIM file";
ErrorCode = 2152205056;
File = "e:\\nts_sms_fre\\sms\\siteserver\\sdk_provider\\smsprov\\sspbootimagepackage.cpp";
Line = 3321;
ObjectInfo = "CSspBootImagePackage::InjectOSDBinaries";
Operation = "PutInstance";
ParameterInfo = "";
ProviderName = "ExtnProv";
StatusCode = 2147749889;
};
\r\n
Many thanks in advance for any assistance.
Thanks,
CJ