BizTalk 2010 Developer Training Kit Hyper-V Import Failure

I try to import the MS-BizTalk Server 2010 developer course VMs into Hyper-V on a Windows 2008 R2 Server with Hyper-V role activated.

I tried to import with "local admin" authorization. On import with importVM.exe I got an error. I

In Hyper-V Manager is no VM imported

>>> ISSUE IS SOLVED >>>>>>>>>>>>>>>>>>>>>>>>>>>>

importVM must be "Run as administrator"

Start -> Right Click "Command prompt" -> "Run as adminsitrator"

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> D:\Microsoft BizTalk Server 2010 Training\Setup>importVM.exe "D:\Microsoft BizTa lk Server 2010 Training\VM\common\BizTalk2010Demo.vhd" === Importing Hyper-V Virtual Machines for BizTalk 2010 Server Training === Operating System: Server 2008 R2 Standard Service Pack 1 64-bit VM Root Directory - D:\Microsoft BizTalk Server 2010 Training\VM VM Base Image Path - D:\Microsoft BizTalk Server 2010 Training\VM\common\BizTalk 2010Demo.vhd === Importing virtual machine: bt10d-01 === Preparing to import VM bt10d-01. -- Getting WMI object - Msvm_VirtualSystemManagementService Error: Error while importing VM bt10d-01. Error while importing the Hyper-V configuration settings for bt10d-01. See the Windows Event Log, or the log file (D:\Microsoft BizTalk Server 2010 Training\Se tup\ImportVM-20120824-115445.log) for further details. Error: ImportVM failed. The source was not found, but some or all event logs could not be searched. Ina ccessible logs: Security. See the Windows Event Log, or the log file (D:\Micros oft BizTalk Server 2010 Training\Setup\ImportVM-20120824-115445.log) for further details. ImportVM failed. System.Security.SecurityException: The source was not found, b ut some or all event logs could not be searched. Inaccessible logs: Security. at System.Diagnostics.EventLog.FindSourceRegistration(String source, String m achineName, Boolean readOnly, Boolean wantToCreate) at System.Diagnostics.EventLog.SourceExists(String source, String machineName , Boolean wantToCreate) at System.Diagnostics.EventLog.SourceExists(String source) at ImportVM.Logger.ReportError(String msg, Exception ex) at ImportVM.ImportVM.Main(String[] args) The Zone of the assembly that failed was: MyComputer Press any key to continue ... D:\Microsoft BizTalk Server 2010 Training\Setup> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  VM Files are stored in below folder structure: D:\Microsoft BizTalk Server 2010 Training\Setup\importVM.exe D:\Microsoft BizTalk Server 2010 Training\VM\common\BizTalk2010Demo.vhd D:\Microsoft BizTalk Server 2010 Training\VM\common\bt10t-allfiles.vhd D:\Microsoft BizTalk Server 2010 Training\VM\bt10d-01\Virtual Hard Disks\bt10d-01.vhd ... D:\Microsoft BizTalk Server 2010 Training\VM\bt10d-demos\Virtual Hard Disks\bt10d-demos.vhd Below each *\bt10d-??\ Folder is below structure: .\Snapshots // is empty.\ .\Virtual Hards Disks\bt10d-??.vhd .\Virtual Machines\<guid>.exp I also adjusted path in also adjusted path according above structure in D:\Microsoft BizTalk Server 2010 Training\VM\bt10d-01\config.xml

How can I import the VMs? Is there a way to manually import the VMs like create new VM, add existing HDD? Tried it to do it manually. Created new VM with 4096 MB RAM, added HDD bt10d-01.vhd, then bt10t-allfiles.vhd. But VM seemed to stuck while starting.

Please give advice. J_BE





  • Edited by J_BE Friday, August 24, 2012 12:23 PM ISSUE IS SOLVED
August 24th, 2012 11:32am

Are you trying to run Hyper V on HP machines ???
Free Windows Admin Tool Kit Click here and download it now
August 27th, 2012 6:23am

Yes, I am using HP Machine and I have the same issue, any advice.
November 1st, 2012 11:04am

What does the event log say?

What is in this log: D:\Microsoft BizTalk Server 2010 Training\Setup\ImportVM-20120824-115445.log?

