Skip to main content

Windows Package Maintenance Levels - Agent 8.0.x

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

info

For the Universal Enterprise Controller and UEC Client Applications packages, the information provided is for their latest release: 6.3.0.0.

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

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

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

Universal Agent 8.0.x for Windows Packages

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
Event
Monitor
Manager

Universal
Event
Monitor
Server

Universal
FTP Client

Universal
Query

8.0.0.0

March 31, 2026

8.0.0.0

8.0.0.0

8.0.0.0

8.0.0.0

8.0.0.0

8.0.0.0

8.0.0.0

8.0.0.0

8.0.0.0

8.0.0.0

8.0.0.0

8.0.0.0

8.0.0.0

8.0.0.0

8.0.0.0

8.0.0.0

8.0.0.0

8.0.0.0

8.0.0.0

info

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.

Release 8.0.0.0 - March 31, 2026

Change Id

Platform

Component

Description

B-22140

Unix
Windows

OMSSRV

Add support for OMS Message Database replication via the Raft protocol provided by the NuRaft library.

This feature removes the requirement to have the OMS Message Database reside on a NFS-mounted, shared filesystem. That architecture will continue to be supported, however, and is still the default.

For information on this new feature and how to configure it, see the following:

B-23529

All

UAGSRV

Ensure that UAG Server refreshes the IP address of any hosts specified in its OMS_SERVERS list, to support DNS updates without having to cycle the Agent.

B-23685

All

UBROKER
UEM
UQUERY

Enhance security for the Universal Broker's external service interface by adding peer authentication support.

When the new AUTHENTICATE_PEER configuration option is set to yes, the Universal Broker will require that any client that tries to connect to its external service interface provide a valid client certificate. This will ensure that only trusted clients can connect to the Universal Broker.

D-09802

Unix
Windows

UBROKER

When the path to a Universal Broker's .ipc file - which is used to support the Universal Broker's component interface on Unix systems - is greater than 80 characters, its value inside the ubroker.bif file (see UBROKER_BIF) is truncated. This will cause Universal Broker startup to fail. This fix provides support for a file path up to 2000 characters (subject to system to system limits imposed by some platforms).

info

Note

There were code changes made for this defect that are shared between Unix and Windows implementations. However, the Universal Agent for Windows uses TCP/IP for the Universal Broker's component interface. This means that the values saved in the ubroker.bif file for Windows were not affected by this defect and will not change.

D-13422

Unix
Windows

OMSSRV

Prevent unauthorized access to OMS Server by denying connection attempts from a remote OMS Admin (OMSADMIN) utility. This will restrict OMSADMIN to execution on the OMS Server's system.

D-13552

All

UAGSRV

Ensures that an Agent's configured BUSINESS_SERVICES are part of any HELLO message the Agent sends to the Controller.

This change was specifically intended to fix an issue where a transient Linux Agent would lose business service information after temporarily going offline.

A persistent Agent on any platform would also benefit from this change if, for example, it were inadvertently deleted from the Controller.

D-13908

Unix
Windows

OMSSRV
UBROKER
UCMSRV
UCTSRV
UDMSRV
UEMSRV

Fixes an issue introduced by changes delivered in UA 7.8.0.0 with B-20246 that could cause session negotiation to fail when 1) one of the affected Server components receives an unusually large number of session negotiation requests, and/or 2) multiple clients of one of the affected Server components tries to connect and negotiate a session over a very slow network.

D-14036

All (depending on component availability)

UAGSRV
UCMSRV
UCTLSRV
UDMSRV
UEMSRV

Ensure that an attempt to establish an improper SSL/TLS session over the affected Server application's component interface is handled gracefully.

D-14051

All

UAGSRV

Fixes an issue where the UAG Server's configured SERVICE_TIMEOUT value is ignored when receiving messages from OMS. This fix will decrease the time it takes for UAG Server to detect a dropped connection with OMS, which will in turn decrease connection recovery times.

D-14191

Unix
Windows
z/OS

UAGSRV

Fix a possible memory corruption when an application monitored by an Application Control Task is stopped immediately after the application is started.

D-14197

Unix
Windows
z/OS

UFTP

Update the libSSH2 3pp vendor library used by UFTP to remediate Critical- and High-severity CVEs.

D-14286

Unix
Windows

PYTHON UEXT

Update the Universal Agent's Python 3.11 distribution for Unix and Windows to remediate Critical- and High-severity CVEs.

This delivery also includes updates to the following "external" Python modules:

  • azure-core
  • azure-storage-blob
  • boto3
  • cryptography
  • cx_Oracle
  • docker
  • google-cloud-storage
  • hdbcli
  • hdfs
  • kubernetes
  • pyodbc
  • oauthlib
  • requests
  • urllib3

These external modules -- and their dependencies -- are provided by the Agent's Python distribution. A subset of these modules are install to the ./universal/uagsrv/uext directory to support the Universal Agent's OpenTelemetry integration.

D-14348

All

All

Update the zlib 3pp vendor library to remediate Critical- and High-severity CVEs.

The zlib library is used by all Universal Agent components, excluding the z/OS SMF exit modules.

D-14360

Unix (Linux Intel only)
Windows

UPPS

Fixes a problem in which a UPPS task may exit with a start failure if the task definitions provides a large number of RunTime parameters.

D-15594

Windows

PYTHON

Update the Universal Agent's Python 3.11 distribution for Windows with the following changes:

  1. Use the same zLib version (currently 1.3.2) as all other Agent components.
  2. Use the same OpenSSL version (currently 3.5.5) as all other Agent components.

This change will allow the Agent's Python 3.11 distribution to provide newer and more secure versions of these libraries than the default Python 3.11 for Windows currently provides.

Universal Agent for SOA 7.9.x for Windows Packages

Agent for SOA 7.9.0.0 - September 30, 2025

Change ID

Platforms

Component

Description

B-22445

Unix (Linux Intel only)
Windows

USOA

Replace deprecated log4j 1.2.17 with actively-maintained reload4j 1.2.26. reload4j is a fork of the log4j project and is a drop-in replacement.

reload4j is installed to the following locations:

  • The ./universal/UAI/lib folder
  • The axis2 deployment for UAC Server's local Tomcat instance that resides in ./universal/UAC/container.

D-13527

Unix (Linux Intel only)
Windows

USOA

Update the Apache Tomcat 9.0.102 library bundled with UAC Server to 9.0.107 to remediate Critical- and High-severity CVEs.

D-13528

Unix (Linux Intel only)
Windows

USOA

Update the DB Derby 10.4.1.3 library to 10.14.2.0 to remediate Critical- and High-severity CVEs.

Universal Enterprise Controller 6.3.0 for Windows Packages

UEC 6.3.0.0 - January 18, 2016

(There have been no changes to this release.)

Universal Enterprise Controller Client Applications 6.3.0 for Windows Packages

UEC Client Applications 6.3.0.0 - January 18, 2016

(There have been no changes to this release.)