_ErrorLogAttributeFill
The _ ErrorLogAttributeFill table logs errors in attributes. This table is useful for debugging.
This table describes _ErrorLogAttributeFill:
| 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. | 
| TableId | Integer | The numeric ID of the attribute table the attribute resides in. | 
| AttributeFieldName | String(256) | Attribute field name. | 
| AttributeDataValue | String(512) | Attribute value for element. | 
| AttributeFieldType | String(16) | Attribute field type: 'C', 'N', 'D' or 'L'. | 
| AttributeFieldLength | Integer | Field length of attribute. | 
| AttributeFieldDecimals | Integer | Number of decimal places. For numeric fields only (type 'N'). Must be NULL for other types. | 
| Comment | Text | User defined comment. |