Description
When there is only one CSA configuration entry in the list from Configure -> Manage Cloud Services Appliances... -> Cloud Services Appliances, it does not allow deletion and the message below will appear if you click on delete button.
You cannot delete the default configuration. Please set a different configuration as default and try again.
Solution
In this case, if you need to delete the configuration, it will have to be done on the database.
Steps:
- Open SSMS, and query the BrokerConfig table under your database for Ivanti EPM.
- Locate your target entry (technically there should be only one) and delete it. e.g. using BrokerConfig_idn
delete from BrokerConfig where BrokerConfig_IDN = <Target BrokerConfig_IDN>