Error Configuration Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
KeyDuplicate | ErrorConfigurationKeyDuplicate | ReportAndStop | This value specifies how duplicate keys should be handled as part of cube processing error configuration. |
KeyErrorAction | ErrorConfigurationKeyErrorAction | ConvertToUnknown | This value specifies how key errors should be handled as part of cube processing error configuration. |
KeyErrorLimit | Int64 | 0 | This value specifies the number of key errors that may be encountered before a limit event is raised. When the limit is reached, the behavior of Analysis Services will be determined by the setting in the KeyErrorLimitAction property. |
KeyErrorLimitAction | ErrorConfigurationKeyErrorLimitAction | StopProcessing | This value specifies how cube processing should respond when the key error limit is reached. |
KeyErrorLogFile | String | This value specifies the path to the key error log file. | |
KeyNotFound | ErrorConfigurationKeyNotFound | ReportAndStop | This value specifies how missing keys should be handled as part of cube processing error configuration. |
NullKeyConvertedToUnknown | ErrorConfigurationNullKeyConvertedToUnknown | IgnoreError | This value specifies how cube processing should respond when a null key is converted to the Unknown member. |
NullKeyNotAllowed | ErrorConfigurationNullKeyNotAllowed | ReportAndStop | This value specifies how cube processing should respond when a disallowed null key is encountered. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |