I created an serviceInstance of vCenter 6.0 using vijava5.5
When i try to fetch the properties of Datastore using SerachManagedEntity am getting null response even for available datastore
Datastore ds = (Datastore) new InventoryNavigator(rootFolder).searchManagedEntity("Datastore", "scsi_10_3");
ds is null http://prntscr.com/6izkxi
But the datastore is availabe in vCenter http://prntscr.com/6izl1b
What could be the issue, its working properly in vCenter 5.5