SCCM 2012 and MDT 2012 - Integration failed
-
Wednesday, April 18, 2012 1:01 PM
Hi,
I've just installed SCCM 2012. it's running fine, I can create image, deploy, perfect.
Then I've installed MDT 2012 (which is just release), run the configuration integration as Administrator.
From CM Console, I want to create a MDT Task sequence, I fill all options that I need. The process run and fails on a : System.UnauthorizedAccessE
xception: Access to the path is denied. The complete task log is here :
Started processing.
Creating boot image.
Copying WIM file.
Mounting WIM file.
WIM file mounted.
Setting Windows PE system root.
Set Windows PE system root.
Set Windows PE scratch space.
Adding standard components.
Adding component: winpe-mdac
Adding extra content from: C:\Users\$heginfo\AppData\Local\Temp \2\xgmddly y.x4a
Unmounting WIM.
Copying WIM to the package source directory.
Creating boot image package.
Updating boot image to enable lab shell.
Boot image created.
Creating MDT files package.
Error while importing Microsoft Deployment Toolkit Task Sequence.
System.UnauthorizedAccessException: Access to the path is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.__Error.WinIOError()
at System.IO.File.Move(StringsourceFileName, String destFileName)
at Microsoft.BDD.Core.DirectoryUtility. CopyFile(D EInfo sourceFile, DEInfo destFile, String destFullName)
at Microsoft.BDD.Core.DirectoryUtility. CopyDirect ory(String theSource, String theDest)
at Microsoft.BDD.Core.DirectoryUtility. CopyDirect ory(String theSource, String theDest)
at Microsoft.BDD.Core.DirectoryUtility. BeginCopy( )
at Microsoft.BDD.Wizards.SCCM_ImportTas kSequenceT ask.DoWork (SmsPageDa ta smspageData, Dictionary`2 data) I don't know where I should be wrong nor which log to watch. In SMSProv.log, there is nothing.
All Replies
-
Wednesday, April 18, 2012 3:04 PMI get this error on my MDT 2010 Update 1 console. It occurs when I have my destination folder open with files. Basically, I either close the deployment share, exit MDT and then get back into the program and now you can access the folder. Some file is open and it wont let you write to the disk. Does this make sense?
-
Wednesday, April 18, 2012 5:49 PM
It was a good try but it fails.
I've even rebooted the server to be sure that there is no lock. -> fail
I've started CM Console as administrator -> fail.
-
Wednesday, April 18, 2012 6:27 PM
Have you verified that the computer account of your ConfigMgr server can access that directory? Check share and NTFS permissions.
Try that. Thats the only thing I know of whats left to check!
-
Thursday, April 19, 2012 10:46 AM
I'm use a share folder and the user (which is local administrators) has full rights on the share and on the files.
The problem is only with the creation of the task inside CM. I can see in folder that my boot image is created, files of MDT package are here.
-
Friday, May 04, 2012 4:19 PM
I am having the exact same problem and I have not found a solution (at least not yet).
Not a great start for SCCM 20120 and MDT 2012 integration...
Paul Barrette Director of Technology Burrillville School Department
-
Friday, May 04, 2012 4:38 PM
i've made it works finaly after reformatted the server. on this server i used to tune sccm 2007 and mdt 2010.
if it's your case, you know what you have to do...
now it integreted pertectly. next step, understand mdt 2012 uid wizard :)
-
Friday, May 04, 2012 6:40 PM
Solved the issue this afternoon. Brain freeze on my end.
I was pointing the Task Sequence to an unmounted .ISO as the OS source and SCCM could not (did not) copy the WIM file from the unmounted ISO. Once I mounted the ISO file as a disk and pointed to it as the OS source, the Task Sequence imported perfectly.
Paul Barrette Director of Technology Burrillville School Department

