VMware Cloud Community
Jalapeno420
Enthusiast
Enthusiast

Webview predefined values no working

I am having problems running an action to populate a "predefined list of elements" in a Webview.  I am trying to pass the selected VM to the action.  Everything works fine in the Java Client but the webview generates the below in the log file.

[VimPluginFactory] find() --> sdkType 'VirtualMachine', id 'vcServer/vm-165707', VimHost 'vcServer' does not exist

I have added the following to my vmo.properties as stated in a similar incident but it is still not working as it did work in a older version.  Currently vCO 5.1.1

com.vmware.o11n.webview.htmlescaping.disabled=true

webview.raw.enabled=true

Reply
0 Kudos
2 Replies
cdecanini_
VMware Employee
VMware Employee

The web views populate inputs  per presentation steps. Try to add a presentation step in which you have the vcServer and another one for your input with the predefined list of elements.

If my answer resolved or helped you, please mark it as Correct or Helpful to award points. Thank you! Visit http://www.vcoteam.info & http://blogs.vmware.com/orchestrator for vCenter Orchestrator tips and tutorials - @vCOTeam on Twitter
Reply
0 Kudos
Jalapeno420
Enthusiast
Enthusiast

Unfortunalty they are already seperate by steps.

Reply
0 Kudos