Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
Universal Agent Server Release 7.0.0.0 - April 5, 2021
Universal Agent Server Release 7.0.0.0 - April 5, 2021
Release 7.0.0.0 - April 5, 2021

Change ID

Platforms

Component

Description

B-06093

z/OS

UAGSRV

  • Allow for dynamic switching of trace file (matches behavior provided for agent log files)
  • Support dynamic updates to message level
  • Support GDGs for trace file datasets

B-07134

z/OS

UAGSRV

Issue an error when a z/OS File Monitor task definition attempts to use a feature that is not supported.

Attempts to use the following features for native z/OS File Monitor tasks will now issue an error:

  • Regular expression
  • Recursive, stability check, minimum file size options

Attempts to use the following features for Remote File Monitor tasks on z/OS will now issue an error:

  • SSH, FTPS protocols

B-10102

Unix

UAGSRV

Enable fault tolerance for Linux/Unix tasks to allow timeouts against authentication servers (for example, LDAP) to automatically restart.

Enables the following configuration options for Unix:

  • retry_count – the number of times a task will attempt to start before ending with a Start Failure
  • retry_interval – the number of seconds between retry attempts

B-11148

Linux s390x

All

Update SSL/TLS support to OpenSSL 1.1.1b.

B-11537

z/OS

UAGSRV

Extend file monitor support for secondary agents in a sysplex environment

B-11538

z/OS

UAGSRV

Extend “Cancel Job” support for jobs running on any sysplex node

B-12368

All

UAGSRV

Remove ability to configure the enable_ssl option. The ability to create an SSL connection with an OMS Server is always enabled.

NOTE: The OMS Server’s require_ssl option will ultimately determine whether the connection uses SSL.

B-12755

z/OS

UAGSRV

Improve the Agent’s response when a coupling facility encounters a “Structure Full” condition.

B-12811

z/OS

UAGSRV

Add handling for the SETXCF START,REALLOCATE command.

D-09193

Unix
Windows

UAGSRV

Ensure that a CREATE file monitor (with stability checking selected) ends if the file is removed. This prevents the file monitor from continuing to run when the file is deleted or moved.

D-10093

z/OS

UAGU84

Prevent a situation in which UAGU84 will receive a S0C4 when UAGRERUN is not APF authorized.

D-10153

z/OS

UAGSRV

Prevent UAGSRV from ending with an exit code 18 (ABEND S32E REASON=00000324) at startup when no sysplex_role is specified in UBRCFG00.

NOTE: This error can occur even in a non-sysplex environment.

Universal Broker

Anchor
Universal Broker Release 7.0.0.0 - April 5, 2021
Universal Broker Release 7.0.0.0 - April 5, 2021
Release 7.0.0.0 - April 5, 2021

...

Change ID

Platforms

Component

Description

B-09713

All

UFTP

Add timestamp parameter support to message_level option

B-10365
B-12882


All

UCMD
UCTL
UEM
UFTP
USAP
UPPS

Expand the number of characters supported for password values by creating a custom parsing routine to handle them. Relaxes some rules for specifying passwords, such as permitting values that start with or contain characters traditionally used for delimiting command line options.

B-11140
B-11141

All

UFTP

Provide distinct exit codes for different situations like connection failures or authentication errors.

The follow set of exit codes are now possible:

  • General fatal error
    • Unix: 202
    • Windows, z/OS: 1002
  • Configuration error
    • Unix: 220
    • Windows, z/OS: 1020
  • Authentication error
    • Unix: 223
    • Windows, z/OS: 1023
  • Network/connectivity error
    • Unix: 224
    • Windows, z/OS: 1024

B-11148

Linux s390x

All

Update SSL/TLS support to OpenSSL 1.1.1b.

D-09913

All

UFTP

Fix handling of comma-separated lists for MGET, MPUT, and MDELETE operations

D-09177

All

UFTP

Prevent the error:

UNV0106E Invalid value for option ‘pwd’: Missing value

When a password starts with a dash (‘-‘).

D-09913

All

UFTP

Fix handling of comma-separated lists for MGET, MPUT, and MDELETE operations

D-10009

Unix

Windows

UFTP

Prevent the error:

UNV6690E ProcessDirCommand failed: (2) cURL reports quote command failed.

When the MKDIR command is used with the SFTP protocol.

D-10080

All

UFTP

Fixes a situation where not every file selected for transfer with an MGET command is transferred.

The problem presents as UFTP reporting the file being added to the remote file list, but then not being able to find the file when the transfer starts.

The problem was most often – but not exclusively -- seen when an FTP or SSH server is listening on ports other than 21 and 22, respectively.

D-10260UNIXUFTP

If a local file list cannot be built as part of MPUT processing, a cURL error -504 is reported, but UFTP ends with exit code 0.

The fix for this Defect corrects the exit code processing so that UFTP will end with exit code 202.

NOTE: Also included for this fix is a change to the cURL error reported for this situation. Instead of reporting:

UNV6674I cURL return code: -504

UFTP will now report:

UNV6674I cURL return code: 26

This makes the Unix implementation consistent with Windows.

Installation Changes

Anchor
Installation Changes Release 7.0.0.0 - April 5, 2021
Installation Changes Release 7.0.0.0 - April 5, 2021
Release 7.0.0.0 - April 5, 2021

Change ID

Platforms

Component

Description

B-10681

Linux s390x

PKG

Update the package and installation requirements for the Agent on Linux s390x.

The install now requires the following:

  • 3.10 or higher Linux kernel 3.10
  • glibc 2.17-137 or higher

B-12442

Unix

Windows

PKG

Remove the ability to configure the enable_ssl option for UAGSRV at install time.

B-12368 delivered a change whereby the ability for UAGSRV to create an SSL connection with an OMS Server is always enabled.

B-12443

Solaris

PKG

Change the execution of the zonecfg command to support changes introduced for Solaris 11.4.

The install script executes the zonecfg command to determine whether the Agent is being installed in a global zone.

B-13008

AIX

PKG

Update the package and installation requirements for the Agent on AIX.

The install now requires the following:

  • AIX 7.1 TL4 TL5 or higher
  • AIX 7.2 TL2 or higher

...