system_event_conf

The system_event_conf table holds the configuration information of system events. The information specifies which system event will be audited and published.

Structure

The system_event_conf table has the following structure:

  TABLE system_event_conf   
 type_idnumber(5)NOT NULL,
 auditednumber(5)NOT NULL,
 publishednumber(5)NOT NULL,
 event_descvarchar(256)NOT NULL,

Column

Description

type_id

IID of an audit event. It is defined in the

SWDIR\etc\language.lng\sysevents.cfg file.

audited

Whether to audit the system event.

published

Whether to publish the system event.

event_desc

Description of the system event.

Primary Key

The following primary key is defined for this table.

Key Name

Column(s)

pk_event_conf

type_id

Foreign Keys

None.

Indexes

None.

Table Activity

The system_event_conf table contains one row for the configuration of each system event.

Rows are added and deleted in the following situations:

A row is...

When...

added

a new system event configuration is imported to iProcess Engine by using the IMPEVENTCONF command. See TIBCO iProcess swutil and swbatch Reference Guide for more information about the IMPEVENTCONF command.

updated

a system event is updated in the configuration file imported by the IMPEVENTCONF command.

deleted

a system event is deleted from the configuration file imported by the IMPEVENTCONF command.