From your comment about "VM seemed to stuck while starting" there may be an issue with the machine and HyperV, have you checked BIOS?

Free Windows Admin Tool Kit Click here and download it now
November 2nd, 2012 2:40am

Issue is solved. I was not aware that it's not sufficient , that the account which used to import, is local admin.

In addition it is important to right click "Command Prompt" and select "Run as administrator" to get sufficient priviledge.

Now import log shows successful import and VMs appear in Hyper-V manager.

But they still can not be started. On start only a black screen appears in Hyper-V manager, although it says that that the VM is running (with 12% CPU usage)

For this issue I created another Post: 

BizTalk Server 2010 Developer Training Kit - Hyper-V - black screen.

  • Marked as answer by J_BE Thursday, November 08, 2012 8:08 PM
November 8th, 2012 8:08pm

HI I have the same problem too, I am running on a windows 8 machine, I have problem importing the VM.

I got the following error, any idea how to solve it? I have already run command prompt as "Administrator"

2015-06-12T11:21:45 [PROGRESS] 
=== Importing Hyper-V Virtual Machines for BizTalk 2010 Server Training ===

2015-06-12T11:21:45 [INFO] Operating System: 81 Enterprise 64-bit

2015-06-12T11:21:45 [INFO] VM Root Directory - C:\BizTalk-VM\VM
2015-06-12T11:21:45 [INFO] VM Base Image Path - C:\BizTalk-VM\VM\common\BizTalk2010Demo.vhd
2015-06-12T11:21:45 [PROGRESS] 
=== Importing virtual machine: bt10d-01 ===

2015-06-12T11:21:45 [INFO] Preparing to import VM bt10d-01.
2015-06-12T11:21:45 [INFO] -- Getting WMI object - Msvm_VirtualSystemManagementService

2015-06-12T11:21:45 [ERROR] Exception. Error while importing VM bt10d-01.



2015-06-12T11:21:45 [DATA_BEGIN] ---------- Exception Details ----------
Error while importing VM bt10d-01.
----- Exception Details -----
System.ApplicationException: Error while importing the Hyper-V configuration settings for bt10d-01. ---> System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   --- End of inner exception stack trace ---

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   at ImportVM.ImportVM.Main(String[] args)Error while importing VM bt10d-01.
----- Inner Exception Details -----
System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
2015-06-12T11:21:45 [DATA_END] ---------------------------


2015-06-12T11:21:45 [PROGRESS] 
=== Importing virtual machine: bt10d-04 ===

2015-06-12T11:21:45 [INFO] Preparing to import VM bt10d-04.
2015-06-12T11:21:45 [INFO] -- Getting WMI object - Msvm_VirtualSystemManagementService

2015-06-12T11:21:45 [ERROR] Exception. Error while importing VM bt10d-04.



2015-06-12T11:21:45 [DATA_BEGIN] ---------- Exception Details ----------
Error while importing VM bt10d-04.
----- Exception Details -----
System.ApplicationException: Error while importing the Hyper-V configuration settings for bt10d-04. ---> System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   --- End of inner exception stack trace ---

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   at ImportVM.ImportVM.Main(String[] args)Error while importing VM bt10d-04.
----- Inner Exception Details -----
System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
2015-06-12T11:21:45 [DATA_END] ---------------------------


2015-06-12T11:21:45 [PROGRESS] 
=== Importing virtual machine: bt10d-05 ===

2015-06-12T11:21:45 [INFO] Preparing to import VM bt10d-05.
2015-06-12T11:21:45 [INFO] -- Getting WMI object - Msvm_VirtualSystemManagementService

2015-06-12T11:21:45 [ERROR] Exception. Error while importing VM bt10d-05.



2015-06-12T11:21:45 [DATA_BEGIN] ---------- Exception Details ----------
Error while importing VM bt10d-05.
----- Exception Details -----
System.ApplicationException: Error while importing the Hyper-V configuration settings for bt10d-05. ---> System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   --- End of inner exception stack trace ---

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   at ImportVM.ImportVM.Main(String[] args)Error while importing VM bt10d-05.
----- Inner Exception Details -----
System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
2015-06-12T11:21:45 [DATA_END] ---------------------------


