Conductor Script Commands
Appendix A Conductor Script Commands 283
DeleteFilter
The DeleteFilter command deletes the specified event filter in the current
engine.
DeleteFilter filter_id
The DeleteFilter command is available only when an engine is current, so you
must first use the FindEngine Script command to set the current engine.
You can to use the ListFilters Script command to display a list of filters before
selecting the filter to delete.
FindDBService
The FindDBService command sets the specified database service for the current
engine as the current component.
FindDBService service_name
The FindDBService command is available only when an engine is current, so you
must first use the FindEngine Script command to set the current engine. The
specified database service must also be running.
The FindDBService command is normally used to check the status of a specific
database service (using the ShowStatus Script com mand) or to s hut it down ( using
the Shutdown Script command).
Argument Description
filter_id The specified filter.
Argument Description
service_name The specified database service.