RENAME_FILE - UEM Server configuration option
Description
The RENAME_FILE option specifies whether or not a file tracked for an event with an event type of FILE should be renamed by the UEM Server when the event occurrence is set to a triggered state.
Renaming a file ensures that UEM won't treat a file that it just finished tracking as a new event occurrence.
Note
This option is used only for events with an event type of FILE.
Usage
Method | Syntax | IBM i | HP NonStop | UNIX | Windows | z/OS |
---|---|---|---|---|---|---|
Configuration File Keyword | rename_file option | |||||
UEM Load Override | -rename_file option | |||||
UEM Manager Override | -rename_file option |
Value
option is the specification for whether or not the file should be renamed.
Valid values for option are:
- yes
File is renamed according to the RENAME_FILE_SPECIFICATION option. - no
File is not renamed.
If option is no, you also must either:
- Set the value of the UEM Manager MAX_OCCURRENCE_COUNT option to 1.
- Rename the file in a script invoked by an event handler when the occurrence is triggered. This will prevent multiple detection of the file by the UEM Server.
Default is yes.