COMMAND_ID - UEM Manager configuration option
Description
The COMMAND_ID option specifies an identifier that is saved by the Universal Broker and which is used to identify the unit of work represented by the UEM Manager and its associated UEM Server component.
If this option is not used, UEM provides a default command ID. This default depends on how an event's description is supplied to UEM:
- If an event's description is provided via a stored event definition record, the ID of the record, specified by the EVENT_ID option, is used for the command ID.
- If an event's description is provided entirely from command line parameters, the default command ID depends on the type of event monitored.
- For events with an event type of FILE (see EVENT_TYPE), the name of the file specified by the FILE_SPECIFICATION option is used.
Usage
Method | Syntax | IBM i | HP NonStop | UNIX | Windows | z/OS |
---|---|---|---|---|---|---|
Command Line, Short Form | -C id | |||||
Command Line, Long Form | -cmdid id | |||||
Environment Variable | UEMCMDID=id | |||||
Configuration File Keyword | n/a |
Value
id is any value.
If id contains spaces, it must be enclosed in double ( " ) quotation marks.
UNIX and z/OS
If id contains spaces, it must be enclosed in either single ( ' ) or double ( " ) quotation marks.