Hi There, I've a machine with unresolved status in vCloudDirector 10.1. I already try to stop or start (via powercli it's the only way) and i get always the same error. Start-CIVM : 6...
See more...
Hi There, I've a machine with unresolved status in vCloudDirector 10.1. I already try to stop or start (via powercli it's the only way) and i get always the same error. Start-CIVM : 6/17/2020 10:17:48 AM Start-CIVM BAD_REQUEST: [ 6aad16eb-83b1-4912-b1d0-2273bad3c626 ] The requested operation on vApp "XXXXXXXXXXXXX" is not supported in its current state. When i try to delete it using the following commands : $civapp = "Test" $civm = Get-CIVM -vApp $civapp -Name "VM1" $civm.ExtensionData.Delete() I get the following error: Exception calling "Delete" with "0" argument(s): "[ 0dfd3726-7faa-4737-9271-94a9c9a791a9 ] The requested operation could not be executed on VM "XXXXXX". Stop the VM and try again." At line:1 char:1 + $civm.ExtensionData.Delete() + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : CloudException I thought this was resolve in V5.5 of vCloud director but in 10.1 persist I already powered off in the vCenter this machine but the status still as unresolved on vCloud, for vCenter is everything OK. How could I resolve this issue? Any hits? Thanks JD