_ErrorLogOther
The _ErrorText table lists the error texts for each OLAP error code in each available language/region. This table is useful for debugging.
This table describes _ErrorLogOther:
| Column | Type | Description |
|---|---|---|
| JobId | BigInteger | The ID of a job which has an error. |
| ErrorCode | Integer | OLAP error code. |
| ObjectKind | String(256) | The error object
kind. ObjectKind refers to the type of object the row describes. For example, CUBE, DIMENSION, ELEMENT, JOB_OBJECT. |
| ObjectName | String(256) | The name of the error object. |
| ObjectCaption | String(256) | The caption of the error object. If meaningful and if available in the process. |
| ErrorText | Text | Human-readable description of error. |