public final class ValidationMessageHandle
extends oracle.odi.internal.util.MessageHandle
| Modifier and Type | Field and Description | 
|---|---|
static ValidationMessageHandle | 
CUBE_DIMENSION_REFERENCE_NOT_SET_UNIQUE_ROLE
Cube {0} has multiple references to dimension {1} with no unique role qualifiers. 
 | 
static ValidationMessageHandle | 
CUBE_KEY_REFERENCE_INCONSISTENT_COLUMN_BINDING
Cube {0} is bound to datastore {1}, but key reference for dimension {2} is bound to column {3} which is owned by datastore {4}. 
 | 
static ValidationMessageHandle | 
CUBE_KEY_REFERENCE_INCONSISTENT_ERROR_COLUMN_BINDING
Cube {0} is bound to an error datastore {1}, but key reference for dimension {2} is bound to an error column {3} which is owned by datastore {4}. 
 | 
static ValidationMessageHandle | 
CUBE_KEY_REFERENCE_NOT_BOUND_TO_COLUMN
In cube {0}, the key reference for dimension {1} is not bound to a column of the cube bound datastore. 
 | 
static ValidationMessageHandle | 
CUBE_KEY_REFERENCE_NOT_BOUND_TO_ERROR_COLUMN
In cube {0}, the key reference for dimension {1} is not bound to an error column of the cube bound error datastore when orphan management is enabled. 
 | 
static ValidationMessageHandle | 
CUBE_MEASURE_INCONSISTENT_COLUMN_BINDING
Cube {0} is bound to datastore {1}, but measure {2} is bound to column {3} which is owned by datastore {4}. 
 | 
static ValidationMessageHandle | 
CUBE_MEASURE_INCONSISTENT_ERROR_COLUMN_BINDING
Cube {0} is bound to error datastore {1}, but measure {2} is bound to error column {3} which is owned by datastore {4}. 
 | 
static ValidationMessageHandle | 
CUBE_MEASURE_NOT_BOUND_TO_COLUMN
In cube {0}, measure {1} is not bound to a column of the cube bound datastore. 
 | 
static ValidationMessageHandle | 
CUBE_MEASURE_NOT_BOUND_TO_ERROR_COLUMN
In cube {0}, measure {1} is not bound to an error column of the cube bound error datastore when orphan management is enabled. 
 | 
static ValidationMessageHandle | 
CUBE_MULTIPLE_COLUMN_BINDINGS
In cube {0}, multiple dimension key references or measures are bound to the same column {1} of the cube bound datastore. 
 | 
static ValidationMessageHandle | 
CUBE_MULTIPLE_ERROR_COLUMN_BINDINGS
In cube {0}, multiple dimension key references or measures are bound to the same error column {1} of the cube bound error datastore. 
 | 
static ValidationMessageHandle | 
CUBE_NO_KEY_REFERENCE
Cube {0} reference to dimension {1} does not have a key reference. 
 | 
static ValidationMessageHandle | 
CUBE_NO_PK_FK_CONSTRAINT  | 
static ValidationMessageHandle | 
CUBE_NO_SURROGATE_KEY_REFERENCE
Cube {0} reference to dimension {1}, level {2} has a surrogate key, but the key reference does not point to this surrogate key. 
 | 
static ValidationMessageHandle | 
CUBE_NOT_ASSOCIATED_WITH_LEVEL
A dimension reference of cube {0} is not associated with a level. 
 | 
static ValidationMessageHandle | 
CUBE_NOT_BOUND_TO_DATASTORE
Cube {0} is not bound to a datastore. 
 | 
static ValidationMessageHandle | 
CUBE_NOT_BOUND_TO_ERROR_DATASTORE
Cube {0} with orphan management enabled is not bound to an error datastore. 
 | 
static ValidationMessageHandle | 
CUBE_NOT_DEFINE_MEASURES
Cube {0} does not have any measures. 
 | 
static ValidationMessageHandle | 
CUBE_NOT_DEFINE_REFERENCING_DIMENSIONS
Cube {0} does not reference any dimensions. 
 | 
static ValidationMessageHandle | 
CUBE_REFERENCE_TO_INVALID_DIMENSION
Dimension {1} referenced by cube {0} is invalid. 
 | 
