Skip to main content

EXTENSION_CHECKSUM_TIMEOUT - UAG configuration option

Description

The EXTENSION_CHECKSUM_TIMEOUT option specifies how long a cached Universal Extension checksum will be considered valid.

The timeout period is the amount of time that a Universal Extension module could exist and be executed in an altered state (from deployment) before being detected.

If a Universal Extension is found to be altered (i.e. its calculated checksum does not match the checksum reported by the Controller), a checksum mismatch error will occur and the Universal Extension will automatically be redeployed by the Controller before it can be executed by a task instance.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Configuration File Keyword

extension_checksum_timeout time[s|m|h|d]

Values

time must be numeric, but a one-letter suffix is accepted to specify a time unit of (s)econds, (m)inutes, (h)ours, or (d)ays. If no time unit is specified, the default is seconds.

Default is 5 seconds.