2015-06-12T11:21:45 [PROGRESS] 
=== Importing virtual machine: bt10d-06 ===

2015-06-12T11:21:45 [INFO] Preparing to import VM bt10d-06.
2015-06-12T11:21:45 [INFO] -- Getting WMI object - Msvm_VirtualSystemManagementService

2015-06-12T11:21:45 [ERROR] Exception. Error while importing VM bt10d-06.



2015-06-12T11:21:45 [DATA_BEGIN] ---------- Exception Details ----------
Error while importing VM bt10d-06.
----- Exception Details -----
System.ApplicationException: Error while importing the Hyper-V configuration settings for bt10d-06. ---> System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   --- End of inner exception stack trace ---

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   at ImportVM.ImportVM.Main(String[] args)Error while importing VM bt10d-06.
----- Inner Exception Details -----
System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
2015-06-12T11:21:45 [DATA_END] ---------------------------


2015-06-12T11:21:45 [PROGRESS] 
=== Importing virtual machine: bt10d-07 ===

2015-06-12T11:21:45 [INFO] Preparing to import VM bt10d-07.
2015-06-12T11:21:45 [INFO] -- Getting WMI object - Msvm_VirtualSystemManagementService

2015-06-12T11:21:45 [ERROR] Exception. Error while importing VM bt10d-07.



2015-06-12T11:21:45 [DATA_BEGIN] ---------- Exception Details ----------
Error while importing VM bt10d-07.
----- Exception Details -----
System.ApplicationException: Error while importing the Hyper-V configuration settings for bt10d-07. ---> System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   --- End of inner exception stack trace ---

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   at ImportVM.ImportVM.Main(String[] args)Error while importing VM bt10d-07.
----- Inner Exception Details -----
System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
2015-06-12T11:21:45 [DATA_END] ---------------------------


2015-06-12T11:21:45 [PROGRESS] 
=== Importing virtual machine: bt10d-08 ===

2015-06-12T11:21:45 [INFO] Preparing to import VM bt10d-08.
2015-06-12T11:21:45 [INFO] -- Getting WMI object - Msvm_VirtualSystemManagementService

2015-06-12T11:21:45 [ERROR] Exception. Error while importing VM bt10d-08.



2015-06-12T11:21:45 [DATA_BEGIN] ---------- Exception Details ----------
Error while importing VM bt10d-08.
----- Exception Details -----
System.ApplicationException: Error while importing the Hyper-V configuration settings for bt10d-08. ---> System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   --- End of inner exception stack trace ---

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   at ImportVM.ImportVM.Main(String[] args)Error while importing VM bt10d-08.
----- Inner Exception Details -----
System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
2015-06-12T11:21:45 [DATA_END] ---------------------------


2015-06-12T11:21:45 [PROGRESS] 
=== Importing virtual machine: bt10d-09 ===

2015-06-12T11:21:45 [INFO] Preparing to import VM bt10d-09.
2015-06-12T11:21:45 [INFO] -- Getting WMI object - Msvm_VirtualSystemManagementService

2015-06-12T11:21:45 [ERROR] Exception. Error while importing VM bt10d-09.



2015-06-12T11:21:45 [DATA_BEGIN] ---------- Exception Details ----------
Error while importing VM bt10d-09.
----- Exception Details -----
System.ApplicationException: Error while importing the Hyper-V configuration settings for bt10d-09. ---> System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   --- End of inner exception stack trace ---

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   at ImportVM.ImportVM.Main(String[] args)Error while importing VM bt10d-09.
----- Inner Exception Details -----
System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
2015-06-12T11:21:45 [DATA_END] ---------------------------


2015-06-12T11:21:45 [PROGRESS] 
=== Importing virtual machine: bt10d-10 ===

2015-06-12T11:21:45 [INFO] Preparing to import VM bt10d-10.
2015-06-12T11:21:45 [INFO] -- Getting WMI object - Msvm_VirtualSystemManagementService

2015-06-12T11:21:45 [ERROR] Exception. Error while importing VM bt10d-10.



