Affects Release version(s): 6
Error Message :
Failed to delete entity #1. Error: The following identities must be used together: system_component.system_name OR system_component.system_id, system_property_name, system_operator, system_value, system_application.system_name OR system_application.s
Import and Delete
DeploymentTargetRequirementFilter used with
ImportExportCLI fails if there are 2 different components that exist in the system and have component that are returned by the filter and the above error message is displayed.
Example- Create 2 components. One with the name "dml" and one with the name "dml_"
- Filter for "dml".
The filter is no longer set and the error message is displayed because filtering on "dml" returns both "dml" and "dml_".