What problem are you observing?
Trying to delete an empty VA cluster in ISC throws an error. There are basically 3 issues here:
- error message is broken and shows its own error
- moving sources from one cluster to another, shows them in connections for both the old and the new cluster
- trying to delete the empty cluster fails even though its marked as empty
What is the correct behavior?
Successful deletion
What product feature is this related to?
ISC - Virtual Appliances
What are the steps to reproduce the issue?
Not sure but for us it was to create a standard VA cluster, add 2 VAs and then sources. In our case it was 5 sources. Then move sources to another cluster. Delete VAs. Try to delete cluster. The cluster was configured only for Cloud Connector Gateway. Turning all components off didnt help.
Do you have any other information about your environment that may help?
Error message isnt very helpful. Done through UI on MS Edge Version 143.0.3650.96 (Official build) (64-bit). In the console I can see a failed DELETE request.
Trying to delete it through API results in:
{
"detailCode": "400.2.1.0 Object in use by another",
"trackingId": "20d945dfc931447192e456b950469765",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
},
{
"locale": "en-GB",
"localeOrigin": "REQUEST",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "This cluster cannot be deleted as it is connected to the services"
}
]
}

