Versions Compared

Key

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

...

Release

Release Date

SMP/E
Install

Universal
Broker

Universal
Automation
Center
Agent

Universal
Message
Service
(OMS)

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

Universal
FTP Client

Universal
Query

7.1.0.5April 28, 2023

7.1.0.0

7.1.0.4

7.1.0.4


7.1.0.0

7.1.0.0

7.1.0.4

7.1.0.0

6.1.0.0


7.1.0.0

7.1.0.0

7.1.0.4

7.1.0.4

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.5

7.1.0.0

7.1.0.4April 28, 2023

7.1.0.0

7.1.0.4

7.1.0.4


7.1.0.0

7.1.0.0

7.1.0.4

7.1.0.0

6.1.0.0


7.1.0.0

7.1.0.0

7.1.0.4

7.1.0.4

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.3November 18, 2022

7.1.0.0

7.1.0.0

7.1.0.1


7.1.0.0

7.1.0.0

7.1.0.2

7.1.0.0

6.1.0.0


7.1.0.0

7.1.0.0

7.1.0.1

7.1.0.1

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.1

July 12, 2022

7.1.0.0

7.1.0.0

7.1.0.1


7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0

6.1.0.0


7.1.0.0

7.1.0.0

7.1.0.1

7.1.0.1

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0

7.1.0.0

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

6.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
titleNote

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.

Anchor
z/OS 7.1.0.5
z/OS 7.1.0.5

Agent 7.1.0.5 - July 31, 2023

Change ID

Platforms

Component

PTF

Description

D-11166

All

UFTPPS31012

Fixes an issue that causes UFTP to fail when multiple files are transferred to a remote directory path that contains spaces.

D-11424z/OS

UAGU83

PS31013

Fixes a problem where an ABEND within the UAGU83 SMF exit module could cause RMF to terminate with an S0C1.


Anchor
z/OS 7.1.0.4
z/OS 7.1.0.4

Agent 7.1.0.4 - April 28, 2023

Change ID

Platforms

Component

PTF

Description

D-10510z/OSUDM
UDMSRV
PS31010
PS31011

Eliminate all "benign" ICH408I message occurrences from the RACF log. 

These messages would sometimes appear during UDM's processing, when checking for access to resources it required. UDM would silently ignore the situation that caused these messages, using an alternate execution path. This change will ensure that UDM takes no action that could result in these messages. 

D-10727z/OSUCMDPS31008Fix an issue that prevented a z/OS UCMD Manager from performing a success network fault tolerant (NFT) recovery when SystemSSL was used.
D-10910AllUBROKERPS31009Fix a memory leak that, if left unchecked, could require frequent Universal Broker restarts.
D-10934AllUBROKERPS31009Fix a memory leak that could occur within the Universal Broker Memory when responding to a UAG Server configuration refresh request
D-11003z/OSUAGSRV
UAGU83
PS31005
PS31007
Fix a situation in which a z/OS File Monitor task could be triggered more than once for the same dataset or file
D-11059z/OSUAGSRV
UAGRERUN
PS31005
PS31006
Fix a situation in which the step that executes the UAGRERUN utility is inserted into a z/OS task's JCL at an unexpected/unsupported location
D-11118AllUAGSRVPS31005Fix a situation in which tasks could end with a Start Failure or say in a Queued status if the Agent's hostname is longer than 62 characters.

Anchor
z/OS 7.1.0.3
z/OS 7.1.0.3
Agent 7.1.0.3 - November 18, 2022

Change ID

Platforms

Component

PTF

Description

D-10726z/OSUCMDPS31004

Fix a problem in which passwords that contain spaces are not parsed correctly.

Anchor
z/OS 7.1.0.1
z/OS 7.1.0.1
Agent 7.1.0.1 - July 12, 2022

Change ID

Platforms

Component

PTF

Description

D-10707

All

UAGSRVPS31003

Prevent a deadlock that may occur when a CHANGE File Monitor instance detects new matching files.

Note
titleNote

This item may be identified in other UA releases as D-10587 or D-10716.


D-10718

All

UDM
UDMSRV

PS31001
PS31002

Prevent an authentication error for a File Transfer task when the following conditions exist:

  • File Transfer task uses Universal Data Mover (UDM)

  • UDM script is used by the task

  • UDM script issues the exec or execsap command

  • exec or execsap command uses the pwd parameter
  • One of the built-in credential variables – $(ops_primary_cred_pwd) or $(ops_secondary_cred_pwd) -- is used for the pwd parameter's value

For example:

Code Block
titleUDM Script Statements
collapsetrue
open src=local dst=rmthost.ipaddr user=$(ops_secondary_cred_user) pwd=$(ops_secondary_cred_pwd)
exec src cmd="dir" user=$(ops_primary_cred_user) pwd=$(ops_primary_cred_pwd)

Starting with UA 7.0.0.0, this will cause the resolved $(ops_primary_cred_pwd) value in the exec statement to be enclosed in double quotes ("). The double quotes are retained when passed to UCMD Manager (or USAP for an execsap statement). The double quotes will prevent successful password authentication.

Note
titleNote

This item was originally delivered in UA 7.2.0.0 as D-10523.


D-10733AllUAGSRVPS31003

Prevent a CHANGE File Monitor that specifies a stable period from incorrectly generating multiple events.

Note
titleNote

This item may be identified in other UA releases as D-10544 or D-10732.


...