Cisco Cisco IP Contact Center Release 4.6.1 Technical References

Page of 557
Fields in Application_Path_Member Table:
Keys and Null Option:
Data Type:
Description:
Field Name:
FK, IE-1 NOT NULL
DBINT
The application path identifier for this application
path member.
ApplicationPathID
PK, FK NOT NULL
DBINT
The MRD identifier for this application path
member.
MRDomainID
PK, FK NOT NULL
DBSMALLINT
Link to the Peripheral table.
PeripheralID
Application_Path_Real_Time Table
It provides real-time status and connection data for application paths.
Related Table
 (via ApplicationInstanceID)
Table 44: Indexes for Application_Path_Real_Time Table
index_keys
index_description
index_name
ApplicationPathID
clustered, unique, primary key
located on PRIMARY
XPKApplication_Path_Real_Time
Fields in Application_Path_Real_Time Table :
Keys and Null Option:
Data Type:
Description:
Field Name:
PK, FK NOT NULL
DBINT
The application path identifier for this application
path member.
ApplicationPathID
NOT NULL
DBDATETIME
The date and time when the data in this table was last
updated.
DateTime
NULL
DBCHAR
Indicates whether or not the application path is
currently on-line:
OnLine
• Y = yes, on-line
• N = no, not on-line.
NULL
DBDATETIME
The date and time at which the application instance
associated with this application path established
connection to the CTI Server.
OnLineDateTime
NULL
varchar(40)
Application-specific strings.
Text1
NULL
varchar(40)
Application-specific strings.
Text2
NULL
varchar(40)
Application-specific strings.
Text3
NULL
varchar(40)
Application-specific strings.
Text4
Database Schema Handbook Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.2(1)
69
Chapter 2:  All Tables
Application_Path_Real_Time Table