Cisco Cisco IPCC Web Option Technical References

Page of 404
 
2-37
Cisco ICM Software Database Schema Handbook
78-11677-04
Chapter 2      Table Details
Application_Path Table
Related tables:
Application Path (via ApplicationInstanceID)
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:
Application Instance (via ApplicationInstanceID)
Application Path Member (via ApplicationPathID)
Application Path Real Time (via ApplicationPathID)
Logical Interface Controller (via LogicalControllerID)
ApplicationType
Provides a key to the characteristics of certain 
applications.
int
NULL
ChangeStamp
Incremented when the record is changed in the 
central database.
int
NOT NULL
Table 2-21 Application_Instance Table (continued)
Field Name
Description
Data Type
Keys and Null 
Option
Table 2-22 Application_Path Table
Field Name
Description
Data Type
Keys and Null 
Option
ApplicationPathID
A unique identifier for the application path.
int
PK,
NOT NULL
ApplicationInstanceID
Defines the application instance that uses this 
application path.
int
FK,
NOT NULL
EnterpriseName
The unique name of the application instance.
varchar(32)
AK, NOT 
NULL
Description
Additional information about this application path.
varchar(255)
NULL
LogicalControllerID
Foreign key to the Logical_Interface_Controller 
table.
smallint
FK, NOT 
NULL
ChangeStamp
Incremented when the record is changed in the 
central database.
int
NOT NULL