DROP ENUMERATION cannot resolve an existing enumeration ("enumeration not found")
Steps to reproduce
On an enumeration that exists (listed by SHOW ENUMERATIONS, zero references per mxcli refs):
DROP ENUMERATION NCRManagement.ENUM_DisciplineMethod;
Expected
The enumeration is dropped.
Actual
Error: enumeration not found: NCRManagement.ENUM_DisciplineMethod
while in the same session:
SHOW ENUMERATIONS lists NCRManagement.ENUM_DisciplineMethod (folder Resources, 3 values);
mxcli refs NCRManagement.ENUM_DisciplineMethod runs and reports "(no references found)";
- quoting the name (
NCRManagement."ENUM_DisciplineMethod") is a parse error.
Same resolution-failure class as the DESCRIBE/DROP mapping resolution issues.
Workaround
Delete the enumeration in Studio Pro.
- Diagnostic bundle: available,
mxcli-diag-20260827-184627.tar.gz
DROP ENUMERATION cannot resolve an existing enumeration ("enumeration not found")
Steps to reproduce
On an enumeration that exists (listed by
SHOW ENUMERATIONS, zero references permxcli refs):Expected
The enumeration is dropped.
Actual
while in the same session:
SHOW ENUMERATIONSlistsNCRManagement.ENUM_DisciplineMethod(folderResources, 3 values);mxcli refs NCRManagement.ENUM_DisciplineMethodruns and reports "(no references found)";NCRManagement."ENUM_DisciplineMethod") is a parse error.Same resolution-failure class as the DESCRIBE/DROP mapping resolution issues.
Workaround
Delete the enumeration in Studio Pro.
mxcli-diag-20260827-184627.tar.gz