_ErrorLogOverview
The _ErrorLogOverview view counts the number of jobs in each of these error log tables:
- _ErrorLogFactLoad
- _ErrorLogElementLoad
- _ErrorLogAttributeFill
- _ErrorLogOther
This table describes the view:
| Column | Type | Description |
|---|---|---|
| JobId | BigInteger | The ID of a job which has an error. |
| Table | String | The name of the error log table. |
| Row Count | Integer | The number of rows written for the error job in the error log table named in the Table column. |