Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

(tick)

(tick)

UEM Load Override

-rename_file option

(tick)

(tick)

UEM Manager Override

-rename_file option

(tick)

(tick)

Value

option is the specification for whether or not the file should be renamed.

Valid values for option are:

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.

  • No labels