Versions Compared

Key

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

...

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.3
z/OS 7.1.0.3
Agent 7.1.0.3 - November 18, 2022

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.

...