Cisco Cisco Administrative Workstation Technical References

Page of 404
 
2-124
Cisco ICM Software Database Schema Handbook
78-11677-04
Chapter 2      Table Details
Logger_Type Table
Logger_Type Table
Identifies the Logger type (that is, standard, Customer ICM (CICM), or Network Applications Manager 
(NAM). If the Logger is a NAM Logger, this table also specifies whether or not the NAM is a slave NAM.
Logical_Interface_Controller Table
Each row corresponds to a (possibly duplexed) Network Interface Controller (NIC) or Peripheral 
Gateway (PG). A duplexed NIC has two entries in the Physical Interface Controller table and a single 
entry in the Logical Interface Controller table.
Use ICM Configuration Manager to add, update, and delete Logical_Interface_Controller records.
Table 2-102 Logger_Type Table
Field Name
Description
Data Type
Keys and Null 
Option
LoggerType
The type of Logger: 
1 = Standard
2 = CICM 
3 = NAM
int
NOT NULL
SlaveNICR
Indicates whether or not the NAM is slave to another 
NAM:  
Y = System is a slave NAM
N = System is not a slave NAM.
char(1)
NOT NULL
Table 2-103 Logical_Interface_Controller Table
Field Name
Description
Data Type
Keys and Null 
Option
LogicalControllerID
Unique identifier for this logical controller.
smallint
PK, NOT NULL
EnterpriseName
An enterprise name for the controller. This name must be 
unique for all logical controllers in the enterprise.
varchar(32)
AK1, NOT 
NULL
LogicalControllerType
The Interface Controller type:
2 = PG 
3 = NIC
smallint
NOT NULL
ClientType
The type of client the controller provides the interface for. smallint
NULL
ConfigParam
String containing information, such as logon information, 
specific to the interface controller device. For example: 
-rtuser UserName -rtpswd Password
varchar(255)
NULL
Description
Additional information about the controller.
varchar(255)
NULL
Deleted
Deleted Flag. Stored as a character:
Y = Yes
N = No
char(1)
NOT NULL
PrimaryCtiAddress
The address for CTI Server as IP:port (either in 
dotted-numeric or name format).
varchar(32)
NULL