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.
April 29, 2010
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
You May Also Like