/mcpSystemConfig Database table name: SystemConfig This table stores the system configuration details. Table 71: SystemConfig Table Fields Storage Description Field Name int NOT NULL Unique identifier for the record. recordid int NOT NULL Unique identifier for the profile. profileid lvarchar(512) NOT NULL Unique identifier of the class. classname int NOT NULL Specifies the version of the internal configuration schema. version lvarchar(512) NOT NULL Unique identifier of the implemented class. implclassname BLOB NULL Specifies the internal data that is not exposed to customers. privatedata nvarchar(128,0) NULL Specifies the description of the system configuration. description datetime year to second NOT NULL Indicates the date and time the record was created. Default value: Current year to second. createdatetime boolean NOT NULL Indicates whether the record is active. Possible values: f = inactive t = active active datetime year to second NULL Indicates when the record became inactive. Possible values: f = inactive t = active dateinactive Cisco Unified Contact Center Express Database Schema Guide, Release 12.5(1) SU1 98 Database Schema SystemConfig