static ValidationMessageHandle | 
DIMENSION_ATTRIBUTE_CAN_NOT_BE_SCD2_ROLE_AND_HAVE_SCD3_TYPE_AT_SAME_TIME
In dimension {0} level {1}, level attribute {2} can not have an SCD2 setting (date or trigger, etc.) and have SCD3 type attributes (previous value or effective date) set for it. 
 | 
static ValidationMessageHandle | 
DIMENSION_ATTRIBUTE_CAN_NOT_BE_SCD3_ROLE_AND_HAVE_SCD3_TYPE_AT_SAME_TIME
In dimension {0} level {1}, level attribute {2} can not be used as an SCD3 role attribute (previous value or effective date) and have SCD3 type attributes at the same time. 
 | 
static ValidationMessageHandle | 
DIMENSION_CYCLICAL_PARENT_REF
Dimension {0} has an invalid cyclical parent/child level relationship involving parent referece {1}. 
 | 
static ValidationMessageHandle | 
DIMENSION_DIMENSION_BOUND_DATASTORE_DOES_NOT_HAVE_PRIMARY_KEY
Dimension {0} uses surrogate key but bound datastore {1} does not have primary key constraint. 
 | 
static ValidationMessageHandle | 
DIMENSION_DIMENSION_DOES_NOT_HAVE_HIERARCHY
Dimension {0} has more than one level but no hierarchy defined. 
 | 
static ValidationMessageHandle | 
DIMENSION_DIMENSION_IS_NOT_BOUND_TO_DATASTORE
Dimension {0} with star implementation is not bound to a datastore. 
 | 
static ValidationMessageHandle | 
DIMENSION_DIMENSION_IS_NOT_BOUND_TO_ERROR_DATASTORE
In dimension {0} with star implementation, the orphan management is enabled but dimension is not bound to an error datastore. 
 | 
static ValidationMessageHandle | 
DIMENSION_DOES_NOT_HAVE_LEVELS
Dimension {0} does not have any levels. 
 | 
static ValidationMessageHandle | 
DIMENSION_HIERARCHY_CONTAINS_ONE_LEVEL_OR_NO_LEVEL
In Dimension {0}, hierarchy {1} contains either only one level or no levels. 
 | 
static ValidationMessageHandle | 
DIMENSION_HIERARCHY_LEVEL_ORDERING_FAULT
The dimension has an invalid cyclical parent/child level relationship involving {0} 
 | 
static ValidationMessageHandle | 
DIMENSION_HIERARCHY_MEMBER_FAULT
The dimension hierarchy member uses parent ref {0}, which points to a level that is not included in the hierarchy. 
 | 
static ValidationMessageHandle | 
DIMENSION_HIERARCHY_VERSIONING_IS_NOT_ENABLED
In dimension {0}, SCD2 is enabled for non-leaf level {1}, but hierarchy versioning is not enabled between level {1} and {2}. 
 | 
static ValidationMessageHandle | 
DIMENSION_INCONSISTENT_COLUMN_BINDING
Level attribute {0} bound column: {1} is owned by table {2}, but the level is bound to table {3} 
 | 
static ValidationMessageHandle | 
DIMENSION_INCONSISTENT_ERROR_COLUMN_BINDING
Level attribute {0} bound error column: {1} is owned by table {2}, but the level is bound to error table {3} 
 | 
static ValidationMessageHandle | 
DIMENSION_INCONSISTENT_PARENT_REF_MEMBER_BINDING
Parent ref member {0} bound staging column: {1} is owned by table {2}, but the level is bound to table {3} 
 | 
static ValidationMessageHandle | 
DIMENSION_INCONSISTENT_STAGING_COLUMN_BINDING
Level attribute {0} bound staging column: {1} is owned by table {2}, but the level is bound to staging table {3} 
 | 
static ValidationMessageHandle | 
DIMENSION_LEVEL_AK_SK_SET_SAME_ATTRIBUTE
In dimension {0} level {1}, level attribute {2} is set as both the surrogate key and the natural key. 
 | 
static ValidationMessageHandle | 
DIMENSION_LEVEL_ATTRIBUTE_BOUND_COLUMN_NOT_OWNED_BY_BOUND_DATASTORE
In dimension {0}, level {1} is bound to datastore {2}, but level attribute {3} is bound to column {4} which is owned by datastore {5}. 
 | 
