| Schema Version | 5.0.6 | |
| Partitioned | No | |
The TRAN_DESTINATION table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| TRAN_OID | TRANSPORT_REQUEST (OID)
|
|
The unique identifier of the related transport request | |||
| ALIAS |
|
The alias of the transport destination | ||||
| STATUS |
|
The status of the execution of the transport request for the transport destination | ||||
| SEND_DATE |
|
The date when the transport request was sent | ||||
| RESPONSE_DATE |
|
The date when the response of the transport destination was received | ||||
| FAILURE_CATEGORY |
|
The failure category if the execution of the transport request failed for the transport destination | ||||
| FAILURE_MESSAGE |
|
The failure message if the execution of the transport request failed for the transport destination | ||||
| ERROR_STACK |
|
The stack of error if the execution of the transport request failed for the transport destination. The content of this field is in XML format. |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the related transport request |
| Type | DECIMAL(28), NOT NULL |
| Definition | The alias of the transport destination |
| Type | NVARCHAR(64), NOT NULL |
| Definition | The status of the execution of the transport request for the transport destination |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | The date when the transport request was sent |
| Type | DATETIME, NULL |
| Definition | The date when the response of the transport destination was received |
| Type | DATETIME, NULL |
| Definition | The failure category if the execution of the transport request failed for the transport destination |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NULL |
| Definition | The failure message if the execution of the transport request failed for the transport destination |
| Type | NVARCHAR(2000), NULL |
| Definition | The stack of error if the execution of the transport request failed for the transport destination. The content of this field is in XML format. |
| Type | IMAGE, NULL |