Versions Compared

Key

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

...

Anchor
Universal Broker Release 7.1.0.0 - September 30, 2021
Universal Broker Release 7.1.0.0 - September 30, 2021
Release 7.1.0.0 - September 30, 2021

Change ID

Platforms

Component

Description

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 
  • EXTENSION_CANCEL_TIMEOUT
Note
titleNote

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


B-13885 

z/OS 

UBROKER 

Suppress ICH408I messages in the RACF log when running the Broker with a user without BPX.SUPERUSER access.  

 This message is an expected response to a check of authority level, but repeated checks result in several instances of the ICH408I message appear in the log. 

D-10426 

z/OS 

UBROKER 

Fixes a problem that prevented UBROKER startup while loading the UNVACTRT SMF exit. 

D-10470 

Linux PPC 

All 

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

Universal Command

Anchor
Universal Command Release 7.1.0.0 - September 30, 2021
Universal Command Release 7.1.0.0 - September 30, 2021
Release 7.1.0.0 - September 30, 2021

Change ID

Platforms

Component

Description

B

D-

10365
B-12882All

10435 

Windows 

UCMD 
UCTL 

UEM

UDM 
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-11148

Linux s390x

All

Update SSL/TLS support to OpenSSL 1.1.1b.

Universal Connector for SAP

...

Change ID

...

Platforms

...

Component

...

Description

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.

...

D-10104

...

All

...

USAP

...

Fix failure to execute SAP Business Warehouse tasks following licensing updates in UA 6.9.0.0.

NOTE: A fix for this is also available in the UA 6.9.0.1 and 6.9.0.2 maintenance releases.

...

D-10105

...

All

...

USAP

...

Prevent SAP InfoPackage job execution from being mistaken as an attempt to run a regular SAP job that uses a model job without the jobid.

This fixes an issue introduced in a 6.4.2.x release that eliminated the need for a jobid when running a model job.

This change is also available (for all platforms except z/OS) in the UA 6.9.0.2 maintenance release.

Universal Connector for PeopleSoft Process Scheduler

...

 

Issue a configuration error when the DES-CBC-SHA cipher is specified from a Windows component. 

 This cipher was deprecated in a previous release and since then, Agent server components would fail to negotiate a session with a manager component that only requested the DES-CBC-SHA cipher. However, the value itself should have been flagged during configuration processing and not presented to the server. 

D-10470 

Linux PPC 

All 

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

D-10474 

z/OS 

UCMD 
UCTL 
UDM 
UEM 
UFTP 

 

Prevent a situation in which command line parameters provided via a SYSIN statement were ignored if they followed a password on the same line. 

For example, given the following: 

 //SYSIN DD * 
