How to fix the Oracle error XOQ-01211: metadata problem for MdmValueHierarchy “string”?
In this post, you’ll learn more about the Oracle ErrorXOQ-01211: metadata problem for MdmValueHierarchy “string” with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
XOQ-01211: metadata problem for MdmValueHierarchy “string”
Reason for the Error XOQ-01211: metadata problem for MdmValueHierarchy “string”
Cause: Metadata for the MdmValueHierarchy was incomplete or inconsistent. Possible causes are: 1) The MtmValueLevelHierarchyMap for the MdmValueHierarchy did not have an associated MtmSolvedLevelHierarchyMap. 2) The MtmValueLevelHierarchyMap for the MdmValueHierarchy was invalid.
How to fix the Error XOQ-01211: metadata problem for MdmValueHierarchy “string” ?
You can fix this error in Oracle by following the below steps
Action: If the MdmValueHierarchy or MtmValueLevelHierarchyMap is created or modified using the OLAP Metadata API, then ensure that the object is created and mapped correctly. If the MdmValueHierarchy or MtmValueLevelHierarchyMap is read from the OLAP Catalog, run PL/SQL procedure CWM2_OLAP_VALIDATE.VALIDATE_OLAP_CATALOG with type_of_validation OLAP API. Correct any problems.
Leave Your Comment