I an trying to inport an OVA file in to a precreated folder named test under a datacenter. I have created a fold under vCenterServer/datacenter/host/test and running the below command.
ovftool --powerOn C:\Images\cur\NAMEHERE.ova vi://Administrator:PASSWORD@192.168.1.100/vCenterServer/datacenter/host/test
When i run this command i get the below output
Opening OVA source: C:\Images\cur\NAMEHERE.ova
Error: Found wrong kind of object (Folder)
I have also tried the same but importing in to a VM folder vCenterServer/datacenter/VM/tes, this gives the same error as above.
What am i doing wrong?