Skip to content

DROP ENUMERATION cannot resolve an existing enumeration ("enumeration not found") #976

Description

@Chendodelangen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions