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

fetchAll for type Organization error

$
0
0

Simple find all for type method that seems to be working on 5.5:

 

var allOrgs = Server.findAllForType("vCloud:Organization");

for each (var Org in allOrgs) {

  System.log(Org.name);

};

 

But on 7.1 it produces:

 

Server error : ch.dunes.model.sdk.SDKFinderException: Unable to execute 'fetchAll' for type : Organization : 'java.lang.NullPointerException'

 

Any clues?


Viewing all articles
Browse latest Browse all 6251

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>