Instruction manual

Database Tables
CentreVu®
CMS Open Database Connectivity
Customer Log Database Items 3-150
Customer Log Database Items 3
Overview 3
The Customer Log database item descriptions apply specifically to items
in the
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. Because the data contained in the
customer_log
table are administrative, the table is not dependent on
ECS releases. The customer_log table is not backed up by the CMS
Maintenance backup.
Customer Log
Database Items
3
The following table describes the data items in the CMS Customer Log
database table.
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 4 byte
Informix
date
DESCRIPTION A text description of the error. A char(256) 256 byte
ASCII
text
string
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) 10 byte
ASCII
text
string