TRIGGERED_HANDLER_ID - UEMLoad configuration option
Description
The TRIGGERED_HANDLER_ID option specifies the event handler that the UEM Server will execute for a tracked event occurrence that is set to a triggered state.
This event handler must match the ID of an existing record in the event handler database. Execution of the event handler will fail if the UEM Server cannot find the specified handler record.
Usage
Specification Method | Parameter / Value | IBM i | HP NonStop | UNIX | Windows | z/OS |
---|---|---|---|---|---|---|
Command Line, Short Form | n/a | |||||
Command Line, Long Form | -triggered_id handlerid | |||||
Definition File Keyword | triggered_id handlerid |
Value
handlerid is the event handler to be executed.
If handlerid contains spaces, it must be enclosed in double ( " ) quotation marks.
UNIX
If handlerid contains spaces, it must be enclosed in either single ( ' ) or double ( " ) quotation marks.
To remove the assignment of an event handler for a particular event definition, use the -update command operation (see ACTION) and specify a value of none for handlerid.
Default
If TRIGGERED_HANDLER_ID is not used when an event definition record is added, the UEM server, by default, will use these values:
UNIX | none |
---|---|
Windows | empty string |