Cisco Cisco IPCC Web Option Technical References

Page of 548
   
2-309
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
  
Chapter 2      Table Details
Script_Real_Time Table
Script_Real_Time Table
Local database only.
Contains real time information about each script. The ICM software updates the real-time data each time 
it executes a script. The Admin Workstation receives updated data every 15 seconds. The real-time data 
for current script versions is updated at midnight.
Related tables:
 (via ScriptID)
Table 2-327 Script_Real_Time Table Constraints
Constraint
Field Name(s)
PK
ScriptID
FK
ScriptID
Table 2-328 Script_Real_Time Table
Field Name
Description
Data Type
Keys and 
Null Option
Calls
Number of times the script has executed since 
midnight. For a routing script, this is the number 
of calls processed.
DBINT
NOT NULL
CpuTime
CPU time spent processing the script.
DBINT
NOT NULL
DateTime
Central Controller date and time that this data was 
last updated.
DBDATETIME
NOT NULL
ElapsedTime
Elapsed time spent processing the script.
DBINT
NOT NULL
ScriptID
Foreign key from the Script Table.
DBINT
PK, FK
NOT NULL
ScriptMeters
Internal real time data for the script.
image
NULL