static ValidationMessageHandle | 
DIMENSION_LEVEL_ATTRIBUTE_BOUND_ERROR_COLUMN_NOT_OWNED_BY_BOUND_ERROR_DATASTORE
In Dimension {0}, Level {1} is bound to error datastore {2}, but Level Attribute {3} is bound to error column {4} which is owned by datastore {5}. 
 | 
static ValidationMessageHandle | 
DIMENSION_LEVEL_ATTRIBUTE_BOUND_STAGING_COLUMN_NOT_OWNED_BY_BOUND_STAGING_DATASTORE
In Dimension {0}, Level {1} is bound to staging datastore {2}, but Level Attribute {3} is bound to staging column {4} which is owned by datastore {5}. 
 | 
static ValidationMessageHandle | 
DIMENSION_LEVEL_ATTRIBUTE_IS_NOT_BOUND_TO_COLUMN
In dimension {0} level {1}, level attribute {2} is not bound to a column of the bound datastore. 
 | 
static ValidationMessageHandle | 
DIMENSION_LEVEL_ATTRIBUTE_IS_NOT_BOUND_TO_ERROR_COLUMN
In dimension {0} level {1}, level attribute {2} is not bound to an error column of the bound error datastore. 
 | 
static ValidationMessageHandle | 
DIMENSION_LEVEL_ATTRIBUTE_IS_NOT_BOUND_TO_STAGING_COLUMN
In dimension {0} level {1}, level attribute {2} is not bound to a staging column of the bound staging datastore. 
 | 
static ValidationMessageHandle | 
DIMENSION_LEVEL_BOUND_DATASTORE_DOES_NOT_HAVE_PRIMARY_KEY
Dimension {0} uses surrogate key but bound datastore {1} of level {2} does not have primary key constraint. 
 | 
static ValidationMessageHandle | 
DIMENSION_LEVEL_DOES_NOT_HAVE_ATTRIBUTES
In Dimension {0}, level {1} does not have any level attributes. 
 | 
static ValidationMessageHandle | 
DIMENSION_LEVEL_DOES_NOT_HAVE_NATURAL_KEY
In dimension {0}, level {1} does not have any natural key. 
 | 
static ValidationMessageHandle | 
DIMENSION_LEVEL_DOES_NOT_HAVE_UPDATABLE_ATTRIBUTES
In dimension {0}, level {1} does not have any updatable attributes. 
 | 
static ValidationMessageHandle | 
DIMENSION_LEVEL_IN_PARENT_REF_IS_NOT_OWNED_BY_HIERARCHY
In dimension {0} hierarchy {1}, the hierarchy member for level {2} uses parent reference {3}, which points to level {4} that is not included in this hierarchy. 
 | 
static ValidationMessageHandle | 
DIMENSION_LEVEL_IS_NOT_BOUND_TO_DATASTORE
Dimension {0} is flagged as a snowflake implementation, but level {1} is not bound to a datastore. 
 | 
static ValidationMessageHandle | 
DIMENSION_LEVEL_IS_NOT_BOUND_TO_ERROR_DATASTORE
In dimension {0} with snowflake implementation, the orphan management is enabled but level {1} is not bound to an error datastore. 
 | 
static ValidationMessageHandle | 
DIMENSION_LEVEL_IS_NOT_BOUND_TO_STAGING_DATASTORE
In dimension {0}, level {1} is not bound to a staging datastore. 
 | 
static ValidationMessageHandle | 
DIMENSION_MISMATCH_BETWEEN_LEVEL_ATTRIBUTE_AND_PREVIOUS_ATTRIBUTE_DATATYPE
In dimension {0} level {1}, datatype {3} of level attribute {2} does not match with the datatype {5} of SCD3 previous attribute {4}. 
 | 
static ValidationMessageHandle | 
DIMENSION_MISMATCH_BETWEEN_LEVEL_ATTRIBUTE_BOUND_COLUMN_AND_LEVEL_ATTRIBUTE_DATATYPE
In dimension {0} level {1}, the datatype {3} of level attribute {2} is does not match with the datatype {5} of bound column {4}. 
 | 
static ValidationMessageHandle | 
DIMENSION_MISMATCH_BETWEEN_LEVEL_ATTRIBUTE_BOUND_ERROR_COLUMN_AND_LEVEL_ATTRIBUTE_DATATYPE
In dimension {0} level {1}, the datatype {3} of level attribute {2} does not match with the datatype {5} of bound error column {4}. 
 | 
