Technical References

Each row describes the connection of one side of the CallRouter (side A or side B) to an
Application Gateway host.
Use ICM Conguration Manager to add, update, and delete Application_Gateway_Connection
records.
Related table
Application Gateway (page 60) (via ApplicationGatewayID)
Table 37: Indexes for Application_Gateway_Connection Table
index_keysindex_descriptionindex_name
ApplicationGatewayIDnonclustered located on PRIMARYXIF134Application_Gateway_Conn
ApplicationGatewayID, Sideclustered, unique, primary key
located on PRIMARY
XPKApplication_Gateway_Connect
Fields in Application_Gateway_Connection Table:
Keys and Null
Option:
Data Type:Description:Field Name:
NULLDBINT
An internal timeout used by the CallRouter to determine a failure in the
application gateway interface process. The default value is 5000.
AbandonTimeout
NULLvarchar(255)
A string that describes the connection to the host. The format depends
on the protocol. For TCP, the format is hostname:port or IPAddress:port.
Address
PK, FK NOT NULLDBINT
Identies the Application Gateway associated with the connection.
ApplicationGatewayID
NULLDBINT
A command the software sends to the application gateway when the
row is created or updated by the Update Central Controller operation.
Command
You can use this eld to send one-time commands to the application
gateway host.
NULLDBINT
A parameter to be sent with the command.
CommandParam
NULLvarchar(255)
A string the software passes to the host during initialization. The
software itself does not use or validate the value.
ConnectInfo
NULLDESCRIPTION
Additional information about the connection.
Description
NULLDBINT
Number of consecutive errors that cause the software to declare the host
unavailable. The software then initiates a reconnect.
ErrorThreshold
NULLDBINT
Number of consecutive unanswered heartbeats after which the
CallRouter closes the connection. The default is 10. (For purposes of
this count, a query is counted as a heartbeat.)
HeartbeatLimit
Database Schema Handbook Cisco ICM/IPCC Enterprise & Hosted Editions 7.2(2)
62
Chapter 2: All Tables
Application_Gateway_Connection Table