-userid uid -pwd password -level info 
/* 

 The -level option would be ignored unless moved to a separate line:
//SYSIN DD * 
-userid uid -pwd password 
-level info 
/* 

Universal Connector for SAP

Anchor
Universal Connector for SAP Release 7.1.0.0 - September 30, 2021
Universal Connector for SAP Release 7.1.0.0 - September 30, 2021
Release 7.1.0.0 - September 30, 2021

Change ID

Platforms

Component

Description

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.  

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). 

Universal Control

Anchor
Universal Control Release 7.1.0.0 - September 30, 2021
Universal Control Release 7.1.0.0 - September 30, 2021
Release 7.1.0.0 - September 30, 2021

Change ID

Platforms

Component

Description

B

D-

10365
B-12882All

10435 

Windows 

UCMD 
UCTL 

UEM

UDM 
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.

Universal Control

...

Change ID

Platforms

Component

Description

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-11148

Linux s390x

All

Update SSL/TLS support to OpenSSL 1.1.1b.

 

Issue a configuration error when the DES-CBC-SHA cipher is specified from a Windows component. 

 This cipher was deprecated in a previous release and since then, Agent server components would fail to negotiate a session with a manager component that only requested the DES-CBC-SHA cipher. However, the value itself should have been flagged during configuration processing and not presented to the server. 

D-10470 

Linux PPC 

All 

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

D-10474 

z/OS 

UCMD 
UCTL 
UDM 
UEM 
UFTP 

 

Prevent a situation in which command line parameters provided via a SYSIN statement were ignored if they followed a password on the same line. 

For example, given the following: 

 //SYSIN DD * 
-userid uid -pwd password -level info 
/* 

 The -level option would be ignored unless moved to a separate line:
//SYSIN DD * 
-userid uid -pwd password 
-level info 
/* 

Universal Data Mover

Anchor
Universal Data Mover Release 7.

...

1.0.0 -

...

September 30, 2021
Universal Data Mover Release 7.

...

1.0.0 -

...

September 30, 2021
Release 7.

...

1.0.0 -

...

September 30, 2021

B-11274

Change ID

Platforms

Component

Description

B-11148

Linux s390x

All

Update SSL/TLS support to OpenSSL 1.1.1b.

D-08997 

z/OS 

UDM 
UDMSRV 

Prevent a S0C4 when executing transfers of UTF16-encoded datasets. 

D-09852 

Unix 
z/OS 

UDM 
UDMSRV

Preserve an existing dataset’s attributes if it is used for the savedata command.

B-12884

All

UDM

Expand the set of characters that a UDM script can support for password values.

Universal Event Monitor

...

Change ID

...

Platforms

...

Component

...

Description

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-11148

...

Linux s390x

...

All

...

Update SSL/TLS support to OpenSSL 1.1.1b.

Universal Extension

...

Change ID

...

Platforms

...

Component

...

Description

...

B-12986
B-12994

...

Unix
Windows

...

UEXT

...

Provide the new Universal Extension for Unix and Windows.

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

Universal FTP CLient

...

 

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-10435 

Windows 

UCMD 
UCTL 
UDM 
UFTP 

Issue a configuration error when the DES-CBC-SHA cipher is specified from a Windows component. 

 This cipher was deprecated in a previous release and since then, Agent server components would fail to negotiate a session with a manager component that only requested the DES-CBC-SHA cipher. However, the value itself should have been flagged during configuration processing and not presented to the server. 

D-10470 

Linux PPC 

All 

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

D-10474 

z/OS 

UCMD 
UCTL 
UDM 
UEM 
UFTP 

 

Prevent a situation in which command line parameters provided via a SYSIN statement were ignored if they followed a password on the same line. 

For example, given the following: 

 //SYSIN DD * 
-userid uid -pwd password -level info 
/* 

 The -level option would be ignored unless moved to a separate line:
//SYSIN DD * 
-userid uid -pwd password 
-level info 
/* 

Universal Event Monitor

Anchor
Universal Event Monitor Release 7.0.0.0 - April 5, 2021
Universal

...

Event Monitor Release 7.0.0.0 - April 5, 2021
Release 7.0.0.0 - April 5, 2021

Change ID

Platforms

Component

Description

B-09713

D-10470 

Linux PPC 

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-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

...

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 TL5 or higher
  • AIX 7.2 TL2 or higher

Python Distribution for Universal Agent

...

Change ID

Platforms

Component

Description

B-12928
B-13265

Unix
Windows

Python

Provide the new and updated external modules list below in the Python Distribution for Universal Agent.

Modules are only provided by the Linux Intel RPM and Debian packages and Windows, except where noted.

  • azure-storage-blob==12.7.1 (All Linux, Windows)
  • azure-store-blob==12.1.0 (AIX and Solaris only)
  • cx_Oracle==8.0.1
  • hdbcli==2.7.3
  • hdfs==2.5.8
  • Kubernetes==12.0.1
  • pyodbc==4.0.30

Removed from all except AIX and Solaris SPARC:

  • azure-storage-logging==0.5.1
NOTE: The HP-UX agent install does not provide a Python distribution.

 

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

D-10474 

z/OS 

UCMD 
UCTL 
UDM 
UEM 
UFTP 

 

Prevent a situation in which command line parameters provided via a SYSIN statement were ignored if they followed a password on the same line. 

For example, given the following: 

 //SYSIN DD * 
-userid uid -pwd password -level info 
/* 

 The -level option would be ignored unless moved to a separate line:
//SYSIN DD * 
-userid uid -pwd password 
-level info 
/* 

Universal Extension

Anchor
Universal Extension Release 7.1.0.0 - September 30, 2021
Universal Extension Release 7.1.0.0 - September 30, 2021
Release 7.1.0.0 - September 30, 2021

Change ID

Platforms

Component

Description

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
titleNote

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
titleNote

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. 

Note
titleNote

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
titleNote

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 like logger.info(‘msg’) or logger.error(‘msg’). 

Note
titleNote

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
titleNote

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


B-13989 

Windows 

UEXT 

Provide a new utility to assist with Universal Extension development that provides a command line interface to Universal Extension task APIs offered by Universal Controller. 

Please see the Universal Extension development documentation for information on this new “uip” utility.

Note
titleNote

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


B-13991 

Windows 

UEXT 

Create a VisualStudio Code plugin to interact with the new uip command line utility delivered by B-13991.  

Note
titleNote

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


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. 

B-14255 

Windows 

UEXT 

Extend the uip utility delivered by B-13989 with an init command that can be used to initialize a working directory (e.g., a local Git repository) for Universal Extension development. 

Please see the Universal Extension development documentation for information on the new “uip” utility. 

Note
titleNote

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

D-10328 

Unix 
Windows 

UEXT 

Fixes a problem that causes a requires_python value with a wildcard to be ignored when used with operator other than == or != (e.g., requires_python >= 3.*) 

Note
titleNote

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

 

Universal FTP Client

Anchor
Universal FTP Client Release 7.1.0.0 - September 30, 2021
Universal FTP Client Release 7.1.0.0 - September 30, 2021
Release 7.1.0.0 - September 30, 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-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 

D-10435 

Windows 

UCMD 
UCTL 
UDM 
UFTP 

Issue a configuration error when the DES-CBC-SHA cipher is specified from a Windows component. 

 This cipher was deprecated in a previous release and since then, Agent server components would fail to negotiate a session with a manager component that only requested the DES-CBC-SHA cipher. However, the value itself should have been flagged during configuration processing and not presented to the server. 

D-10470 

Linux PPC 

All 

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

D-10474 

z/OS 

UCMD 
UCTL 
UDM 
UEM 
UFTP 

 

Prevent a situation in which command line parameters provided via a SYSIN statement were ignored if they followed a password on the same line. 

For example, given the following: 

 //SYSIN DD * 
-userid uid -pwd password -level info 
/* 

 The -level option would be ignored unless moved to a separate line:
//SYSIN DD * 
-userid uid -pwd password 
-level info 
/* 

Installation Changes

Anchor
Installation Changes Release 7.1.0.0 - September 30, 2021
Installation Changes Release 7.1.0.0 - September 30, 2021
Release 7.1.0.0 - September 30, 2021

Change ID

Platforms

Component

Description

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 
  • EXTENSION_CANCEL_TIMEOUT
Note
titleNote

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


D-10189 

z/OS 

PKG 

Fix a problem that prevented the installation of hlq.SUNVSAMP(UBRDBSPZ).