Cisco Cisco IP Contact Center Release 4.6.2 Technical References

Page of 548
   
2-57
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
  
Chapter 2      Table Details
Application_Instance Table
Application_Instance Table  
Contains configuration data about external application instances. The data in this table enables the ICM 
software to identify application instances and grant them access to the Configuration Management 
Service (CMS).
Related tables:
 (via ApplicationInstanceID)
Table 2-43 Application_Instance Table Constraints
Constraint
Field Name(s)
PK
ApplicationInstanceID
AK-1
EnterpriseName
Table 2-44 Application_Instance Table
Field Name
Description
Data Type
Keys and 
Null Option
ApplicationInstanceID
Identifies the Application Instance..
DBINT
PK
NOT NULL
ApplicationKey
A key supplied by the application which allows the 
application instance entry to CMS services.
varchar(32)
NOT NULL
ApplicationType
Provides a key to the characteristics of certain 
applications.
DBINT
NULL
ChangeStamp
Incremented when the record is changed in the 
central database.
DBINT
NOT NULL
Description
Additional information about this application 
instance.
CHANGESTAMP
NULL
EnterpriseName
The unique name of the application instance.
VNAME32
AK-1
NOT NULL
PermissionLevel
Determines the permissions given to the 
application:
0 =  Full read/write permission to all configuration 
tables. 
1 = Read-only permission to all configuration 
tables (the application may not change any data).
3 = Authentication only (only the ConAPI 
authentication API’s will function).
DBINT
NOT NULL