icCube MDX Errors
Here is the list of icCube MDX errors along with their description.
OLAP_NOT_AUTHORIZED (0x56c75d6e)
Raised when the evaluation of a MDX statement is not authorized.
OLAP_MDX_STATEMENT_TYPE_MISMATCH (0x194577cb)
Raised when evaluating a MDX query that is not a statement.
OLAP_MDX_SCRIPT_TYPE_MISMATCH (0x37eb5a5e)
Raised when evaluating a MDX query that is not a script.
OLAP_EVAL_CANCELLED (0xb283d65b)
Raised when the processing has been cancelled.
OLAP_SELECT_EVAL_UNEXPECTED_ERROR (0x3d5b603c)
Raised when an internal error occurred during the processing of a SELECT statement.
OLAP_SELECT_EVAL_AXES_ERROR (0x7de809ca)
Raised when the evaluation of SELECT ... ON AXES has not generated a single cell (MatrixA or VectorA) result.
OLAP_SELECT_MAX_CELL_COUNT (0x65505228)
Raised when the maximum of number of cells as specified by the icCube.xml property icCube.selectCellMaxCount has been reached.
OLAP_UNARY_OPERATOR_SYNTAX_ERROR (0x80375600)
Raised while attempting to use an operator with a non supported type (e.g., -TRUE).
OLAP_BINARY_OPERATOR_SYNTAX_ERROR (0xa9fc7816)
Raised while attempting to use an operator with a non supported type (e.g., 42 AND "hello").
OLAP_RANGE_OPERATOR_MEMBER_LEVEL_MISMATCH (0x37823bb2)
Raised when creating a range between members of different levels.
OLAP_FUNCTION_ARGUMENT_TYPE_MISMATCH (0xba1de074)
Raised when passing an argument of non expected type to the function.
OLAP_FUNCTION_ARGUMENT_ERROR (0x25910bd0)
Raised when passing an argument has an error
OLAP_FUNCTION_ARGUMENT_MISSING (0xbc53ac78)
Raised when an expected function argument is missing.
OLAP_FUNCTION_ARGUMENT_NULL (0x6eb5ff27)
Raised when an expected non-null function argument is null or has been evaluated to null.
OLAP_FUNCTION_UNEXPECTED_ARGUMENT_COUNT (0x2c2abe1)
Raised when using more (or less) arguments then the function is expecting.
OLAP_FUNCTION_UNEXPECTED_ARGUMENT_COUNT_X (0x1f2b30ad)
Raised when using more (or less) arguments then the function is expecting.
OLAP_FUNCTION_EXPECT_MEMBERS_AT_SAME_LEVEL (0x4b4c3b78)
Raised when a set of member of different levels is passed as parameter.
OLAP_FUNCTION_DIMENSION_WITH_NO_HIERARCHY (0x8dcd3879)
It is more likely that current permissions have disabled access to all the hierarchies.
OLAP_FUNCTION_DIMENSION_WITH_MORE_THAN_ONE_HIERARCHY (0xe99f9503)
MDX names must contain the hierarchy name when the dimension is containing more than one hierarchy.
OLAP_CONST_FUNCTION_AS_NAMED_SET_USAGE (0x69a46a44)
Raised when a const function is accessing a named set (i.e., AS notation).
OLAP_USER_JAVA_FUNCTION_EVALUATION_GENERAL (0x3155d3c5)
Raised by a user defined function (i.e., plugin).
OLAP_CUBE_UNKNOWN (0x62d1e998)
Raised when attempting to use an unknown cube.
OLAP_CUBE_UNKNOWN_SET (0xd880a8e2)
Raised when attempting to use an unknown cube specified in a create set statement.
OLAP_CUBE_UNKNOWN_FUNCTION (0x8707b7dd)
Raised when attempting to use an unknown cube specified in a create function statement.
OLAP_CUBE_DYNAMIC_SET_MISMATCH (0x95237698)
Raised when a dynamic set is defined using a cube that is not the request cube.
OLAP_DUPLICATED_NAMED_SET (0xe752c7d7)
Raised when declaring more than one named set with the same name.
OLAP_DUPLICATED_FUNCTION (0x95378892)
Raised when declaring more than one function with the same name.
OLAP_DUPLICATED_CALC_MEMBER (0x8133d496)
Raised when declaring more than one calculated member with the same name.
OLAP_DUPLICATED_MEASURE (0x1c11be3c)
Raised when declaring more than one measure with the same name.
OLAP_CALC_MEASURE_UNKNOWN_ASSOCIATED_MEASURE_GROUP (0x8f6a6179)
Raised when a calculated measure attempt to reference an unknown ASSOCIATED_MEASURE_GROUP '%s'.
OLAP_CALC_MEMBER_ASSOCIATED_MEASURE_GROUP (0xd5b4cff7)
Raised when a calculated member attempt to define an ASSOCIATED_MEASURE_GROUP property.
OLAP_CALC_MEMBER_DISPLAY_FOLDER (0x8b268af6)
Raised when a calculated member attempt to define an DISPLAY_FOLDER property.
OLAP_CALC_MEMBER_STACK_OVERFLOW (0xf01878f6)
Raised when the evaluation of a calculated member/measure recurses too deeply (see icCube.calcMemberMaxEvaluationFrameStackSize XMLA property).
OLAP_FUNCTION_STACK_OVERFLOW (0xd37fee9)
Raised when the evaluation of a declared function (i.e., WITH FUNCTION) recurses too deeply (see icCube.functionMaxEvaluationFrameStackSize XMLA property).
OLAP_CALC_MEMBER_TYPE_MISMATCH (0x1116627b)
Raised when the evaluation of a calculated member has generated a value non expected by the [Measures] dimension (i.e., scalar value).
OLAP_CALC_MEMBER_MISSING_ENTITY (0xeb9799e)
Raised when attempting to register a calculated member (or measure) into an unknown entity (e.g., member, level, ...).
OLAP_CALC_MEMBER_ORPHAN (0xd68ec095)
Raised when attempting to register a calculated member into a level (depth > 0) without specifying any parent.
OLAP_CALC_MEMBER_LAST_LEVEL (0xd5cdd27d)
Raised when attempting to register a calculated member (or measure) into a member of the last level.
OLAP_CALC_MEMBER_ANCHOR_TYPE (0x6a8e559a)
Raised when attempting to register a calculated member (or measure) into an entity of unexpected type.
OLAP_CALC_MEMBER_NON_EMPTY_BEHAVIOR (0x62801d33)
Raised when the NON_EMPTY_BEHAVIOR property is defined for calculated member (vs. calculated measure).
OLAP_CALC_MEMBER_NON_EMPTY_BEHAVIOR_UNKNOWN_MEASURE_GROUP (0xb5f3020a)
Raised when the NON_EMPTY_BEHAVIOR property of a calculated measure is referencing an unknown measure group.
OLAP_CELL_FORMATTER_CREATION_ERROR (0xdf335e48)
Raised when the creation of a FORMAT_STRING formatter has generated an error.
OLAP_SLICER_AGGREGATION_MEASURES (0xf35f5e3d)
Raised when the slicer contains more than one Measures member as aggregating the values would make no sense.
OLAP_SLICER_AGGREGATION_CALC_MEMBERS (0xbe434eb3)
Raised when the slicer is defined as a set and contains calculated members.
OLAP_SLICER_SET_COMPLETION_UNSUPPORTED (0x588d9ed1)
Raised when the shape of the slicer set is not supported.
OLAP_SLICER_SET_CURRENT_MEMBER (0xa7066db1)
Raised when attempting to get the current member from the slicer when the slicer contains a set.
OLAP_SLICER_SET_REDUNDANT_TUPLE (0xcff82ad1)
Raised when defining duplicated tuples in the slicer as set.
OLAP_SLICER_NULL_EVAL (0xc4421623)
Raised when the slicer has been evaluated to a NULL member or an empty set.
OLAP_SLICER_AXIS_MULTIPLE_HIERARCHY (0x8e131618)
Raised when a hierarchy is used both in the slicer and in one axis.
OLAP_MDX_ERROR_FUNCTION (0xcbacc669)
Raised by the MDX function .Error() function.
OLAP_MATRIX_ERROR (0x434c79f9)
Raised by the Matrix function.
OLAP_VECTOR_ERROR (0x5a68f65b)
Raised by the Vector function.
OLAP_AXIS_SELECT_SEQUENCE_ERROR (0xc9d39912)
Raised when an invalid axis sequence is used (i.e., not 0, 1, ... or COLUMNS, ROWS, ...)
OLAP_AXES_USAGE_ERROR (0x55e7a4c0)
Raised when Axes is used with one or more other axis.
OLAP_AXIS_SELECT_MULTIPLE_HIERARCHY (0xd2d2b7da)
Raised when the same hierarchy is selected in more than one axis.
OLAP_MDX_AXIS_FUNCTION_MISSING_AXIS (0x667c6f57)
Raised when referencing (using the Axis() function) an axis not evaluated yet.
OLAP_CONSTRAINED_VIOLATED (0xce5eef)
Raised when evaluating a MDX function using the CONSTRAINED flag has failed.
OLAP_CELL_PROPERTY_UNKNOWN (0x157cc216)
Raised when referencing a non-existing CELL property.
OLAP_CELL_PROPERTY_UNKNOWN_X (0x70b88995)
Raised when referencing a non-existing CELL property.
OLAP_CELL_PROPERTY_READ_ONLY (0xaffd1dd4)
Raised when attempting to set a value to a read-only property (e.g., ORDINAL = 42).
OLAP_CAT_EVAL_ERROR (0xbd8f3392)
Raised when a category cannot be evaluated
OLAP_CAT_HIERARCHY_DELETE_SCOPE_MISMATCH (0xea2a7a70)
Raised when attempting to DROP a CATEGORY HIERARCHTY with the wrong scope (i.e., SCHEMA, SESSION)
OLAP_CAT_HIERARCHY_MISSING (0x999e5af1)
Raised when referencing a missing CATEGORY HIERARCHTY.
OLAP_CAT_HIERARCHY_DUPLICATED (0xffad9952)
Raised when attempting to create a CATEGORY HIERARCHTY with the same name.
OLAP_CAT_HIERARCHY_PROPERTY_UNKNOWN (0x920d53e8)
Raised when referencing a non-existing CATEGORY HIERARCHTY property.
OLAP_CAT_MEMBER_PROPERTY_UNKNOWN (0x859c308)
Raised when referencing a non-existing CATEGORY MEMBER property.
OLAP_CAT_MEMBER_TUPLES_INVALID (0x6cfa463a)
Raised when the expression of a category member does not generate a set of tuples or a sub-cube .
OLAP_CAT_MEMBER_WITH_CALC_MEMBER (0xc667843a)
Raised when a category member reference either a measure or a calculated member.
OLAP_CAT_MEMBER_ANCHOR_MISSING (0x1d1ac41f)
Raised when a category member is defining a non existing parent.
OLAP_CAT_MEMBER_ANCHOR_INVALID_CALC_MEMBER (0x40f3176)
Raised when the parent of category member is a calculated member.
OLAP_CAT_MEMBER_ANCHOR_INVALID_HIERARCHY (0xe1276afd)
Raised when a category member is defined within a hierarchy does not accept category members.
OLAP_CAT_MEMBER_ANCHOR_INVALID_TYPE (0x57dd3435)
Raised when a category member is not a member.
OLAP_CAT_MEMBER_OVERWRITE_MEMBER (0x9d88a030)
Raised when a category is overwrite an existing member.
OLAP_CAT_MEMBER_DROP_INVALID_TYPE (0xc7fe38dc)
Raised when attempting to delete a non category member.
OLAP_CAT_HIERARCHY_DIMENSION_MISMATCH (0x52993452)
Raised when a category hierarchy is referencing a dimension that cannot contain category.
OLAP_CAT_HIERARCHY_DIMENSION_UNKNOWN (0xaaaf8715)
Raised when a category hierarchy is referencing an unknown dimension
OLAP_CAT_HIERARCHY_NAME_INVALID (0x8e252b32)
Raised when the name of the category hierarchy is invalid
OLAP_CAT_HIERARCHY_MISMATCH (0xf9f9851)
Raised when a category member is referencing a schema hierarchy in the wrong scope.
OLAP_CAT_CALC_WITH_CHILDREN (0xa2b1ff64)
Raised when a calculated category member is using the ADD_CHILDREN property.
OLAP_CAT_CALC_SESSION (0x344d3fbb)
Raised when a calculated category member is defined at session level.
OLAP_MEMBER_PROPERTY_UNKNOWN (0xd8120c93)
Raised when referencing a non-existing MEMBER property.
OLAP_MEMBER_PROPERTY_UNKNOWN_X (0x4a90c742)
Raised when referencing a non-existing MEMBER property.
OLAP_MEMBER_PROPERTY_CONTEXT_SENSITIVE (0x6c0e12b1)
Description not available yet.
OLAP_MEMBER_PROPERTY_NOT_CONTEXT_SENSITIVE (0x7267c7d1)
Description not available yet.
OLAP_MEMBER_PROPERTY_UNKNOWN_CONTEXT (0x3864d477)
Description not available yet.
OLAP_MEMBER_PROPERTY_CONTEXT_TYPE_MISMATCH (0xd4239e9e)
Description not available yet.
OLAP_PROPERTY_NOT_FOUND (0xdc141477)
Raised when requesting a non-existing property using the .Properties() function.
OLAP_FUNCTION_AS_PARAMETER_DUPLICATED (0xc998f690)
Raised when using duplicated names within the function declaration of the arguments AS named sets.
OLAP_UNKNOWN_MEASURE (0xa022e12b)
Raised when referencing a [Measures] that does not exist within the cube.
OLAP_UNKNOWN_DIMENSION_HIERARCHY (0xf291cb7d)
Raised when referencing a dimension and/or hierarchy that does not exist within the cube.
OLAP_UNKNOWN_ENTITY (0x4455f93d)
Raised when referencing an entity that does not exist within the cube (see icCube.mdxEvalUnknownMemberError XMLA property).
OLAP_DYNAMIC_CATEGORY_USAGE (0xaefeb1a3)
Raised when using a DYNAMIC category '%s' in a wrong context : e.g., slicer, sub-select, static category.
OLAP_CATEGORY_CYCLE (0xdfc96389)
Raised when a category member is creating a cycle.
OLAP_AGGREGATE_MULTI_TYPE (0x11b30bec)
Raised when attempting to aggregate values with different aggregation operator.
OLAP_TO_STR_MAX_SIZE (0xf6d9918a)
Raised when generating a string that exceeds the maximum authorized size (see icCube.toStrMaxSize XMLA property).
OLAP_MDX_FUNCTION_USAGE (0x8a01c66e)
Raised when attempting to use a non authorized function (e.g., CONSTRAINED context).
OLAP_MDX_FUNCTION_UNRESOLVED (0x1ecb28a)
Raised when attempting to use a non existing function.
OLAP_EXTRACT_MISSING_HIERARCHY (0x1ebc7329)
Raised when extracting (i.e., .Extract() function) members from missing hierarchies.
OLAP_INVALID_TUPLE_DIMENSIONALITY (0xce3b70b5)
Raised when attempting to use tuple with different dimensionality (e.g., when creating a set).
OLAP_DUPLICATED_SOLVE_ORDER (0xcea05c6b)
Raised when specifying several calculated members with the same SOLVE_ORDER leading to non predictable results (see icCube.duplicatedSolveOrderError XMLA property).
OLAP_CALC_MEMBER_OVERWRITE_MEMBER (0x9bbe9510)
Raised when defining a calculated member with the same unique name as an existing member.
OLAP_MDX_EXPRESSION_EXPECTED (0x71a5e23f)
Raised when an empty/null string expression is used (e.g., .StrToXyz() functions).
OLAP_MDX_IDENTIFIER_ERROR (0xd0783c3)
Raised when specifying an invalid identifier as string parameter (e.g., .Dimensions() function).
OLAP_CROSSJOIN_TYPE_MISMATCH (0x6fea53ff)
Raised when attempting to crossjoin non-set entities.
OLAP_INVALID_DISTANCE_VALUE (0xf239e9b2)
Raised when using a distance (i.e., relative level depth) value being out of range.
OLAP_DIFFERENT_HIERARCHIES (0xa403e60a)
Raised when using members of different hierarchies (e.g., periods like function).
OLAP_OUT_OF_RANGE (0x7fc3bf54)
Raised when an argument is out of range.
OLAP_DRILLDOWN_INVALID_HIERARCHY (0xd223e8d4)
Raised when attempting to drilldown members with an invalid hierarchy.
OLAP_LEVEL_DATETIME_KEYTYPE_EXPECTED (0xbd98f512)
Raised when attempting to use a time dimension function on a olap hierarchy that is not a date time one.
OLAP_LEVEL_TYPE_TIME_EXPECTED (0xdf8cd04a)
Raised when a time level does not have the right type (Year,Quarter,Month,Day,...Hour)
OLAP_LEVEL_DATETIME_EXPECTED_LEVEL_TYPE (0xf383617)
Raised when attempting to use a time dimension function on a time level that is not of a given type.
OLAP_TIME_MISSING_DEFAULT_HIERARCHY (0xc14753b8)
Raised when attempting to use the default time hierarchy and no default time dimension has been defined in the cube.
OLAP_TIME_MISSING_DEFAULT_HIERARCHY_X (0xc7346f1b)
Raised when attempting to use the default time dimension and no default time dimension has been defined in the cube.
OLAP_TIME_MISSING_DEFAULT_MEMBER (0x85001b1f)
Raised when referencing a non-existing default member from a time hierarchy.
OLAP_TIME_MISSING_CURRENT_MEMBER (0x6598ca22)
Raised when referencing a non-existing current member from a time hierarchy.
OLAP_TIME_MISSING_LEVEL (0xfc6d77d0)
Raised when referencing a missing level from a time hierarchy.
OLAP_UNEXPECTED_SET_COUNT (0x100290a)
Raised when a function (e.g., crossjoin, union) call does not defined enough sets.
OLAP_AGGREGATION_NOT_SUPPORTED_FOR_TYPE (0x623edaf5)
Raised when trying to aggregate types which do not implement an aggregation method (e.g. strings)
OLAP_NO_AGGREGATION_FOR_COLUMN_TYPE (0x9fd16173)
Raised when aggregating a datasource fact column with undefined aggregation
OLAP_INVALID_SOLVE_ORDER (0xacb7d3dc)
Raised when a calculated member SOLVE_ORDER property value is an invalid MDX expression (i.e., not a numeric expression)
OLAP_INVALID_CAPTION (0x63da83d1)
Raised when a calculated member CAPTION property value is an invalid MDX expression (i.e., not a string expression)
OLAP_INVALID_DISPLAY_FOLDER (0x3a338861)
Raised when a calculated member DISPLAY_FOLDER property value is an invalid MDX expression (i.e., not a string expression)
OLAP_INVALID_ASSOCIATED_MEASURE_GROUP (0x6a6c0fba)
Raised when a calculated member ASSOCIATED_MEASURE_GROUP property value is an invalid MDX expression (i.e., not a string expression)
OLAP_INVALID_NON_EMPTY_BEHAVIOR (0xca40754e)
Raised when a calculated member NON_EMPTY_BEHAVIOR property value is an invalid MDX expression (i.e., not a string expression, neither a set)
OLAP_INVALID_VISIBLE (0xef1622ed)
Raised when a calculated member VISIBLE property value is an invalid MDX expression (i.e., not a numeric expression)
OLAP_INVALID_EMPTY_IS_ZERO (0xa1fbb61e)
Raised when a measure VISIBLE property value is an invalid MDX expression (i.e., not a boolean expression)
OLAP_INVALID_CACHED (0xbf724c94)
Raised when a calculated member REQUEST_CACHED property value is an invalid MDX expression (boolean, numeric, string literals are expected)
OLAP_INVALID_SCOPE_ISOLATION (0xaeb65d78)
Raised when a calculated member SCOPE_ISOLATION property value is an invalid MDX expression (CUBE is expected)
OLAP_INVALID_AGGREGATION_TYPE (0x4e213710)
Raised when the AGGREGATION property value is invalid (expect an aggregation type with no hierarchy rollup)
OLAP_INVALID_ADD_CHILDREN (0xc1acf8e4)
Raised when a category member ADD_CHILDREN property value is an invalid MDX expression (boolean is expected)
OLAP_INVALID_DEFAULT_MEMBER_NAME (0x2a309788)
Raised when a category member DEFAULT_MEMBER_NAME property value is an invalid MDX expression (string is expected)
OLAP_INVALID_DEFAULT_MEMBER_NAME_ALL (0x3498e529)
Raised when a category member DEFAULT_MEMBER_NAME property value is defined as 'All'.
OLAP_INVALID_LEVEL_NAME_PATTERN (0x9e60ece)
Raised when a category member LEVEL_NAME_PATTERN property value is an invalid MDX expression (string is expected)
OLAP_PROPERTY_TYPE_MISMATCH (0x3b4ef5f5)
Raised when the processing of a property generates a value with the wrong type.
OLAP_TYPE_MISMATCH (0xfbbc25a8)
Raised when the processing generates a value with the wrong type.
OLAP_DESCENDANTS_INVALID_LEVEL (0xc6a89f8c)
Raised in the Descendants() method for not matching hierarchies between member and level.
OLAP_NAMED_SET_NOT_IN_SCOPE (0xe6bd7215)
Raised when attempting to access a named set (e.g., with current/currentMember) that is not in the visible scope.
OLAP_CURRENT_ITERATED_TUPLE_USAGE (0x424f3013)
Raised when the current iterated tuple is used in a context that forbids its usage.
OLAP_UPDATE_CUBE_MANDATORY_MEASURE (0x8fb9c7ed)
Raised when no measure is specified in an 'UPDATE CUBE' instruction.
OLAP_UPDATE_CUBE_MEASURE_AGGREGATION_NOT_SUPPORTED (0x255a292f)
Raised when a measure with aggregation type different from SUM is used in a 'UPDATE CUBE' instruction.
OLAP_UPDATE_CUBE_CALC_MEMBERS_NOT_SUPPORTED (0x9b8b4c68)
Raised when a 'UPDATE CUBE' instruction is applied to a calculated members.
OLAP_UPDATE_CUBE_INVALID_TUPLE (0x7225df47)
Raised when a 'UPDATE CUBE' instruction is applied to an empty or invalid tuple.
OLAP_MISSING_ROLLUP_HIERARCHY (0x6a88b141)
Raised when attempting to rollup a measure according in a cube without specified rollup hierarchy (e.g. no default time dimension for an OPEN measure).
OLAP_AGGREGATE_TYPE_NOT_SUPPORTED (0xfcbe21f1)
Aggregate function : raised when using unsupported aggregation type.
OLAP_SLICER_AGGREGATE_TYPE_NOT_SUPPORTED (0x30631278)
Slicer : raised when using unsupported aggregation type.
OLAP_SCHEMA_MISSING (0xc3cbc9c)
Raised when a schema is not specified to an operation requiring a schema.
OLAP_FACTLESS_CUBE_EVAL_TUPLE (0x5b65fdc)
Raised when an expression is attempting to evaluated a tuple and no fact (i.e., cube) is available.
OLAP_PIVOT_TABLE_AXIS_COUNT_ERROR (0x359411dc)
Raised when a non supported number of axes is specified in the MDX query.
OLAP_GVI_RESULT_SET_SERIALIZATION_ERROR (0xfecebcff)
Raised while serializing into JSON the result of an MDX SELECT (more likely an internal error).
OLAP_DRILLTHROUGH_NOT_AUTHORIZED (0x54e9b718)
Raised when attempting to use non-authorized DRILLTHROUGH.
OLAP_DRILLTHROUGH_INVALID_MAXROWS (0x7a0a9e40)
Raised when an invalid DRILLTHROUGH MAXROWS value is used (note that a positive value is expected).
OLAP_DRILLTHROUGH_UNKNOWN_RETURN_FUNCTION (0xf4e52b4)
Raised when an unknown DRILLTHROUGH RETURN function is specified (e.g., identifier, Name(), UniqueName(), Key(), etc...).
OLAP_DRILLTHROUGH_FUNCTION_UNEXPECTED_ARGUMENT_COUNT (0x55fc0e6a)
Raised when an unexpected number of arguments is passed to a DRILLTHROUGH RETURN instruction.
OLAP_DRILLTHROUGH_FUNCTION_DIM_ARGUMENT_TYPE_MISMATCH (0x3a535547)
Raised when an function used in a DRILLTHROUGH RETURN instruction received as first argument a non-dimension entity.
OLAP_DRILLTHROUGH_KEY_PART_TYPE_MISMATCH (0xbc7fb2f8)
Raised when a non numerical value is passed to the DRILLTHROUGH RETURN instruction Key().
OLAP_DRILLTHROUGH_KEY_PART_INVALID_VALUE (0xb6b456d2)
Raised when a invalid numerical value is passed to the DRILLTHROUGH RETURN instruction Key().
OLAP_DRILLTHROUGH_KEY_INCONSISTENCY (0x8ba8f431)
Raised when a DRILLTHROUGH is returning for a given dimension keys with different value count.
OLAP_DRILLTHROUGH_DIM_ATTRIBUTE_TYPE_MISMATCH (0x38cd68c)
Raised when the attribute specified in a DRILLTHROUGH instruction is not a dimension.
OLAP_DRILLTHROUGH_MULTI_CELL_WITH_MEASURES (0x5671aca2)
Raised when RETURN [Measures] is specified for a multi-cell (or calc-member) DRILLTHROUGH.
OLAP_DRILLTHROUGH_MULTI_CELL_WITH_MEASURE (0xcd02f140)
Raised when RETURN [Measures].[measure-name] is specified for a multi-cell (or calc-member) DRILLTHROUGH.
OLAP_DRILLTHROUGH_SINGLE_CELL_WITH_CALC_MEMBER (0x1a122ef2)
Raised when a single cell DRILLTHROUGH RETURN a calc-member field.
OLAP_DRILLTHROUGH_SINGLE_CELL_WITH_CELL (0xf96028cf)
Raised when a single cell DRILLTHROUGH RETURN a cell field.
OLAP_DRILLTHROUGH_DIM_NOT_LINKED_TO_MEASURE (0x8da25269)
Raised when a DRILLTHROUGH RETURN a dimension not linked to the returned measure.
OLAP_DRILLTHROUGH_MEASURE_NOT_LINKED_TO_MEASURE (0x6922a7d3)
Raised when a DRILLTHROUGH RETURN a measure not in the measure group of the returned measure.
OLAP_PERSPECTIVE_EVAL_UNEXPECTED_RESULT (0xc326cd3)
Raised the evaluation of a perspective expression is not a non-scalar MDX entity (actual:%s)
OLAP_WRITE_BACK_DEPRECATED (0xbec67b22)
Raised when attempting to write-back values into a cube.
OLAP_WRITE_BACK_NOT_AVAILABLE (0x2a5efb12)
Raised when attempting to use write-back when not licensed.
OLAP_WRITE_BACK_CUBE_READ_ONLY (0x6579f124)
Raised when attempting to update values of a read-only cube.
OLAP_WRITE_BACK_COMMIT_TYPE_ERROR (0x48c73874)
Raised when attempting to use an unsupported column type for write-back.
OLAP_SCHEMA_READ_ONLY (0x8208d4c8)
Raised when attempting to modify a read-only schema (e.g., create/drop statement).
OLAP_CUBE_READ_ONLY (0xa64126fc)
Raised when attempting to modify a read-only cube (e.g., create/drop statement).
OLAP_SET_FORMULA_INFINITE_LOOP (0xcc434e13)
Raised when the evaluation of a set is entering an infinite loop.
OLAP_CALC_MEASURE_MISSING_CUBE (0x31b95ba8)
Raised when the declaration of a (calculated) measure does not specify any cube.
OLAP_CALC_MEASURE_MISSING_NAME (0x5f649416)
Raised when the declaration of a calculated measure does not specify its name.
OLAP_CURRENT_CELL_VALUE_CONTEXT_ERROR (0xc60b7c0f)
Raised when the function CurrentCellValue() is used outside the context of a cell property evaluation.
OLAP_RGB_INVALID_VALUE (0x220df22f)
Raised when using an invalid RGB value.
OLAP_JAVA_MODULE_NOT_ACTIVE (0x5eff27d4)
Raised when the Java module is called and is not active.
OLAP_JAVA_CLASS_UNKNOWN (0xdeb477a7)
Raised when attempting to use an unknown Java class.
OLAP_METHOD_MODULE_NAME_INVALID (0x98673a4e)
Raised when the name of a module is invalid.
OLAP_METHOD_NAME_INVALID (0xe43c8ceb)
Raised when the name of a method is invalid.
OLAP_METHOD_CLASS_UNKNOWN (0xde14e8ee)
Raised when attempting to use an unknown class.
OLAP_METHOD_CLASS_AMBIGUOUS (0x76de5914)
Raised when attempting to use a class without its full package name.
OLAP_METHOD_FIELD_UNKNOWN (0xf545aab2)
Raised when attempting to use an unknown field.
OLAP_METHOD_UNKNOWN (0xd092aebb)
Raised when attempting to use an unknown method.
OLAP_METHOD_EXEC_ERROR (0xa63d54f)
Raised when the execution of a method has generated an error.
OLAP_NATIVE_METHOD_EXEC_ERROR (0x1424cd87)
Raised when the execution of a native function has generated an error.
OLAP_METHOD_PARAM_TYPE_ERROR (0x5230cfc8)
Raised when a method argument has an unexpected type.
OLAP_METHOD_RESULT_TYPE_ERROR (0xbef01c7c)
Raised when a method result has an unexpected type.
OLAP_HIERARCHY_MISSING_DEFAULT_MEMBER (0xcbcc8cd8)
Raised when a default member is not available in a hierarchy.
OLAP_LANGUAGE_TYPE_MISMATCH (0xdfaa339a)
Raised when the evaluation of the LANGUAGE cell property returns an unexpected type.
OLAP_LANGUAGE_IDENTIFIER_UNSUPPORTED (0x1d1c4306)
Raised when the evaluation of the LANGUAGE cell property returns an unknown value.
OLAP_COMMAND_UNKNOWN (0xbd0cf395)
Raised when executing an unknown command.
OLAP_COMMAND_PARAM_ERROR (0xac866ec7)
Raised when unexpected command parameter(s) is(are) used.
OLAP_PERSPECTIVE_DUPLICATED_DIMENSION_RENAME (0x9c713628)
Raised when renaming several times a dimension
OLAP_PERSPECTIVE_MULTIPLE_DIMENSION_RENAME (0x9f98e431)
Raised when renaming several dimensions with the same name
OLAP_PERSPECTIVE_EXISTING_DIMENSION_RENAME (0xfd64725b)
Raised when renaming a dimension using an existing dimension name
OLAP_PERSPECTIVE_DUPLICATED_HIERARCHY_RENAME (0x7759ded7)
Raised when renaming a hierarchy several times
OLAP_PERSPECTIVE_MULTIPLE_HIERARCHY_RENAME (0x74b00cce)
Raised when renaming several hierarchies of a given dimension with the same name
OLAP_PERSPECTIVE_EXISTING_HIERARCHY_RENAME (0x164c9aa4)
Raised when renaming a hierarchy using an hierarchy dimension name
OLAP_PERSPECTIVE_DUPLICATED_LEVEL_RENAME (0x64afa8ee)
Raised when renaming a level several times
OLAP_PERSPECTIVE_MULTIPLE_LEVEL_RENAME (0x44d41ed6)
Raised when renaming several levels of a given hierarchy with the same name
OLAP_PERSPECTIVE_EXISTING_LEVEL_RENAME (0x7f88e9c0)
Raised when renaming a level using an existing level name
OLAP_PERSPECTIVE_DUPLICATED_MEMBER_RENAME (0x872d1974)
Raised when renaming a member several times
OLAP_PERSPECTIVE_MULTIPLE_MEMBER_RENAME_LEVEL (0xd5c84740)
Raised when renaming (in level) several members with the same name
OLAP_PERSPECTIVE_EXISTING_MEMBER_RENAME_LEVEL (0x3989a7f)
Raised when renaming (in level) a member using an existing member name
OLAP_PERSPECTIVE_MULTIPLE_MEMBER_RENAME_PARENT (0xf4cd6242)
Raised when renaming (in parent) several members with the same name
OLAP_PERSPECTIVE_EXISTING_MEMBER_RENAME_PARENT (0x427d1fa2)
Raised when renaming (in parent) a member using an existing member name
OLAP_MISSING_MONITORING_BIGBROTHER (0x52338ed2)
Raised when a request for monitoring is made without the module being active in the current session.
OLAP_LEVEL_LOOKUP_BY_KEY_TYPE_MISMATCH (0x51e263a5)
Raised when performing a lookup by key within a level with value of wrong type
OLAP_SUB_CUBE_UNEXPECTED_CALCULATED_MEMBER (0x20e34962)
Raised when a calculated measure/member cannot be used in a sub-cube definition
OLAP_SUB_CUBE_UNEXPECTED_MEASURE_MEMBER (0x5fc5eb3e)
Raised a measure cannot be used in a sub-cube definition
OLAP_DATE_PARSING_ERROR (0xfc1c4bee)
Raised when a date can not be parsed
OLAP_DEFINE_DEFAULT_MEMBER_TYPE_MISMATCH (0xa7c3eaf9)
Raised when DEFINE_DEFAULT_MEMBER is referencing a non member entity
OLAP_IMPERSONATION_ROLE_UNKNOWN (0xa5e38194)
Raised when requesting an unknown role for impersonation
OLAP_ALERT_EVAL_ERROR (0x64b4e9a0)
Raised when an alert formula cannot be evaluated on success.
OLAP_ALERT_TYPE_MISMATCH (0x600b93f4)
Raised when an alert formula cannot be evaluated as a boolean expression.
OLAP_ALERT_MISSING_CUBE (0xc5100092)
Raised when an alert references a cube that does not exist.
OLAP_ALERT_CUBE_UNSPECIFIED (0x8b957ec8)
Raised when an alert does not reference any cube and the schema contains more than one cube.
OLAP_CONST_FUNCTION_USAGE (0xcac8a62f)
The description is not available.
OLAP_NON_EMPTY_BEHAVIOR_ERROR (0x1564bea0)
Raised when the non empty behavior cannot be determined
OLAP_STATIC_FUNCTION_MISSING_CUBE (0x3cf57ca5)
Raised when a static function attempts to evaluate a tuple with no cube defined
OLAP_NATIVE_FUNCTION_ERROR (0xfb3fce58)
Raised when an expected error occurs during the evaluation of a native function.
OLAP_JAVA_NATIVE_FUNCTION_ERROR (0x58aee039)
Raised when an error occurs during the evaluation of a JAVA native function.
OLAP_JAVA_NATIVE_FUNCTION_COMPILATION_ERROR (0x5bbf404)
Raised when an error occurs during the compilation of a JAVA native function.
OLAP_MEASURE_MULTIPLE_MEASURE_GROUPS (0xc1bd2f5f)
Raised when a user defined measure reference measures from multiple measure groups
OLAP_MEASURE_MISSING_MEASURES (0x6290da2)
Raised when a user defined measure does not reference any measure
OLAP_MEASURE_FORMULA_NOT_SUPPORTED (0x36b9ec03)
Raised when using a formula within a user defined measure
OLAP_MEASURE_FORMULA_MISSING_AGGREGATION (0x7da95837)
Raised a user defined meausure doesnot define its AGGREGATION property
OLAP_CONTEXT_MEMBER_MULTIPLE_MEMBERS (0x9a0d31de)
Raised when context members returns more than one member
OLAP_DEBUGGER_SCRIPT_ERROR (0x40c70406)
Raised when debugging a multi-statement MDX script.
OLAP_NEUTRAL_ELEMENT_MISMATCH (0x63e44147)
Raised when then neutral element (∅) is used in a wrong context.
OLAP_UNEXPECTED_TUPLE_EVALUATION (0x2a05482c)
Raised when attempting to evaluated a tuple.
OLAP_IC3_RUN_MDX_ERROR (0x84fce5b8)
Raised by the evaluation of ic3run exec mdx-expr statement.