/
HANDLER_TYPE - UEM Manager configuration option
HANDLER_TYPE - UEM Manager configuration option
Description
The HANDLER_TYPE option specifies the type of process that the UEM Server will execute for an event handler.
A UEM Server can execute either a:
- Command specified by the USER_COMMAND option.
- Script specified by the USER_SCRIPT option.
If this option is not used, UEM Server sets the handler type based on which execution option the UEM Manager specifies (that is, USER_COMMAND or USER_SCRIPT).
Usage
Method | Syntax | IBM i | HP NonStop | UNIX | Windows | z/OS |
---|---|---|---|---|---|---|
Command Line, Short Form | n/a | |||||
Command Line, Long Form | -handler_type type | |||||
Environment Variable | n/a | |||||
Configuration File Keyword | n/a |
Values
type is the type of process to be executed.
Valid values for type are:
- cmd
Instructs the UEM Server to execute the command specified with the USER_COMMAND option. - script
Instructs the UEM Server to write the statements specified in the data set or DD name referenced by the USER_SCRIPT option to a temporary file on the UEM Server system, and then execute that file as a script.
Default
- cmd, if USER_COMMAND is provided.
- script, if USER_SCRIPT is provided.