I am trying to deploy OVF to vSphere 5.5 by a python script using pyvmomi
due to an error The operation is not supported on the object
. The deepest I could get into this error was by printing ImportVApp.error
which has this output.
(vmodl.fault.NotSupported) {
dynamicType = <unset>,
dynamicProperty = (vmodl.DynamicProperty) [],
msg = 'The operation is not supported on the object.',
faultCause = <unset>,
faultMessage = (vmodl.LocalizableMessage) []
}
The lease is giving my error after initialising and giving the error above. You can find my script here.