The Archiver Execution Status database item descriptions apply specifically to items in the Archiver Execution Status (arch_stat) table. The table contains status information on recent archiver executions, and displays status and the next run scheduled.
Database item |
Description |
Data type |
Column type |
Length |
ACD (index) |
The ACD number for which data was collected. |
A |
smallint |
2 bytes |
ARCH_TYPE (index) |
The type of archiver executions being run. Values are: 1 = interval, 2 = daily, 3 = weekly, 4 = monthly. |
A |
char(20) - ASCII text string |
20 bytes |
LAST_TIME |
The last time the archiver execution was run. |
A |
char(20) - ASCII text string |
20 bytes |
STATUS |
The status of the archiver execution. This field indicates if the execution was not run, is currently running, or has finished. Values are: 1 = not run 2 = finished, the archive was successful 3 = finished, the archive had a failure 4 = running If the status field displays 3, for finished, but had a failure, you should consult the error log (customer_log table) and the archive log for the reason prior to troubleshooting. |
A |
char(9) - ASCII text string |
9 bytes |