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

« Previous Version 13 Next »

Overview

This page identifies the package contents for all Universal Agent 7.1.x for UNIX maintenance releases, including the initial release, and the maintenance level of every component in each package.

For each release, changes made to individual components for UNIX only, and for UNIX and one or more other platforms, are identified. Maintenance level changes to a component for non-UNIX platforms are not shown.

For a list of all changes in a release - all platforms, all components - see All Platforms Package Maintenance Levels - Agent 7.1.x.

For a list of all changes in a release - all platforms, specific components - see Component Maintenance Levels - Agent 7.1.x.

Universal Agent 7.1.x for UNIX Packages

This table identifies components generally available for UNIX. For a list of components currently contained in specific UNIX platforms, see Platform Support for Universal Controller 7.1.x and Universal Agent 7.1.x.

Release

Release Date

Install

Universal
Broker

Universal
Automation
Center
Agent

Universal
Message
Service

Controller
Command
Line
Interface

Universal
Certificate

Universal
Command
Manager

Universal
Command
Server

Universal
Connector
for SAP

Universal
Connector
for PeopleSoft

Universal
Control

Universal
Database
Utilities

Universal
Data
Mover
Manager

Universal
Data
Mover
Server

Universal
Encrypt

Universal
Enterprise
Controller

Universal
Event
Monitor
Manager

Universal
Event
Monitor
Server

Universal
FTP Client

Universal
Query

7.1.0.0

October 4, 2021

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0


7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0

Note

Install changes refer to changes to the programs, scripts, or supporting files used to install the package. There are no changes to the actual product components.

Agent 7.1.0.0 - October 4, 2021

Change ID

Platforms

Component

Description

B-10691 

All 

UAGSRV 
UFTP 

Add explicit FTPS (FTPES) support to UFTP. 

Enables transfers using TLS/SSL over connection to standard FTP port 21, provided the FTP server supports it. 

To request TLS/SSL from a Remote File Transfer or Remote File Monitor task, select the FTP protocol and prepend ftpes:// to the FTP server host name or IP address (e.g., ftpes://somehost). If the FTP server has enabled TLS/SSL support, the connection will proceed using encrypted communication. If TLS/SSL support is NOT enabled, a plain text session/transfer is done. 

The UFTP ENABLE_SSL configuration option (default:no) is provided to always request a TLS/SSL session, eliminating the need to specify the ftpes:// prefix. 

The UFTP AUTHENTICATE_PEER configuration option (default: no) is provided to control FTP server certificate authentication. When set to “yes”, the UFTP CA_CERTIFICATES configuration option must specify a CA certificate that can authenticate the FTP server’s certificate. 

B-12809 

All
(except HP-UX and Solaris Intel)
 

USAP 

Update USAP to support the RSPARAMSL_255 data type for variants. The following USAP operations may now take advantage of this change: 

  • SUBMIT variant using a variant definition file 
  • MODIFY variant using a variant definition file 
  • DISPLAY variant 
  • GENERATE variant definition 
  • SUBMIT job from job definition file with inline temporary variant. SAP LOW and HIGH data types to support up to 255 chars

These changes are supported for XBP 2.0 and XBP 3.0, but full 255-character support ultimately depends on the SAP function module implementation.  

Note

For the most consistent RSPARAMSL_255 support, Stonebranch recommends using SAP NW RFC library version 7.5.x and XBP 3.0 (controlled via the USAP XBP_MAX configuration option).

B-13316 

Unix (except HP-UX) 
Windows 

UFTP 

Update SSH Key Exchange and Cipher support for SFTP transfers.  

Provides better compatibility with default OpenSSH configurations, by making the following changes to supported key exchange methods: 

Added: 

  • ecdh-sha2-nistp521 
  • ecdh-sha2-nistp384 
  • ecdh-sha2-nistp256 
  • curve25519-sha26

Removed: 

  • diffie-helman-group-exchange-sha 
  • diffie-helman-group14-sha1 
  • diffie-helman-group1-sha1

The diffie-helman-group-exchange-sha256 key exchange method was left unchanged. 

Support for the following ciphers was added: 

  • AES-256-CTR 
  • AES-192-CTR 
  • AES-128-CTR

Support for the following ciphers was left unchanged: 

  • AES-256-GCM 
  • AES-128-GCM 
  • AES-256-CBC 
  • AES-192-CBC 
  • AES-128-CBC 

