Hi,
I have a working functionality for importing OVF package in 5.1 and 5.5 but it fails for vCenter 6.0.
The functionality is similar to what mentioned here:
The HttpNfcLease is returning following LocalizedMethodFault for one of the property(CustomeRole) in the OVF Descriptor:
Fault: NonUserConfigurableProperty
Message: Property CustomRole is not user configurable.
I checked the OVF Descriptor for this property and the value for userConfigurable is false.
But the OVF package gets imported successfully when I make userConfigurable true.
What has changed for 6.0 that’s making it fail and was working for 5.1 and 5.5?
Could somebody guide to possible cause and resolution for the issue?