I have been trying to create a new boot image using MDT but it completes with 1 error. Below is the output that I saved in the text file at the end of the boot image creation wizard. I am not sure what the below log indicates. I would appreciate any input. The scenario is that I am trying to create the boot image on the primary site server of the sccm 2012. The Microsoft Deployment Toolkit 2012 (6.0.2223.0) is integrated with it.
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\xxx\AppData\Local\Temp\svmooqgt.fwt
Unmounting WIM.
Error while importing Microsoft Deployment Toolkit Task Sequence.
System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.
Server stack trace:
at System.ServiceModel.Channels.CommunicationObject.ThrowIfFaulted()
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Hello,
I have been trying to create a new boot image using MDT but it completes with 1 error. Below is the output that I saved in the text file at the end of the boot image creation wizard. I am not sure what the below log indicates. I would appreciate any input. The scenario is that I am trying to create the boot image on the primary site server of the sccm 2012. The Microsoft Deployment Toolkit 2012 (6.0.2223.0) is integrated with it.
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\xxx\AppData\Local\Temp\svmooqgt.fwt
Unmounting WIM.
Error while importing Microsoft Deployment Toolkit Task Sequence.
System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.
Server stack trace:
at System.ServiceModel.Channels.CommunicationObject.ThrowIfFaulted()
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at INewBootImage.Create(String platform, String scratchSpace, String[] components, String[] extraContent, String wimFile)
at NewBootImageClient.Create(String platform, String scratchSpace, String[] components, String[] extraContent, String wimFile)
at Microsoft.BDD.Wizards.SCCM_ImportTaskSequenceTask.DoWork(SmsPageData smspageData, Dictionary`2 data)
Share this post
Link to post
Share on other sites