static ValidationMessageHandle | 
DIMENSION_MISMATCH_BETWEEN_LEVEL_ATTRIBUTE_BOUND_STAGING_COLUMN_AND_LEVEL_ATTRIBUTE_DATATYPE
In dimension {0} level {1}, the datatype {3} of level attribute {2} does not match with the datatype {5} of bound staging column {4}. 
 | 
static ValidationMessageHandle | 
DIMENSION_MISMATCH_BETWEEN_PARENT_REF_MEMBER_BOUND_COLUMN_AND_LEVEL_ATTRIBUTE_DATATYPE
In dimension {0} parent reference member {1}, the datatype of {3} of referenced level attribute {2} does not match with the datatype {5} of bound column {4}. 
 | 
static ValidationMessageHandle | 
DIMENSION_MISMATCH_BETWEEN_PARENT_REF_MEMBER_BOUND_ERROR_COLUMN_AND_LEVEL_ATTRIBUTE_DATATYPE
In dimension {0} parent reference member {1}, the datatype {3] of referenced level attribute {2} does not match with the datatype {5} of bound error column {4}. 
 | 
static ValidationMessageHandle | 
DIMENSION_MISMATCH_BETWEEN_PARENT_REF_MEMBER_BOUND_STAGING_COLUMN_AND_LEVEL_ATTRIBUTE_DATATYPE
In dimension {0} parent reference member {1}, the datatype {3] of referenced level attribute {2} does not match with the datatype {5} of bound staging column {4}. 
 | 
static ValidationMessageHandle | 
DIMENSION_NATURAL_KEY_IS_NOT_USED_FOR_SCD3_ATTR
In dimension {0}, a level attribute is enabled as SCD3 attribute, but it is also set as nature key. 
 | 
static ValidationMessageHandle | 
DIMENSION_NOT_ALL_SCD2_EFF_TIME_EXP_TIME_TRIGGER_HISTORY_ARE_DEFINED
In dimension {0}, if any of SCD2 trigger history, SCD2 effective time or SCD2 expiration time is set for a level, then all of them must be set. 
 | 
static ValidationMessageHandle | 
DIMENSION_NOT_ALL_SCD3_PREVIOUS_VALUE_EFF_TIME_ARE_DEFINED
In dimension {0}, level {1}, for level attribute {2} if the SCD3 effective date is set, the previous value must also be set. 
 | 
static ValidationMessageHandle | 
DIMENSION_ONE_ATTRIBUTE_CAN_NOT_BE_BOTH_SCD2_ROLE_AND_SCD3_ROLE
In dimension {0} level {1}, level attribute {2} can not have both a SCD2 setting (date or trigger, etc.) and be used in an SCD3 role (previous value or effective date). 
 | 
static ValidationMessageHandle | 
DIMENSION_PARENT_REF_MEMBER_BOUND_COLUMN_DOES_NOT_HAVE_FOREIGN_KEY
In dimension {0} level {1} with snowflake implementation, the bound column of parent reference member {2} does not have foreign key constraint. 
 | 
static ValidationMessageHandle | 
DIMENSION_PARENT_REF_MEMBER_BOUND_COLUMN_IS_NOT_PARENT_LEVEL_ATTRIBUTE_BOUND_COLUMN
Dimension {0} is star implementation, but parent reference {1} member {2} is not bound to the same column {3} as the matching parent level key attribute {4}. 
 | 
static ValidationMessageHandle | 
DIMENSION_PARENT_REF_MEMBER_BOUND_COLUMN_NOT_OWNED_BY_BOUND_DATASTORE
In dimension {0} level {1} is bound to datastore {2}, but parent reference member {3} is bound to staging column {4} which is owned by datastore {5}. 
 | 
static ValidationMessageHandle | 
DIMENSION_PARENT_REF_MEMBER_BOUND_ERROR_COLUMN_NOT_OWNED_BY_BOUND_ERROR_DATASTORE
In dimension {0} level {1} is bound to error datastore {2}, but parent reference member {3} is bound to error column {4} which is owned by datastore {5}. 
 | 
static ValidationMessageHandle | 
DIMENSION_PARENT_REF_MEMBER_BOUND_STAGING_COLUMN_NOT_OWNED_BY_BOUND_STAGING_DATASTORE
In dimension {0} level {1} is bound to staging datastore {2}, but parent reference member {3} is bound to column {4} which is owned by datastore {5}. 
 | 
