Hi,
I have MDT 2012 U1 installed on Server 2012 with ADK.
I have two issues.
1. If I try and 'Add images on a specific WDS server', I get this error.
System.Management.Automation.CmdletInvocationException: Unable to enumerate images on WDS server 192.168.0.126. This may occur if the server is not configured to run WDS or if the WDS service is not running. ---> System.ComponentModel.Win32Exception:
Unable to enumerate images on WDS server 192.168.0.126. This may occur if the server is not configured to run WDS or if the WDS service is not running.
at Microsoft.BDD.PSSnapIn.WDSInfo..ctor(String wdsServer)
at Microsoft.BDD.PSSnapIn.Verifier.AddWDSImages(String wdsServer)
at Microsoft.BDD.PSSnapIn.ImportOperatingSystem.ProcessRecord()
at System.Management.Automation.CommandProcessor.ProcessRecord()
--- End of inner exception stack trace ---
at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)
at Microsoft.BDD.Wizards.OperatingSystemProgress.WizardProcessing()
at Microsoft.BDD.Wizards.WizardProgress.InitiateWizardProcessing()
2. As I cannot scan the images into MDT I have manually added the OS source files, in this instance Windows 8 Pro. I have configured MDT share settings and when I try to update the share to generate boot files I get this error.
=== Making sure the deployment share has the latest x86 tools ====== Processing LiteTouchPE (x86) boot image ===
Building requested boot image profile.
System.Management.Automation.CmdletInvocationException: Unable to open the specified WIM file. ---> System.Exception: Unable to open the specified WIM file. ---> System.ComponentModel.Win32Exception: The system cannot find the path specified
--- End of inner exception stack trace ---
at Microsoft.BDD.Core.BDDWimFile..ctor(String wimPath, Boolean forUpdate)
at Microsoft.BDD.PSSnapIn.UpdateDeploymentPoint.UpdateBootImage(String template, String platform, String dpPath, Boolean createISO, String isoName)
at Microsoft.BDD.PSSnapIn.UpdateDeploymentPoint.ProcessRecord()
at System.Management.Automation.CommandProcessor.ProcessRecord()
--- End of inner exception stack trace ---
at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)
at Microsoft.BDD.Wizards.UpdateProgress.WizardProcessing()
at Microsoft.BDD.Wizards.WizardProgress.InitiateWizardProcessing()
I don't have WAIK installed alongside ADK.
Can anyone help please.
Thanks