I am trying to install OVF in vSphere 5.5 using a python script using pyvmomi due to The operation is not supported on the object error. The deepest thing I could get from this error was to type ImportVApp.error , which has this result.
(vmodl.fault.NotSupported) { dynamicType = <unset>, dynamicProperty = (vmodl.DynamicProperty) [], msg = 'The operation is not supported on the object.', faultCause = <unset>, faultMessage = (vmodl.LocalizableMessage) [] }
The lease gives my error after initialization and gives the error above. Here you can find the script.
source share