All Platforms Package Maintenance Levels - Agent 7.6.x
- 1 Overview
- 2 Release 7.6.1.2 - March 10, 2026
- 3 Release 7.6.1.1 - February 10, 2026
- 4 Release 7.6.1.0 - December 9, 2025
- 5 Release 7.6.0.17 - November 11, 2025
- 6 Release 7.6.0.16 - October 14, 2025
- 7 Release 7.6.0.15 - August 12, 2025
- 8 Release 7.6.0.14 - July 8, 2025
- 9 Release 7.6.0.13 - June 10, 2025
- 10 Release 7.6.0.12 - May 13, 2025
- 11 Release 7.6.0.11 - April 8, 2025
- 12 Release 7.6.0.10 - March 11, 2025
- 13 Release 7.6.0.9 - February 11, 2025
- 14 Release 7.6.0.8 - January 14, 2025
- 15 Release 7.6.0.7 - December 10, 2024
- 16 Release 7.6.0.6 - November 12, 2024
- 17 Release 7.6.0.5 - October 8, 2024
- 18 Release 7.6.0.4 - September 10, 2024
- 19 Release 7.6.0.3 - July 9, 2024
- 20 Release 7.6.0.2 - June 11, 2024
- 21 Release 7.6.0.1 - May 14, 2024
- 22 Release 7.6.0.0 - April 3, 2024
Overview
This page identifies the changes made in all Universal Agent 7.6.x maintenance releases, including the initial release, for all supported platforms.
Each change identifies the platform(s) for which it was made.
For a list of changes made to optional Agent 7.6.x packages, such as Universal Command Agent for SOA 6.7.x, see the platform-specific Maintenance Levels pages.
For a list of all changes in a release - all platforms, specific components - see Component Maintenance Levels.
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.
Release 7.6.1.2 - March 10, 2026
Change Id | Platform | Component | Description |
|---|---|---|---|
D-11005 | z/OS | UAGSRV | Fix truncation of a message responsible for reporting secondary Universal Agent status to the Controller. The truncation could cause the Agent to show Active even if it were actually offline. |
D-14191 | Unix | 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 | UFTP | Update the libSSH2 3pp vendor library used by UFTP to remediate Critical- and High-severity CVEs. |
D-14409 | z/OS | UAGSRV (UAGRERUN) | Fixes a problem where the JCL for a z/OS task containing a backward reference to a DD statement in the same step prevented that step from being marked "Restartable" in the z/OS task instance. Steps that contain local backward references should be restartable. Steps that contain backward references to other steps in the job will continue to be non-restartable. |
Release 7.6.1.1 - February 10, 2026
Change Id | Platform | Component | Description |
|---|---|---|---|
D-13552 | Unix | 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. |
Note
No Universal Agent 7.6.1 maintenance delivery was made for the January 13, 2026 release.
Release 7.6.1.0 - December 9, 2025
Change Id | Platform | Component | Description |
|---|---|---|---|
B-18732 | Unix (except Solaris) | OMSSRV | Explicitly set and expose the OpenTelemetry schema URL used for traces and metrics exposed by the Universal Agent and Universal Extension tasks. Providing the schema URL with each trace message or metric provides information about the format of the data being exported and details the semantic conventions used by the OpenTelemetry library 3pp vendor library. |
B-22163 | Unix (except Solaris) | OMSSRV | Add support to export traces and metrics in protobuf binary format. Provides the new OTEL_HTTP_TRACE_PROTOCOL and OTEL_HTTP_METRICS_PROTOCOL configuration options to switch between JSON and binary (the default) encoding.
Default Behavior Change This item was first delivered in the UA 7.9.0.0 release. For the December 2025 maintenance releases, the default encoding for all supported Agent versions (incl., 7.6.1, 7.7.2, and 7.8.3) was changed from JSON to protobuf binary. Universal Extension tasks using OpenTelemetry features now require Python 3.8 or higher. |
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. |
Release 7.6.0.17 - November 11, 2025
Change Id | Platform | Component | Description |
|---|---|---|---|
D-09802 | Unix | UBROKER | When the path to a Universal Broker's
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 |
D-13947 | z/OS | UAGSRV | Ensure that a z/OS task does not fail with a JCL error when the task's job issues an IEFC677I message. Prior to this change, it may be possible for the Agent to fail with a S0C4 ABEND or return accurate error information to the Universal Controller. |
D-13958 | z/OS | UAGSRV | Prior to the Universal Agent's attempt to calculate a system workload value, ensure that the sample size value in an SMF record type 70-1 (SMF70SAM) is non-zero. This check will prevent a divide-by-zero exception (S0C9). |
Release 7.6.0.16 - October 14, 2025
Change Id | Platform | Component | Description |
|---|---|---|---|
D-11976 | Unix | UDM | Update the International Components for Unicode (ICU) 3pp vendor library to remediate Critical- and High-severity CVEs. |
D-12045 | Windows | UAGSRV | Update the Boost 3pp vendor library used for regular expression support on Windows to remediate Critical- and High-severity CVEs. |
D-12235 | Unix | UFTP | Update the libcURL 3pp vendor library (used for UFTP file transfers and UPPS Web API calls) to remediate Critical- and High-severity CVEs. |
D-12923 | Unix | PYTHON | Update the Universal Agent Python distribution to 3.11.13 to remediate Critical- and High-severity CVEs. |
D-13422 | Unix | 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-13581 | All | UAGSRV | Fixes an issue the prevented UAG Server from retrying all items in the configured OMS_SERVERS list following a lost connection. |
D-13664 | Unix | UAGSRV | Prevents a possible UAG Server crash when an Agent File Monitor task is launched with a variable with no value is specified for the file to be monitored. |
Change Id | Platform | Component | Description |
|---|---|---|---|
D-12045 | Windows | UAGSRV | Update the Boost 3pp vendor library used for regular expression support on Windows to remediate Critical- and High-severity CVEs. |
D-12235 | *nix | UFTP | Update the libcURL 3pp vendor library (used for UFTP file transfers and UPPS Web API calls) to remediate Critical- and High-severity CVEs. |
D-13664 | Unix | UAGSRV | Prevents a possible UAG Server crash when an Agent File Monitor task is launched with a variable with no value is specified for the file to be monitored. |
Release 7.6.0.15 - August 12, 2025
Change Id | Platform | Component | Description |
|---|---|---|---|
D-10535 | Unix | UAGSRV | Prevents an Agent File Monitor task failure when the specified file contains trailing whitespace that is not a space (e.g., a newline control character, '\n'). |
D-12560 | Unix | UFTP | Update the libSSH2 3pp vendor library used by UFTP to remediate Critical- and High-severity CVEs. |
D-13077 | Unix | UFTP | Fixes an issue for transfers to or from an IBM i FTP Server, where UFTP attempts to issue LIB file system commands for a location outside the Library file system. |
D-13550 | Unix (except HP-UX, Solaris) | UEXT | Update the setuptools and certifi Python modules provided for Universal Extension development and installed to |
D-13676 | z/OS | UAGSRV | Prevent an 0C4 abend that could occur in UAGSRV as it evaluates the memory allocated for some JCL SET parameters. |
D-13707 | Unix (except HP-UX) | PYTHON | Decrease the size of the Universal Agent's Python distribution in order to decrease the overall size of the Universal Agent distribution file. |
Release 7.6.0.14 - July 8, 2025
Change Id | Platform | Component | Description |
|---|---|---|---|
D-09780 | Unix | UBROKER | Prevents a Universal Broker crash following successful Manager Fault Tolerant (MFT) recovery of a UCMD Manager task. In this situation, recovery processing was successful. The crash occurred as the Broker cleaned up tracking records stored in its BerkeleyDB database files. |
D-13549 | Windows | UAGSRV | Fixes a problem in which the Universal Agent for Windows process could crash at startup during Universal Extension task initialization. Specifically, the issue occurred within the Agent's Python discovery processing. |
D-13578 | z/OS | UAGSRV | Ensure that the UAG Server's configured CODE_PAGE is honored during OMS message processing. Specifically, this fix addresses a problem with z/OS Task parameter translation when the z/OS system environment is configured to use a codepage other than IBM1047 (UAG Server's default codepage). The problem applies to the following situation:
Prior to this fix, the parameter's name and value would always be translated from UTF8 to IBM1047, even if the UAG Server's configured codepage were set to something other than IBM1047. With this fix, UAG Server will now honor its configured codepage and translate the parameter name and value accordingly. The default is still IBM1047. Note that a similar defect, D-13592, is provided for this release that fixes translation of parameters used for JCL variable substitution. These are parameters whose names start with *@.
Possibility of Breaking Change Exercise care before doing the SMP/E ACCEPT of this PTF. If any work-arounds exist that rely on a task parameter's name or value always being translated as IBM1047, they will no longer work if the CODE_PAGE option is set in UAGCFG00 to something other than IBM1047. For example, the at symbol ('@') has a UTF8 encoding of 0x0040. Its IBM1047 encoding is 0x7C. Its IBM1141 encoding is 0xB5. Prior to this fix, it the z/OS system's configured codepage were IBM1141, the '@' symbol in a task parameter name or value had to be replaced with a section sign ('§'). This would force the UTF8-to-IBM1047 translation to produce an encoding of 0xB5. When viewing the SET statement that UAG Server adds to the task's JCL, the value would be shown as '@' as expected. With this change, you can now set the CODE_PAGE option in UAGCFG00 to IBM1141 and use the '@' symbol in the task parameter. The work-around described above is no longer needed. If you choose to leave such work-arounds in place, simply make sure the UAG Server's CODE_PAGE option in UAGCFG00 is undefined or set to IBM1047. If all of your task parameter names and values are inserted into the JCL's SET statements correctly today (that is, without any work-arounds), then you do not need to do anything after applying this fix. Everything will continue to work as it does today. |
D-13589 | Unix (Solaris only) | INSTALL | Fixes a problem with Universal Agent upgrades on Solaris that could cause Universal Extension tasks to fail. The failures only occur if the Universal Extension API changed between your installed version and the upgraded version. The fix provided in this maintenance will ensure that existing Universal Extension tasks execute successfully following the upgrade. |
D-13592 | z/OS | UAGSRV | Ensure that the UAG Server's configured CODE_PAGE is honored during OMS message processing. Specifically, this fix addresses a problem with z/OS Task parameter translation when the z/OS system environment is configured to use a codepage other than IBM1047 (UAG Server's default codepage). The problem applies to the following situation:
If your z/OS system's codepage is configured with one of the above codepages, this fix will provide the ability to retain the '@' symbol in the task parameter definition and your z/OS task's JCL. Prior to this fix, the parameter would always be translated from UTF8 to IBM1047, even if the UAG Server's configured codepage were set to something other than IBM1047. With this fix, UAG Server will now honor its configured codepage and translate the '@' symbol correctly. The default is still IBM1047. Note that a similar defect, D-13578, is provided for this release that fixes translation of parameters used for JCL SET statements.
Possibility of Breaking Change Exercise care before doing the SMP/E ACCEPT of this PTF. If any work-arounds exist in your JCL to replace the '@' variable with a symbol that will match the IBM1047 encoding for '@' AND the CODE_PAGE option is set in your UAGCFG00 to something other than IBM1047, the work-around will no longer work. For example, the at symbol ('@') has a UTF8 encoding of 0x0040. Its IBM1047 encoding is 0x7C. Its IBM1141 encoding is 0xB5. Prior to this fix, it the z/OS system's configured codepage were IBM1141, the '@' symbol could not be used in your JCL. The '@' had to be replaced with a section sign ('§') This would force the UTF8-to-IBM1047 translation to produce an encoding of 0xB5, which allowed UAG Server to find the variables in the JCL and replace them with the values of the task's parameters. With this change, you can now set the CODE_PAGE option in UAGCFG00 to IBM1141 and use the '@' symbol in your JCL (assuming your z/OS system's codepage is IBM1141). The work-around described above is no longer needed. This is true for any of the codepages listed above, provided the configured CODE_PAGE in UAGCFG00 matches the codepage set for your z/OS environment. If you choose to leave such work-arounds in place, simply make sure the UAG Server's CODE_PAGE option in UAGCFG00 is undefined or set to IBM1047. If all of the variables in your z/OS task's JCL start with '@' and are translated correctly today (that is, without any work-arounds), then you do not need to do anything after applying this fix. Everything will continue to work as it does today. |
Release 7.6.0.13 - June 10, 2025
Change Id | Platform | Component | Description |
|---|---|---|---|
D-12968 | Windows | UAGSRV | Fixes a memory leak observed when running several Agent File Monitor tasks over an extended period of time. |
D-13463 | Unix | UAGSRV | Fixes a problem where a Universal Extension Task that defines a field with a percent sign (%) in its value may be misinterpreted by UAG Server, causing it to crash. |
Release 7.6.0.12 - May 13, 2025
Change Id | Platform | Component | Description |
|---|---|---|---|
D-11317 | Unix | UAGSRV | Improves trace file messaging for an Agent File Monitor task that executes on a Linux/Unix Agent. Messages are now consistent with those written for Agent File Monitor tasks that execute on Windows Agents. |
D-12016 | Unix | UCMD | Library dependencies updated due to vulnerabilities. |
D-12785 | All | All | Improve data security by making sure all references to sensitive data are cleared before the memory holding that data is freed. |
D-12805 | Unix | UEM | Fixes a problem where UEM tries to monitor a symbolic link on a Linux system that resides in a world-writeable directory. |
D-13270 | All | UAGSRV | Fixes a problem where a Universal Broker started with the command line option -dest stderr failed to honor the UAGLOGLVL environment variable. |
D-13397 | Unix (Linux Intel only) | INSTALL | A Universal Agent install or upgrade on Linux Intel (the RPM or Debian package) would replace file permissions for the This issue only affects users of the Universal Agent for SOA product. |
D-13418 | Unix | UDM | Add support for the rdw session attribute for UDM sessions that execute on Linux/Unix. |
Release 7.6.0.11 - April 8, 2025
Change Id | Platform | Component | Description |
|---|---|---|---|
D-01220 | All | UBROKER |