You delete an entry from an event dispatcher configuration file. Deletion of entry is immediately effective.
You must have created an event dispatcher configuration file and added entries for this configuration file using the add command.
dbmevtdisp delete <entry_ID> <configuration_file>
Option |
Description |
<entry_ID> |
Numerical ID identifying the entry in the configuration file to be deleted The event dispatcher generates this ID when adding entries. To display entries for a configuration file, use the list command. |
<configuration_file> |
Path and name of configuration file from which the entry is to be deleted |
OK
You delete the entry with the ID 2 from the configuration file C:\test\testconfig.cfg.
dbmevtdisp delete 2 C:\test\testconfig.cfg
OK