Q. I'm receiving a ResourcePath error when importing a virtual machine (VM) into Hyper-V. What's wrong?

John Savill

April 29, 2010

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. Recently, I received a bunch of exported VMs but none of them would import. I received the error

Import failed. Number of parameters supplied for resource paths are not consistent. You should have a SourceResourcePath entry for every CurrentResourcePath entry in import structure.

Fortunately, the solution is easy. Open the EXP export file and search for CopyVmStorage. Change the value from FALSE to TRUE and the VM should import with no problem.

Replace:

FALSE


with:

TRUE

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like