ovftool do not support conversion of VMs with hardware version 3 from vmx to ovf. A lot of VMware product do not support creation of new vms with hardware version 3 and as such you should look for a way to upgrade your VM to at least hardware version 4.
eske
It's true that hardware version 3 is no longer supported. I think that maybe Converter is able to handle the file, or you could just try and change the hardware version in the vmx file to 4, which is supported on most (if not all) new VMware products. When changing the hardware version from 3 to 4 you might see a change in what type of default devices are used for the VM.
Convertion to ovf file is complete, when importing recieve the following error.
"An error occured while parsing the OVF descriptor: Unable to parse xml element 'Envelope'"
Thanks
You can not import it into VMware Infrastructure Client 2.5 since it only accepts OVF version 0.9 and OVF Tool generates version 1.0. I am not entirely sure, but you should be able to use VMware Converter for what you are trying to do.
you could use converter but even better is to use ovftool to deploy the ovf.
We have a blog post about using ovftool at: ovftool cmdline options
But basically you just do
ovftool PATH_TO_OVF.ovf vi://USERNAME@VC_HOSTNAME/DATACENTER_NAME/
eske