static ValidationMessageHandle | 
DIMENSION_PARENT_REF_MEMBER_IS_NOT_BOUND_TO_COLUMN
In dimension {0} level {1}, parent reference member {2} is not bound to a column. 
 | 
static ValidationMessageHandle | 
DIMENSION_PARENT_REF_MEMBER_IS_NOT_BOUND_TO_ERROR_COLUMN
In dimension {0} level {1}, parent reference member {2} is not bound to an error column. 
 | 
static ValidationMessageHandle | 
DIMENSION_PARENT_REF_MEMBER_IS_NOT_BOUND_TO_STAGING_COLUMN
In dimension {0} level {1}, parent reference member {2} is not bound to a staging column. 
 | 
static ValidationMessageHandle | 
DIMENSION_SCD3_PREVIOUS_ATTRIBUTE_CAN_NOT_BE_ANOTHER_SCD3_ROLE
In dimension {0} level {1}, level attribute {2} can not be flagged as an SCD3 previous value for more than one attribute nor as both a previous value and an effective date. 
 | 
static ValidationMessageHandle | 
DIMENSION_SURROGATE_ID_AND_NATURAL_KEY_CAN_NOT_BE_SCD2_EFF_TIME_EXP_TIME_TRIGGER_HISTORY
In dimension {0} level {1}, a key attribute {2} is flagged as role playing(date or trigger, etc.). 
 | 
static ValidationMessageHandle | 
DIMENSION_SURROGATE_ID_AND_NATURAL_KEY_CAN_NOT_BE_SCD3_EFF_TIME_PREVIOUS_ATTRIBUTE
In dimension {0} level {1}, a key attribute {2} is flagged as role playing(date or trigger, etc.). 
 | 
static ValidationMessageHandle | 
DIMENSION_SURROGATE_ID_IS_NOT_USED_FOR_SCD2
In dimension {0}, SCD2 is enabled, but surrogate key is not used. 
 | 
static ValidationMessageHandle | 
DIMENSION_SURROGATE_KEY_IS_NOT_USED_FOR_SCD3_ATTR
In dimension {0} level {1}, the attribute {2} is defined as the surrogate key, it cannot also be of type SCD3. 
 | 
static ValidationMessageHandle | 
LOAD_PLAN_CONTEXT_DOESNT_EXIST
Context is specified on a step "{0}", but it's no longer present in the topology. 
 | 
static ValidationMessageHandle | 
LOAD_PLAN_COULD_NOT_VALIDATE_SQL
LoadPlan Variable \"{0}\" has SQL, which could not be validated. 
 | 
static ValidationMessageHandle | 
LOAD_PLAN_DIFFERENT_LOGICAL_SCHEMA
LoadPlan Variable "{0}" LogicalSchema "{1}" is different than the design repository Variable "{2}" LogicalSchema "{3}". 
 | 
static ValidationMessageHandle | 
LOAD_PLAN_DIFFERENT_VARIABLE_SQL
LoadPlan Variable "{0}" SQL is different than the design repository Variable "{1}" SQL. 
 | 
static ValidationMessageHandle | 
LOAD_PLAN_EXCEPTION_ISNT_USED
Exception \"{0}\" is not used in the Load Plan. 
 | 
static ValidationMessageHandle | 
LOAD_PLAN_LOGICAL_AGENT_DOESNT_EXIST
Logical Agent is specified on a step "{0}", but it is no longer present in the topology 
 | 
static ValidationMessageHandle | 
LOAD_PLAN_MAPPING_IS_MISSED
Context "{0}" and Logical agent "{1}" on a step "{2}" does not map to any physical agent. 
 | 
static ValidationMessageHandle | 
LOAD_PLAN_MISSED_SCENARIO_VARIABLE
Scenario "{0}", which is referenced by RunScenario step "{1}", has variable "{2}" but LoadPlan does not have variable with the same name. 
 | 
static ValidationMessageHandle | 
LOAD_PLAN_MISSED_VARIABLE
LoadPlan has variable "{0}", but repository doesn't have variable with the same name. 
 | 
static ValidationMessageHandle | 
LOAD_PLAN_REFRESH_WITHOUT_SQL
LoadPlan Variable "{0}" is refreshed at step "{1}", but it has no SQL. 
 | 
static ValidationMessageHandle | 
LOAD_PLAN_SCENARIO_HAS_NEWER_VERSION
Scenario "{0}", which is referenced by RunScenario step "{1}", has a newer version \"{2}\" in the repository. 
 | 
