Cisco Cisco IP Contact Center Release 4.6.2 Technical References

Page of 548
   
2-58
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
Chapter 2      Table Details
Application_Path Table
Application_Path Table
Defines a path from a registered application instances to a CTI Server. Applications need an interface to 
CTI Server in order to report logins, agent states, and task messages to the ICM software.
Related tables:
 (via ApplicationInstanceID)
 (via ApplicationPathID)
 (via ApplicationPathID)
 (via LogicalControllerID)
Table 2-45 Application_Path Table Constraints
Constraint
Field Name(s)
PK
ApplicationPathID
AK-1
EnterpriseName
FK
ApplicationInstanceID
LogicalControllerID
Table 2-46 Application_Path Table
Field Name
Description
Data Type
Keys and 
Null Option
ApplicationInstanceID
Defines the application instance that uses this 
application path.
DBINT
FK
NOT NULL
ApplicationPathID
A unique identifier for the application path.
DBINT
PK
NOT NULL
ChangeStamp
Incremented when the record is changed in the 
central database.
CHANGESTAMP
NOT NULL
Description
Additional information about this application 
path.
DESCRIPTION
NULL
EnterpriseName
The unique name of the application instance.
VNAME32
AK-1
NOT NULL
LogicalControllerID
Foreign key to the Logical_Interface_Controller 
table.
DBSMALLINT
FK
NOT NULL