Removing System Events Information from the iProcess Database

To clean system event information or to delete information about system events from the iProcess database before a specific date, enter the following command:

swadm delete_system_event <typeid[,typeid…]|ALL[,!typeid[,!typeid…]> [DD/MM/YYYY]

where:

typeid specifies the ID of a system event.

To review events and their corresponding ID, see the sysevents.cfg file in the SWDIR/etc/english.lng directory.

ALL specifies all the system events.
!typeid specifies the ID of a system event that will not be removed from the iProcess database. Except for this system event, all other events will be removed from the iProcess database.
Note: The !typeid parameter must be used together with the ALL parameter.
DD/MM/YYYY specifies that all the system events published in the iProcess database before this date will be removed.

For example:

To delete information about the system event where the type ID is equal to 1:

swadm delete_system_events 1

To delete information about the system events where the type IDs are equal to 1, 2, and 3:

swadm delete_system_events 1,2,3

To delete the system event information except for the events with the type IDs equal to 5 and 6:

swadm delete_system_events ALL,!5,!6

To delete the system event information that was published before 23/10/2013:

swadm delete_system_events ALL 23/10/2013