Quantcast
Channel: VMware Communities : Discussion List - vRealize Orchestrator
Viewing all articles
Browse latest Browse all 6251

dynamic types are not being picked up by - ("com.vmware.library.vcaccafe.asd.customresources").getAvailableInventoryTypes

$
0
0

Trying to get our vCAC host to recognize/import dynamic type object/classes and create custom resources. Calling action 'createCustomResourceFromInventoryType'. The inventory of dynamic types available isn't returned. As a test, from vCO using the api search; I can see the DynamicTypes under the namespace created for them. They obviously exist in the vco inventory under dynamic types. Test code below:

 

host type = vCACCAFE:VCACHost

 

var inventoryTypes = System.getModule("com.vmware.library.vcaccafe.asd.customresources").getAvailableInventoryTypes(host);

for each (var inventoryType in inventoryTypes)

{

  if(inventoryType.getName().indexOf('Cas') != -1)

  System.log(inventoryType.getName());

}

 

Basically just getting undefined returned. It doesn't seem like a vCO problem. It seems like vCAC just can't recognize dynamic types.

 

Have had trouble with vCAC and DT vCO plugins in the past and have attempted several permutations of plugin removal/reinstall, (KB2003386) including dar file &, package removal server and configurator restart and then reload. Using these versions:

DynamicTypes 1.0.0.1951696

vCAC 6.1.0.2073620

vCAC Infra 6.1.0.2040915


Viewing all articles
Browse latest Browse all 6251

Trending Articles