B-13768 

Unix 

UAGSRV 

Improve response and performance when several file monitor tasks that check file stability run concurrently.  

B-13819 

Unix 
Windows 

UEXT 

Provide the UAGSRV EXTENSION_PYTHON_LIST configuration option to extend the list of locations searched for Python instances that may be used by Universal Extension tasks.

Note

The HP-UX and z/OS agents do not provide the Universal Extension. 

B-13820 

Unix 
Windows 

UAGSRV 
UBROKER 
PKG 

Allow the following Universal Extension config options to be set at install time or via Broker startup: 

  • EXTENSION_ACCEPT_LIST 
  • EXTENSION_DEPLOY_ON_REGISTRATION 
  • EXTENSION_PYTHON_LIST 

Note

The HP-UX and z/OS agents do not provide the Universal Extension.


B-13821

Unix
Windows
 

UEXT 

Update the values supported via the requires_python declaration of a Universal Extension implementation as follows: 

  • Support wildcards in the version specification (for example, “==2.7.*”). 
  • Support an exclusive range of versions via the > and < operators (for example, “> 2.6, < 4”).
  • Support an inclusive range of versions via the >= and <= operator (for example, “> 3.7.6”). 

Note

The HP-UX and z/OS agents do not provide the Universal Extension.


B-13822 

Windows 

UEXT 

Allow usermode installs to discover the Python distribution provided by a system mode-installed Agent. 

Note

The HP-UX and z/OS agents do not provide the Universal Extension.


B-13831 

Unix 
Windows 

UEXT 

Provide the ability for Universal Extensions to detect and respond to Cancel commands issued from Universal Controller. 

This option provides the new UAG Server configuration option, EXTENSION_CANCEL_TIMEOUT.  

The ability to configure that value at install time and/or Universal Broker startup is also provided. 

Note

The HP-UX and z/OS agents do not provide the Universal Extension.


B-13846 

Unix 
Windows 

UEXT 

Allow Universal Extension tasks to accept authentication tokens (e.g., used for Web or cloud-based service authentication) from a Universal Controller resolvable credential object. 

Note

The HP-UX and z/OS agents do not provide the Universal Extension.


B-13860 

Unix 
Windows 

UEXT 

Refactor the Universal Extension logging API so that it is no longer necessary to instantiate an ExtensionLogger object. Logging methods can now be accessed using the following import: 

from universal_extension import logger 

Logging methods can be invoked using calls such as either:

  • logger.info(‘msg’)
  • logger.error(‘msg’)

Note

The HP-UX and z/OS agents do not provide the Universal Extension.


B-13908 

Unix 
Windows 

UEXT 

Add the ability to execute Dynamic Commands within a Universal Extension task without launching a separate process (i.e., support “in-process” Dynamic Command execution). 

Note

The HP-UX and z/OS agents do not provide the Universal Extension.


B-13931 

Unix 
Windows 

OMS

Add a service timeout implementation to the OMS Java Client to enable detection of connection issues without waiting for a TCP keepalive interval to elapse.  

Note

The ability to configure this value is provided via the Universal Controller with B-13967. 

B-14049 

Unix
Windows 

UAGSRV 
UEXT 

Ensure that any instances of a password exposed by a Universal Extension task are scrubbed from the UAG Server cache files. 

D-07313 

Unix 
Windows 

UAGSRV 

Improve message handling and separation to prevent possible message loss. 

D-09852 

Unix 
z/OS 

UDM 
UDMSRV 

Ensure that the message that shows the result of the CD command displays correctly. 

This issue was most visible on zOS, but could occur on any Linux/Unix system whose default locale is not UTF8.  

D-10210 

All 

UDM 
UDMSRV 

Scrubs any password specified with the OPEN statement from trace file output. 

D-10256 

All 

UDM 

Fixes a crash that could occur if the UDM Manager message level was set to “trace” from the command line. 

D-10371 

Unix 
Windows 

OMSSRV 

Prevents re-delivery of OMS messages following automatic recovery executed against a corrupted, truncated data file. 

D-10470 

Linux PPC 

All 

Prevent a crash during OpenSSL random number generation seeding observed on RHEL8 on a PowerPC system. 

Universal Agent for SOA 6.9.x for UNIX Packages

Agent for SOA 6.9.0.0 - October 19, 2020

(There have been no changes to this release.)

  • No labels