Hi,
So I've managed to find an entry in the SQL DB for the VM in question, but still unable to locate it within vCloud. The scanrio is I have 2 VMs with the same name, one is present within vCloud but not in use and powered off. The other is meant to be in vCloud but I cannot find it within the vApp where it's meant to be located, the query I ran was:
select ID, DATACENTER_ID, FILE_NAME, LOCAL_FILE_NAME, POWER_STATE, UUID_BIOS, RESOURCE_GROUP_ID from dbo.VPX_VM where LOCAL_FILE_NAME like '%obfuscated-vm-name%'
Which returned the two following VMs:
ID DATACENTER_ID FILE_NAME LOCAL_FILE_NAME POWER_STATE UUID_BIOS RESOURCE_GROUP_ID
16046 2 ds:///vmfs/volumes/50d85ade-24897e14-513f-3440b5bec418/obfuscated-vm-name (86ebb346-2295-440b-b670-541f8b1ed3c0)/obfuscated-vm-name (86ebb346-2295-440b-b670-541f8b1ed3c0).vmx /vmfs/volumes/50d85ade-24897e14-513f-3440b5bec418/obfuscated-vm-name (86ebb346-2295-440b-b670-541f8b1ed3c0)/obfuscated-vm-name (86ebb346-2295-440b-b670-541f8b1ed3c0).vmx 1 001539cf-eb5b-4652-ae52-e5be386a1aea 117
25003 2 ds:///vmfs/volumes/50d85ade-24897e14-513f-3440b5bec418/obfuscated-vm-name - CLONE 29%2f08%2f2013 16_21/obfuscated-vm-name - CLONE 29%2f08%2f2013 16:21.vmx /vmfs/volumes/50d85ade-24897e14-513f-3440b5bec418/obfuscated-vm-name - CLONE 29%2f08%2f2013 16_21/obfuscated-vm-name - CLONE 29%2f08%2f2013 16:21.vmx 0 42152789-12d9-4a24-3a5b-374525cb34a4 117
As far as I can tell, they both appear to be within the same resource group, any way I can narrow this down to locate the vApp which they should reside in?
Many thanks,
James