_ErrorLogElementLoad
The _ ErrorLogElementLoad table logs errors in element loads. This table is useful for debugging.
This table describes _ErrorLogElementLoad:
Column | Type | Description |
---|---|---|
JobId | BigInteger | The ID of a job which has an error. |
ErrorCode | Integer | OLAP error code. |
Dimension | String(256) | Dimension name. |
DimensionCaption | String(256) | Dimension caption. |
Hierarchy | String(256) | Hierarchy name. |
HierarchyCaption | String(256) | Hierarchy caption. |
Element | String(256) | Element or child element name. |
ElementCaption | String(256) | Element or child element caption. |
ElementType | String(256) | Element or child element type. |
ParentElement | String(256) | Parent element name. NULL if the occurred during the load of the member table. |
ParentElementCaption | String(256) | Parent element caption. NULL if the error occurred during the load of the member table or if the caption is not available. |
Weight | Real | The weight of the element. NULL if the error occurred during the load of the member table or if the caption is not available. |
Comment | Text | User defined comment. |