2015-06-12T11:21:45 [DATA_BEGIN] ---------- Exception Details ----------
Error while importing VM bt10d-10.
----- Exception Details -----
System.ApplicationException: Error while importing the Hyper-V configuration settings for bt10d-10. ---> System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   --- End of inner exception stack trace ---

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   at ImportVM.ImportVM.Main(String[] args)Error while importing VM bt10d-10.
----- Inner Exception Details -----
System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
2015-06-12T11:21:45 [DATA_END] ---------------------------


2015-06-12T11:21:45 [PROGRESS] 
=== Importing virtual machine: bt10d-11 ===

2015-06-12T11:21:45 [INFO] Preparing to import VM bt10d-11.
2015-06-12T11:21:45 [INFO] -- Getting WMI object - Msvm_VirtualSystemManagementService

2015-06-12T11:21:45 [ERROR] Exception. Error while importing VM bt10d-11.



2015-06-12T11:21:45 [DATA_BEGIN] ---------- Exception Details ----------
Error while importing VM bt10d-11.
----- Exception Details -----
System.ApplicationException: Error while importing the Hyper-V configuration settings for bt10d-11. ---> System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   --- End of inner exception stack trace ---

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   at ImportVM.ImportVM.Main(String[] args)Error while importing VM bt10d-11.
----- Inner Exception Details -----
System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
2015-06-12T11:21:45 [DATA_END] ---------------------------


2015-06-12T11:21:45 [PROGRESS] 
=== Importing virtual machine: bt10d-12 ===

2015-06-12T11:21:45 [INFO] Preparing to import VM bt10d-12.
2015-06-12T11:21:45 [INFO] -- Getting WMI object - Msvm_VirtualSystemManagementService

2015-06-12T11:21:45 [ERROR] Exception. Error while importing VM bt10d-12.



2015-06-12T11:21:45 [DATA_BEGIN] ---------- Exception Details ----------
Error while importing VM bt10d-12.
----- Exception Details -----
System.ApplicationException: Error while importing the Hyper-V configuration settings for bt10d-12. ---> System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   --- End of inner exception stack trace ---

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   at ImportVM.ImportVM.Main(String[] args)Error while importing VM bt10d-12.
----- Inner Exception Details -----
System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
2015-06-12T11:21:45 [DATA_END] ---------------------------


2015-06-12T11:21:45 [PROGRESS] 
=== Importing virtual machine: bt10d-13 ===

2015-06-12T11:21:45 [INFO] Preparing to import VM bt10d-13.
2015-06-12T11:21:45 [INFO] -- Getting WMI object - Msvm_VirtualSystemManagementService

2015-06-12T11:21:45 [ERROR] Exception. Error while importing VM bt10d-13.



2015-06-12T11:21:45 [DATA_BEGIN] ---------- Exception Details ----------
Error while importing VM bt10d-13.
----- Exception Details -----
System.ApplicationException: Error while importing the Hyper-V configuration settings for bt10d-13. ---> System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   --- End of inner exception stack trace ---

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   at ImportVM.ImportVM.Main(String[] args)Error while importing VM bt10d-13.
----- Inner Exception Details -----
System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
2015-06-12T11:21:45 [DATA_END] ---------------------------


2015-06-12T11:21:45 [PROGRESS] 
=== Importing virtual machine: bt10d-14 ===

2015-06-12T11:21:45 [INFO] Preparing to import VM bt10d-14.
2015-06-12T11:21:45 [INFO] -- Getting WMI object - Msvm_VirtualSystemManagementService

2015-06-12T11:21:45 [ERROR] Exception. Error while importing VM bt10d-14.



2015-06-12T11:21:45 [DATA_BEGIN] ---------- Exception Details ----------
Error while importing VM bt10d-14.
----- Exception Details -----
System.ApplicationException: Error while importing the Hyper-V configuration settings for bt10d-14. ---> System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   --- End of inner exception stack trace ---

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   at ImportVM.ImportVM.Main(String[] args)Error while importing VM bt10d-14.
----- Inner Exception Details -----
System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
2015-06-12T11:21:45 [DATA_END] ---------------------------


2015-06-12T11:21:45 [PROGRESS] 
=== Importing virtual machine: bt10d-15 ===

2015-06-12T11:21:45 [INFO] Preparing to import VM bt10d-15.
2015-06-12T11:21:45 [INFO] -- Getting WMI object - Msvm_VirtualSystemManagementService

2015-06-12T11:21:45 [ERROR] Exception. Error while importing VM bt10d-15.



2015-06-12T11:21:45 [DATA_BEGIN] ---------- Exception Details ----------
Error while importing VM bt10d-15.
----- Exception Details -----
System.ApplicationException: Error while importing the Hyper-V configuration settings for bt10d-15. ---> System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   --- End of inner exception stack trace ---

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   at ImportVM.ImportVM.Main(String[] args)Error while importing VM bt10d-15.
----- Inner Exception Details -----
System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
2015-06-12T11:21:45 [DATA_END] ---------------------------


2015-06-12T11:21:45 [PROGRESS] 
=== Importing virtual machine: bt10d-16 ===

2015-06-12T11:21:45 [INFO] Preparing to import VM bt10d-16.
2015-06-12T11:21:45 [INFO] -- Getting WMI object - Msvm_VirtualSystemManagementService

2015-06-12T11:21:45 [ERROR] Exception. Error while importing VM bt10d-16.



2015-06-12T11:21:45 [DATA_BEGIN] ---------- Exception Details ----------
Error while importing VM bt10d-16.
----- Exception Details -----
System.ApplicationException: Error while importing the Hyper-V configuration settings for bt10d-16. ---> System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   --- End of inner exception stack trace ---

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   at ImportVM.ImportVM.Main(String[] args)Error while importing VM bt10d-16.
----- Inner Exception Details -----
System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
2015-06-12T11:21:45 [DATA_END] ---------------------------


2015-06-12T11:21:45 [PROGRESS] 
=== Importing virtual machine: bt10d-17 ===

2015-06-12T11:21:45 [INFO] Preparing to import VM bt10d-17.
2015-06-12T11:21:45 [INFO] -- Getting WMI object - Msvm_VirtualSystemManagementService

2015-06-12T11:21:45 [ERROR] Exception. Error while importing VM bt10d-17.



2015-06-12T11:21:45 [DATA_BEGIN] ---------- Exception Details ----------
Error while importing VM bt10d-17.
----- Exception Details -----
System.ApplicationException: Error while importing the Hyper-V configuration settings for bt10d-17. ---> System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   --- End of inner exception stack trace ---

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   at ImportVM.ImportVM.Main(String[] args)Error while importing VM bt10d-17.
----- Inner Exception Details -----
System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
2015-06-12T11:21:45 [DATA_END] ---------------------------


2015-06-12T11:21:45 [PROGRESS] 
=== Importing virtual machine: bt10d-18 ===

2015-06-12T11:21:45 [INFO] Preparing to import VM bt10d-18.
2015-06-12T11:21:45 [INFO] -- Getting WMI object - Msvm_VirtualSystemManagementService

2015-06-12T11:21:45 [ERROR] Exception. Error while importing VM bt10d-18.



2015-06-12T11:21:45 [DATA_BEGIN] ---------- Exception Details ----------
Error while importing VM bt10d-18.
----- Exception Details -----
System.ApplicationException: Error while importing the Hyper-V configuration settings for bt10d-18. ---> System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   --- End of inner exception stack trace ---

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   at ImportVM.ImportVM.Main(String[] args)Error while importing VM bt10d-18.
----- Inner Exception Details -----
System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
2015-06-12T11:21:45 [DATA_END] ---------------------------


2015-06-12T11:21:45 [PROGRESS] 
=== Importing virtual machine: bt10d-19 ===

2015-06-12T11:21:45 [INFO] Preparing to import VM bt10d-19.
2015-06-12T11:21:45 [INFO] -- Getting WMI object - Msvm_VirtualSystemManagementService

2015-06-12T11:21:45 [ERROR] Exception. Error while importing VM bt10d-19.



2015-06-12T11:21:45 [DATA_BEGIN] ---------- Exception Details ----------
Error while importing VM bt10d-19.
----- Exception Details -----
System.ApplicationException: Error while importing the Hyper-V configuration settings for bt10d-19. ---> System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   --- End of inner exception stack trace ---

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   at ImportVM.ImportVM.Main(String[] args)Error while importing VM bt10d-19.
----- Inner Exception Details -----
System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
2015-06-12T11:21:45 [DATA_END] ---------------------------