static ValidationMessageHandle | 
LOAD_PLAN_SCENARIO_WASNT_FOUND
Scenario "{0}" wasn't found. 
 | 
static ValidationMessageHandle | 
LOAD_PLAN_VARIABLE_TYPE_MISMATCH
Scenario variable "{0}" type and LoadPlan variable "{1}" type mismatch. 
 | 
static ValidationMessageHandle | 
MULTIPLE_ATTRIBUTES_BIND_ONE_COLUMN
In datastore {0}, attribute {1} is bound by more than one level attribute or parent reference members: {2}. 
 | 
public static final ValidationMessageHandle LOAD_PLAN_EXCEPTION_ISNT_USED
public static final ValidationMessageHandle LOAD_PLAN_CONTEXT_DOESNT_EXIST
public static final ValidationMessageHandle LOAD_PLAN_MISSED_SCENARIO_VARIABLE
public static final ValidationMessageHandle LOAD_PLAN_SCENARIO_HAS_NEWER_VERSION
public static final ValidationMessageHandle LOAD_PLAN_SCENARIO_WASNT_FOUND
public static final ValidationMessageHandle LOAD_PLAN_DIFFERENT_VARIABLE_SQL
public static final ValidationMessageHandle LOAD_PLAN_MAPPING_IS_MISSED
public static final ValidationMessageHandle LOAD_PLAN_LOGICAL_AGENT_DOESNT_EXIST
public static final ValidationMessageHandle LOAD_PLAN_VARIABLE_TYPE_MISMATCH
public static final ValidationMessageHandle LOAD_PLAN_DIFFERENT_LOGICAL_SCHEMA
public static final ValidationMessageHandle LOAD_PLAN_REFRESH_WITHOUT_SQL
public static final ValidationMessageHandle LOAD_PLAN_MISSED_VARIABLE
public static final ValidationMessageHandle LOAD_PLAN_COULD_NOT_VALIDATE_SQL
public static final ValidationMessageHandle DIMENSION_INCONSISTENT_COLUMN_BINDING
public static final ValidationMessageHandle DIMENSION_INCONSISTENT_ERROR_COLUMN_BINDING
public static final ValidationMessageHandle DIMENSION_INCONSISTENT_STAGING_COLUMN_BINDING
public static final ValidationMessageHandle DIMENSION_INCONSISTENT_PARENT_REF_MEMBER_BINDING
public static final ValidationMessageHandle DIMENSION_HIERARCHY_LEVEL_ORDERING_FAULT
public static final ValidationMessageHandle DIMENSION_HIERARCHY_MEMBER_FAULT
public static final ValidationMessageHandle CUBE_NOT_DEFINE_REFERENCING_DIMENSIONS
public static final ValidationMessageHandle CUBE_NOT_DEFINE_MEASURES
public static final ValidationMessageHandle CUBE_NOT_ASSOCIATED_WITH_LEVEL
public static final ValidationMessageHandle CUBE_REFERENCE_TO_INVALID_DIMENSION
public static final ValidationMessageHandle CUBE_DIMENSION_REFERENCE_NOT_SET_UNIQUE_ROLE
public static final ValidationMessageHandle CUBE_NOT_BOUND_TO_DATASTORE
public static final ValidationMessageHandle CUBE_NOT_BOUND_TO_ERROR_DATASTORE
public static final ValidationMessageHandle CUBE_MEASURE_NOT_BOUND_TO_COLUMN
public static final ValidationMessageHandle CUBE_MEASURE_NOT_BOUND_TO_ERROR_COLUMN
public static final ValidationMessageHandle CUBE_MEASURE_INCONSISTENT_COLUMN_BINDING
public static final ValidationMessageHandle CUBE_MEASURE_INCONSISTENT_ERROR_COLUMN_BINDING
public static final ValidationMessageHandle CUBE_NO_KEY_REFERENCE
public static final ValidationMessageHandle CUBE_NO_SURROGATE_KEY_REFERENCE
public static final ValidationMessageHandle CUBE_KEY_REFERENCE_NOT_BOUND_TO_COLUMN
public static final ValidationMessageHandle CUBE_KEY_REFERENCE_NOT_BOUND_TO_ERROR_COLUMN
public static final ValidationMessageHandle CUBE_KEY_REFERENCE_INCONSISTENT_COLUMN_BINDING
public static final ValidationMessageHandle CUBE_KEY_REFERENCE_INCONSISTENT_ERROR_COLUMN_BINDING
public static final ValidationMessageHandle CUBE_MULTIPLE_COLUMN_BINDINGS
public static final ValidationMessageHandle CUBE_MULTIPLE_ERROR_COLUMN_BINDINGS
public static final ValidationMessageHandle CUBE_NO_PK_FK_CONSTRAINT
public static final ValidationMessageHandle DIMENSION_DOES_NOT_HAVE_LEVELS
public static final ValidationMessageHandle DIMENSION_LEVEL_DOES_NOT_HAVE_ATTRIBUTES
public static final ValidationMessageHandle DIMENSION_HIERARCHY_CONTAINS_ONE_LEVEL_OR_NO_LEVEL
public static final ValidationMessageHandle DIMENSION_DIMENSION_DOES_NOT_HAVE_HIERARCHY
public static final ValidationMessageHandle DIMENSION_LEVEL_DOES_NOT_HAVE_NATURAL_KEY
public static final ValidationMessageHandle DIMENSION_LEVEL_DOES_NOT_HAVE_UPDATABLE_ATTRIBUTES
public static final ValidationMessageHandle DIMENSION_CYCLICAL_PARENT_REF
public static final ValidationMessageHandle DIMENSION_LEVEL_IN_PARENT_REF_IS_NOT_OWNED_BY_HIERARCHY
public static final ValidationMessageHandle DIMENSION_LEVEL_AK_SK_SET_SAME_ATTRIBUTE
public static final ValidationMessageHandle DIMENSION_DIMENSION_IS_NOT_BOUND_TO_DATASTORE
public static final ValidationMessageHandle DIMENSION_LEVEL_IS_NOT_BOUND_TO_DATASTORE
public static final ValidationMessageHandle DIMENSION_LEVEL_IS_NOT_BOUND_TO_STAGING_DATASTORE
public static final ValidationMessageHandle DIMENSION_DIMENSION_IS_NOT_BOUND_TO_ERROR_DATASTORE
public static final ValidationMessageHandle DIMENSION_LEVEL_IS_NOT_BOUND_TO_ERROR_DATASTORE
public static final ValidationMessageHandle DIMENSION_LEVEL_ATTRIBUTE_IS_NOT_BOUND_TO_COLUMN
public static final ValidationMessageHandle DIMENSION_LEVEL_ATTRIBUTE_IS_NOT_BOUND_TO_STAGING_COLUMN
public static final ValidationMessageHandle DIMENSION_LEVEL_ATTRIBUTE_IS_NOT_BOUND_TO_ERROR_COLUMN
public static final ValidationMessageHandle DIMENSION_LEVEL_ATTRIBUTE_BOUND_COLUMN_NOT_OWNED_BY_BOUND_DATASTORE
public static final ValidationMessageHandle DIMENSION_LEVEL_ATTRIBUTE_BOUND_STAGING_COLUMN_NOT_OWNED_BY_BOUND_STAGING_DATASTORE
public static final ValidationMessageHandle DIMENSION_LEVEL_ATTRIBUTE_BOUND_ERROR_COLUMN_NOT_OWNED_BY_BOUND_ERROR_DATASTORE
public static final ValidationMessageHandle DIMENSION_DIMENSION_BOUND_DATASTORE_DOES_NOT_HAVE_PRIMARY_KEY
public static final ValidationMessageHandle DIMENSION_LEVEL_BOUND_DATASTORE_DOES_NOT_HAVE_PRIMARY_KEY
public static final ValidationMessageHandle DIMENSION_PARENT_REF_MEMBER_IS_NOT_BOUND_TO_COLUMN
public static final ValidationMessageHandle DIMENSION_PARENT_REF_MEMBER_IS_NOT_BOUND_TO_STAGING_COLUMN
public static final ValidationMessageHandle DIMENSION_PARENT_REF_MEMBER_IS_NOT_BOUND_TO_ERROR_COLUMN
public static final ValidationMessageHandle DIMENSION_PARENT_REF_MEMBER_BOUND_COLUMN_NOT_OWNED_BY_BOUND_DATASTORE
public static final ValidationMessageHandle DIMENSION_PARENT_REF_MEMBER_BOUND_STAGING_COLUMN_NOT_OWNED_BY_BOUND_STAGING_DATASTORE
public static final ValidationMessageHandle DIMENSION_PARENT_REF_MEMBER_BOUND_ERROR_COLUMN_NOT_OWNED_BY_BOUND_ERROR_DATASTORE
public static final ValidationMessageHandle DIMENSION_PARENT_REF_MEMBER_BOUND_COLUMN_DOES_NOT_HAVE_FOREIGN_KEY
public static final ValidationMessageHandle DIMENSION_MISMATCH_BETWEEN_PARENT_REF_MEMBER_BOUND_COLUMN_AND_LEVEL_ATTRIBUTE_DATATYPE
public static final ValidationMessageHandle DIMENSION_MISMATCH_BETWEEN_PARENT_REF_MEMBER_BOUND_STAGING_COLUMN_AND_LEVEL_ATTRIBUTE_DATATYPE
public static final ValidationMessageHandle DIMENSION_MISMATCH_BETWEEN_PARENT_REF_MEMBER_BOUND_ERROR_COLUMN_AND_LEVEL_ATTRIBUTE_DATATYPE
public static final ValidationMessageHandle DIMENSION_MISMATCH_BETWEEN_LEVEL_ATTRIBUTE_BOUND_COLUMN_AND_LEVEL_ATTRIBUTE_DATATYPE
public static final ValidationMessageHandle DIMENSION_MISMATCH_BETWEEN_LEVEL_ATTRIBUTE_BOUND_STAGING_COLUMN_AND_LEVEL_ATTRIBUTE_DATATYPE
public static final ValidationMessageHandle DIMENSION_MISMATCH_BETWEEN_LEVEL_ATTRIBUTE_BOUND_ERROR_COLUMN_AND_LEVEL_ATTRIBUTE_DATATYPE
public static final ValidationMessageHandle DIMENSION_PARENT_REF_MEMBER_BOUND_COLUMN_IS_NOT_PARENT_LEVEL_ATTRIBUTE_BOUND_COLUMN
public static final ValidationMessageHandle DIMENSION_SURROGATE_ID_AND_NATURAL_KEY_CAN_NOT_BE_SCD2_EFF_TIME_EXP_TIME_TRIGGER_HISTORY
public static final ValidationMessageHandle DIMENSION_NOT_ALL_SCD2_EFF_TIME_EXP_TIME_TRIGGER_HISTORY_ARE_DEFINED
public static final ValidationMessageHandle DIMENSION_SURROGATE_ID_IS_NOT_USED_FOR_SCD2
public static final ValidationMessageHandle DIMENSION_NATURAL_KEY_IS_NOT_USED_FOR_SCD3_ATTR
public static final ValidationMessageHandle DIMENSION_SURROGATE_KEY_IS_NOT_USED_FOR_SCD3_ATTR
public static final ValidationMessageHandle DIMENSION_HIERARCHY_VERSIONING_IS_NOT_ENABLED
public static final ValidationMessageHandle DIMENSION_SURROGATE_ID_AND_NATURAL_KEY_CAN_NOT_BE_SCD3_EFF_TIME_PREVIOUS_ATTRIBUTE
public static final ValidationMessageHandle DIMENSION_SCD3_PREVIOUS_ATTRIBUTE_CAN_NOT_BE_ANOTHER_SCD3_ROLE
public static final ValidationMessageHandle DIMENSION_ONE_ATTRIBUTE_CAN_NOT_BE_BOTH_SCD2_ROLE_AND_SCD3_ROLE
public static final ValidationMessageHandle DIMENSION_ATTRIBUTE_CAN_NOT_BE_SCD2_ROLE_AND_HAVE_SCD3_TYPE_AT_SAME_TIME
public static final ValidationMessageHandle DIMENSION_ATTRIBUTE_CAN_NOT_BE_SCD3_ROLE_AND_HAVE_SCD3_TYPE_AT_SAME_TIME
public static final ValidationMessageHandle DIMENSION_NOT_ALL_SCD3_PREVIOUS_VALUE_EFF_TIME_ARE_DEFINED
public static final ValidationMessageHandle DIMENSION_MISMATCH_BETWEEN_LEVEL_ATTRIBUTE_AND_PREVIOUS_ATTRIBUTE_DATATYPE
public static final ValidationMessageHandle MULTIPLE_ATTRIBUTES_BIND_ONE_COLUMN