Технические ссылки для Cisco Cisco IPCC Web Option

Скачать
Страница из 404
 
2-83
Cisco ICM Software Database Schema Handbook
78-11677-04
Chapter 2      Table Details
Event Table
SystemType
The type of system that generated the event: 
0 = Unknown
1 = CallRouter
2 = Peripheral Gateway
3 = Network Interface Controller
4 = Admin Workstation
5 = Logger
6 = Listener
7 = CTI Gateway
8 = Blended Agent Dialer 
smallint
NOT NULL
SystemId
DMP system ID of the event originator. For a 
CallRouter or Logger, this value is always 0.
smallint
NOT NULL
StatusCodeType
Classification of the value in StatusCode field.
smallint
NOT NULL
StatusCode
Status code value.
int
NOT NULL
StatusCodeString
String associated with the status code.
varchar(255)
NULL
ProcName
Name of the process that originated the event.
varchar(32)
NOT NULL
SourceSystemName
Name of the node that generated the event.
varchar(32)
NULL
SourceVirtualTime
Virtual time event was generated (originator’s 
time).
int
NOT NULL
SourceFileTime
File time event was generated (originator’s time).
datetime
NOT NULL
MessageId
Message ID from message compiler.
int
NOT NULL
Severity
The level of the message.
varchar(16)
NULL
Category
The type of message.
varchar(32)
NULL
MessageString
Contents of message.
varchar(255)
NULL
CustomerId
The customer ID.
int
NOT NULL
Side
Side of event originator: 
A or B = Paired processes
\0 = A non-paired process
char(1)
NOT NULL
Dword1
Optional event DWORD.
int
NULL
Dword2
Optional event DWORD.
int
NULL
Dword3
Optional event DWORD.
int
NULL
Dword4
Optional event DWORD.
int
NULL
Dword5
Optional event DWORD.
int
NULL
String1
Optional event string.
varchar(240)
NULL
String2
Optional event string.
varchar(240)
NULL
String3
Optional event string.
varchar(240)
NULL
String4
Optional event string.
varchar(240)
NULL
String5
Optional event string.
varchar(240)
NULL
Table 2-71 Event Table (continued)
Field Name
Description
Data Type
Keys and Null 
Option