2015-06-12T11:21:45 [PROGRESS] 
=== Importing virtual machine: bt10d-demos ===

2015-06-12T11:21:45 [INFO] Preparing to import VM bt10d-demos.
2015-06-12T11:21:45 [INFO] -- Getting WMI object - Msvm_VirtualSystemManagementService

2015-06-12T11:21:45 [ERROR] Exception. Error while importing VM bt10d-demos.



2015-06-12T11:21:45 [DATA_BEGIN] ---------- Exception Details ----------
Error while importing VM bt10d-demos.
----- Exception Details -----
System.ApplicationException: Error while importing the Hyper-V configuration settings for bt10d-demos. ---> System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   --- End of inner exception stack trace ---

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

   at ImportVM.ImportVM.Main(String[] args)Error while importing VM bt10d-demos.
----- Inner Exception Details -----
System.Management.ManagementException: Not found 

   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)

   at System.Management.ManagementObject.Initialize(Boolean getObject)

   at System.Management.ManagementBaseObject.get_ClassName()

   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)

   at System.Management.ManagementClass.GetInstances()

   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)

   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
2015-06-12T11:21:45 [DATA_END] ---------------------------


2015-06-12T11:21:45 [PROGRESS] 
======== Results ========

2015-06-12T11:21:45 [ERROR] Import of bt10d-01 failed
2015-06-12T11:21:45 [ERROR] Import of bt10d-04 failed
2015-06-12T11:21:45 [ERROR] Import of bt10d-05 failed
2015-06-12T11:21:45 [ERROR] Import of bt10d-06 failed
2015-06-12T11:21:45 [ERROR] Import of bt10d-07 failed
2015-06-12T11:21:45 [ERROR] Import of bt10d-08 failed
2015-06-12T11:21:45 [ERROR] Import of bt10d-09 failed
2015-06-12T11:21:45 [ERROR] Import of bt10d-10 failed
2015-06-12T11:21:45 [ERROR] Import of bt10d-11 failed
2015-06-12T11:21:45 [ERROR] Import of bt10d-12 failed
2015-06-12T11:21:45 [ERROR] Import of bt10d-13 failed
2015-06-12T11:21:45 [ERROR] Import of bt10d-14 failed
2015-06-12T11:21:45 [ERROR] Import of bt10d-15 failed
2015-06-12T11:21:45 [ERROR] Import of bt10d-16 failed
2015-06-12T11:21:45 [ERROR] Import of bt10d-17 failed
2015-06-12T11:21:45 [ERROR] Import of bt10d-18 failed
2015-06-12T11:21:45 [ERROR] Import of bt10d-19 failed
2015-06-12T11:21:45 [ERROR] Import of bt10d-demos failed
2015-06-12T11:21:45 [PROGRESS] 
======== Complete ========

Free Windows Admin Tool Kit Click here and download it now
June 11th, 2015 7:31pm

My windows even log shows this error log.

Error while importing VM bt10d-demos.
----- Exception Details -----
System.ApplicationException: Error while importing the Hyper-V configuration settings for bt10d-demos. ---> System.Management.ManagementException: Not found 
   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
   at System.Management.ManagementObject.Initialize(Boolean getObject)
   at System.Management.ManagementBaseObject.get_ClassName()
   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)
   at System.Management.ManagementClass.GetInstances()
   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)
   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
   --- End of inner exception stack trace ---
   at ImportVM.VirtualMachine.ImportVirtualSystemEx()
   at ImportVM.ImportVM.Main(String[] args)Error while importing VM bt10d-demos.
----- Inner Exception Details -----
System.Management.ManagementException: Not found 
   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
   at System.Management.ManagementObject.Initialize(Boolean getObject)
   at System.Management.ManagementBaseObject.get_ClassName()
   at System.Management.ManagementClass.GetInstances(EnumerationOptions options)
   at System.Management.ManagementClass.GetInstances()
   at HyperVSamples.Utility.GetServiceObject(ManagementScope scope, String serviceName)
   at ImportVM.VirtualMachine.ImportVirtualSystemEx()

June 11th, 2015 7:39pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics