Technical References

Network_Event_Detail Table
This table is in the Route category (page 447). To see database rules for these tables, click here
(page 441).
Provides carrier network events associated with calls processed by a Network Applications
Manager (NAM). The data in this table includes events related to all call legs that happen under
the control of the NIC. This includes the incoming call leg, any temporary call legs (IVR sessions
under NIC control), and all outgoing call legs.
This table can become very large. Running custom reporting queries against it while it is on the
HDS can degrade performance. To optimize performance, extract the data from the HDS into
your own custom database on a separate server (one that is not used for other ICM/IPCC
components). Use only DBDateTime (date and time of the record that was written to the HDS
database) to perform the extraction. The table on the custom database can be indexed according
to the custom reporting needs.
Table 125: Indexes for Network_Event_Detail Table
index_keysindex_descriptionindex_name
RecoveryKeyclustered, unique, unique key located
on PRIMARY
XAK1Network_Event_Detail
DateTimenonclustered located on PRIMARYXIE1Network_Event_Detail
Fields in Network_Event_Detail Table:
Keys and Null
Option:
Data Type:Description:Field Name:
NOT NULLDBSMALLINT
The LegID identies the calling party the event pertains to. LegIDs
are typically numbered starting with 1 (for example: LegID1 =
CallLegID
Calling Party) and incremented for the next party (agents are
typically LegID2).
NULLDBDATETIME
Timestamp of receipt of event at the NIC (in UTC)..
DateTime
NULLDBINT
The duration is written for DISCONNECT/UNKNOWN events.
Unless an error occurs, the Disconnect even will be written with
Duration
the duration. If the call ends for a reason other than Disconnect
event (e.g. - network aborts call), an Unknown event will be written
with the duration.
NULLDBSMALLINT
Valid values are:
Event
1 = RouteSelectFailure
2 = CallPartyBusy
3= NoAnswer
Database Schema Handbook Cisco ICM/IPCC Enterprise & Hosted Editions 7.2(2)
237
Chapter 2: All Tables
Network_Event_Detail Table