The Customer Log database items apply to the Customer Log (customer_log) table. The table contains customer error log information on recent archiver executions. The information includes the error code, the date the error occurred, the severity, the associated event, and a description of the error. The Customer Log table is not backed up by the CMS Maintenance backup.
|
Database item
|
Description
|
Data type
|
Column type
|
Length
|
|
ACD_ID
|
The ACD number for which data was collected.
|
A
|
integer
|
4 bytes
|
|
COUNTS
|
The number of occurrences of the error.
|
A
|
integer
|
4 bytes
|
|
DATE_OCCURRED
|
The date that the error occurred.
|
A
|
date - Informix date
|
4 bytes
|
|
DESCRIPTION
|
A text description of the error.
|
A
|
char(256) - ASCII text string
|
256 bytes
|
|
ERROR_CODE
|
The error code number.
|
A
|
integer
|
4 bytes
|
|
LAST_TIME
|
The last time the error occurred.
|
A
|
integer
|
4 bytes
|
|
SEVERITY
|
The level of severity of the error.
|
A
|
char(10) - ASCII text string
|
10 bytes
|