Cisco Cisco IPCC Web Option Technical References

Page of 620
Central database only. Contains information about schedule import operations that have been
performed. The ICM software automatically creates an Import_Log row each time it imports
schedule information. The Primary Key (PK) is nonclustered.
Related table
 (via ScheduleID)
Table 111: Indexes for Import_Log Table
index_keys
index_description
index_name
RecoveryKey
nonclustered, unique, unique key
located on PRIMARY
XAK1Import_Log
DateTime, ScheduleID, TimeZone
clustered, unique, primary key
located on PRIMARY
XPKImport_Log
Fields in Import_Log Table:
Keys and Null Option:
Data Type:
Description:
Field Name:
PK NOT NULL
DBDATETIME
The date and time when the row was generated.
DateTime
NOT NULL
VNAME32
The operation that was logged; for example Import or Edit.
LogOperation
NOT NULL
DESCRIPTION
Indicates ‘Success’ or describes an error.
Message
AK-1 NOT NULL
DBFLT8
A value used internally by the ICM software to track virtual time.
RecoveryKey
NOT NULL
DBINT
The number of rows imported or modified.
RowsCopied
PK, FK NOT NULL
DBINT
Identifies the schedule affected.
ScheduleID
PK NOT NULL
DBINT
The time zone for the date and time. The value is the offset in minutes
from UTC (formerly called GMT).
TimeZone
NOT NULL
VNAME32
The workstation from which data was imported.
WorkstationName
Import_Rule Table
This table is in the 
. To see database rules for these tables,
click 
Contains a list of all the import rules and their associated import lists. Use the Blended Agent
Configuration option within ICM Configuration Manager to modify Import_Rule records.
Note: If Outbound Option was not selected during setup, this table will contain no data.
Related tables
Database Schema Handbook Cisco ICM/IPCC Enterprise & Hosted Editions 7.2(2)
217
Chapter 2:  All Tables
Import_Rule Table