Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.


Chapter 11 Administering System Events : Removing System Events Information from the iProcess Database

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 all the system events published in the iProcess database befored this date will be removed.
For example:
swadm delete_system_events 1
swadm delete_system_events 1,2,3
swadm delete_system_events ALL,!5,!6
swadm delete_system_events ALL 23/10/2013

Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.