SWO_DES_ERROR
This table stores detailed error information encountered during work order execution. It may include error codes, messages, timestamps, and references to affected tasks or components.
Process: COMPMAINTENANCE · Component: BasSWO · Table type: Transaction Table Category: Captures comprehensive details of errors encountered during the execution of Shop Work Orders (SWO). It includes error codes, descriptive messages, timestamps, and references to the specific tasks, components, or processes affected by each error
Primary key
replication_key
Columns (9)
| # | Column | Type | Description |
|---|---|---|---|
| 1 | REPLICATION_KEY | Bigint | Key generated for replication |
| 2 | SWO_defaultseverity | int | Severity level of the work order error |
| 3 | SWO_errorid | int | Identifier of the error encountered |
| 4 | SWO_errormessage | varchar | Description of the error message |
| 5 | SWO_errorsource | varchar | Screen or task where the error originated |
| 6 | SWO_language | int | Language code used for the record |
| 7 | SWO_RefBR | char | Business rule referred in the error |
| 8 | SWO_SPname | varchar | Name of the stored procedure that triggered the error |
| 9 | SWO_taskname | varchar | Name of the task linked to the record |
Sample rows (from live DB)
REPLICATION_KEY | SWO_defaultseverity | SWO_errorid | SWO_errormessage | SWO_errorsource | SWO_language |
|---|---|---|---|---|---|
| — | 1 | 8200010 | Description/ATA # cannot be… | TSK | 1 |
| — | 1 | 8200011 | Description/ATA # cannot be… | TSK | 1 |
| — | 1 | 8200012 | Description/ATA # cannot be… | TSK | 1 |
Showing 3 of 2,842 rows.