Component Maintenance Levels - Agent 7.3.x
Introduction
This page summarizes the changes introduced in each component maintenance release for Universal Agent 7.3.x.
For a list of all component changes included in the maintenance release for each platform, see:
All Components
Change ID | Platforms | Component | Description |
---|---|---|---|
E-02039 | All | All | Miscellaneous fixes to improve Universal Agent stability and reliability. |
Release 7.3.0.0 - October 3, 2022
Change ID | Platforms | Component | Description |
---|---|---|---|
B-15596 | Windows | All | Certify for Windows Server 2022. |
B-15670 | z/OS | All | Certify for z/OS 2.5. |
Universal Agent Server
Release 7.3.0.12 - September 10, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11460 | Unix | UAGSRV | Improve Agent warm start behavior in low memory environments to allow more task statuses to be recovered and accurately reported. |
D-12564 | z/OS | UAGSRV | Fix the value reported for the MIN_SSL_PROTOCOL option in the UNVAUDIT report. |
D-12659 | Unix Windows | UAGSRV | Prevent an unnecessary UTF-8 conversion for UDM task output. |
Release 7.3.0.11 - July 9, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-12570 | Unix | UAGSRV USAP | Expands support for multi-byte (i.e., Unicode) values specified in SAP tasks. This change ensures that Unicode values in job definition scripts or SAP task definitions are correctly passed to and received from the SAP system. |
Release 7.3.0.9 - May 14, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11270 | z/OS | UAGSRV | Provide message UAG5656E Dataset <dsname> specified for <jcl_save_library> cannot be found to make UAG Server start failures that occur due to missing JCL_SAVE_LIBRARY datasets more clear. |
D-12559 | All (except HP-UX) | OMSSRV | Update the OpenSSL library that Universal Agent uses to OpenSSL 1.1.1w. |
Release 7.3.0.8 - April 9, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-10536 | z/OS | UAGSRV | When the Universal Agent AGENT_IP configuration option specifies an IP address instead of a host name, eliminate the UNV0182E 'Cannot resolve' error, and accept the IP address as entered. |
D-12221 | z/OS | UAGSRV | Prevent a JCL error by ensuring that line numbers are not pulled into a JCL statement when
The fix also prevents truncation of JCL statements that contain in-line data with hexadecimal values. |
Release 7.3.0.7 - March 12, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11900 | Unix | UAGSRV | Ensure that failed attempts to launch child processes spawned by UAG Server (via the |
D-12304 | z/OS | UAGSRV | Improves threading support for some OpenSSL functions to prevent UAG Server unexpected terminating with an exit code 8 or an 0C4 ABEND. |
Release 7.3.0.6 - February 13, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11676 | Unix | UAGSRV | Fixes an intermittent issue where UAGSRV may terminate abnormally when stopped with the Universal Control utility (UCTL). The failure is not common, and was observed only when the UAG Server JTSK_NUM configuration option was set to its maximum value of 64. |
D-12222 | z/OS | UAGRERUN | Resolves unexpected behavior for a z/OS task, under the following conditions:
Prior to this fix, the EXEC COND= parameter is not honored when the ABEND occurs, and the step executes. This fix ensures the Step Condition and the EXEC COND= configuration is honored. |
D-12223 | Windows | UAGSRV | Adds the Windows network error ERROR_UNEXP_NET_ERR (59) as a retry-able error condition for a Windows File Monitor task, when file monitor fault tolerance is enabled. |
Release 7.3.0.4 - December 12, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11189 | All | OMSSRV | Update the OpenSSL library used by Universal Agent components to 1.1.1u. NOTE: The OpenSSL library used for the Universal Agent for HP-UX distribution was not updated. |
D-11889 | All | OMSSRV UAGSRV UBROKER UCMSRV UCTSRV UDMSRV UEMSRV | Changes the message digest used to sign internally-created self-signed certificates from SHA1 to SHA256 to prevent UC-OMS connection failures on newer Linux distributions |
Release 7.3.0.3 - October 31, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11115 | Unix (except HP-UX) Windows | UAGSRV UEXT | Fixes a problem where the requires_python field of a Universal Extension fails to detect or select a suitable Python executable when comparison operators less than (<) or greater than (>) are used. |
D-11342 | Unix Windows | UAGSRV | Ensures that any temporary files created by Universal Extension tasks are properly removed following completion of UAG Server warm start processing. |
D-11458 | All | UAGSRV | Fixes a problem where UAG Server memory's consumption may gradually increase following repeated, forced reconnections to OMS Server. |
D-11478 | Unix | UAGSRV | Fixes an issue that may cause messages intended for the ops_monitor process to be consumed by UAG Server and sent to a file transfer task, which could cause its failure. |
Release 7.3.0.2 - July 31, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11137 | Windows | UAGSRV | Restore the ability for Windows file monitor tasks to correctly interpret file paths that contain a double backslash (i.e., \\). |
D-11156 | Unix | UAGSRV | Ensure that all file descriptors are properly closed when a task fails because credentials were specified for a user account that does not exist. |
D-11178 | Unix | UAGSRV | Fixes an issue that could result in excessive CPU consumption when UAG Server launches and/or executes several different task types concurrently. |
D-11335 | Windows | UAGSRV | Fixes an issue that prevents successful completion of a Change file monitor instance when the file path contains double backslashes (i.e., \\) or a single forward slash (i.e., /). Prior to this fix, the task instance remains in a Running status. |
D-11424 | zOS | UAGU83 | Fixes a problem where an ABEND within the UAGU83 SMF exit module could cause RMF to terminate with an S0C1. |
Release 7.3.0.1 - April 28, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-09964 | Unix | UAGSRV | Ensure that all file descriptors are closed when an attempt to execute an Agent File Monitor task using credentials for a non-existent user is specified. |
D-10897 | Unix Windows | UAGSRV | Fix a situation in which a create or change file monitor task using a stability check may fail to detect the creation of or change to intended files. |
D-11003 | z/OS | UAGSRV | Fix a situation in which a z/OS File Monitor task could be triggered more than once for the same dataset or file |
D-11045 | Windows | UAGSRV | Fix a situation in which a Universal Extension task may stay in a Queued state on Windows if there are problems with the extension implementation. |
D-11059 | z/OS | UAGSRV | 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-11084 | Unix (except HP-UX) | UAGSRV UEXT | Fix a performance issue that may occur when a Universal Extension task's output is returned via EXTENTION OUTPUT. |
D-11108 | Unix (except HP-UX) Windows | UAGSRV UEXT | Correct the spelling of a credential's passphrase when referenced by a Universal Extension task. The previous spelling pasphrase is now corrected to passphrase. For backward compatibility, pasphrase is still accepted, but new extensions should use the correct spelling as this backward compatibility could be lost in future releases. |
D-11118 | All | UAGSRV | Fix 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. |
D-11198 | z/OS | UAGSRV | Fix a situation in which a password might be exposed in the Universal Agent log. |
Release 7.3.0.0 - October 3, 2022
Change ID | Platforms | Component | Description |
---|---|---|---|
B-02925 | z/OS | UAGSRV | Add the ability to save the JCL of jobs submitted via a z/OS task. The JCL is saved to a user-allocated PDS/E (recommended) or PDS as specified by a new UAG Server configuration option, JCL_SAVE_LIBRARY. |
B-10131 | z/OS | UAGSRV | Adds a SYSTEM or SYSAFF parameter to the job card for z/OS tasks that contain a value for the SYSTEM or SYSAFF Parameter field provided by Universal Controller item B-10132. |
B-10268 | z/OS | UAGSRV | Add the ability to set a timeout for obtaining z/OS task output from JES. The timeout value is specified with a new UAG Server configuration option, JES_SYSOUT_TIMEOUT. |
B-10380 | z/OS | UAGSRV | Add the ability to specify space parameter for temporary output datasets created by a z/OS task instance. The parameters are set via a new UAG Server configuration option, JES_SYSOUT_SPACE. |
B-13254 | All | UAGSRV | Allows UAG Server to confirm its connection to OMS via a new a SERVICE_TIMEOUT configuration option. The value specified for this option can be used to allow UAG Server to quickly detect an idle connection to OMS without waiting for the default TCPIP timeout. |
B-14072 | Unix | UAGSRV | Adds the PROCESS_CANCEL_TIMEOUT option to specify the amount of time a Universal Agent will allow between issuing a SIGTERM and a SIGKILL in response to a Cancel command from Universal Controller. |
B-14619 | All | UAGSRV | Add the ability to connect to OMS Server via a proxy server. A new UAG Server configuration option, PROXY_URL, is provided to configure this connection. The UAG Server command line client, UAGCMD, provides a new network.proxy_url parameter to configure this connection. |
B-15595 | Unix (except HP-UX) | UAGSRV UEXT | When cancelling a Universal Extension task instance, ensure that values for the
|
B-15659 | Unix (except HP-UX) | UAGSRV UEXT | Make the properties set by the new SAP Connection field types (see Universal Controller item B-13199) accessible to Universal Extension tasks. This backlog also provides code completion support for these new properties via the VisualStudio Code plugin for Universal Extension development. |
B-15808 | z/OS | UAGRERUN | Improve support for stand-alone execution of the UAGRERUN utility. Recent changes to the UAGRERUN utility have focused on integration with rerun/restart features provided by the Universal Controller. This backlog delivers enhancements needed to execute UAGRERUN outside of the Controller. |
B-15809 | z/OS | UAGRERUN | Enhance UAGRERUN's support for GDG cleanup when executed outside of the Controller. |
B-15813 | z/OS | UAGRERUN | Generate a report to show the actual results and effects of GDG adjustments made by UAGRERUN. |
D-10544 | All | UAGSRV | Prevent a CHANGE File Monitor that specifies a stable period from incorrectly generating multiple events. Note This item was delivered with Universal Agent 7.1.0.1 and Universal Agent 7.2.0.1 as D-10733 and D-10732, respectively. |
D-10563 | Windows | UAGSRV | Ensure that Windows Powershell and batch scripts which reside in the Controller's script library and whose contents include UTF8 sequences are handled correctly by UAG Server. Note This item was delivered with Universal Agent 7.2.0.1 as D-10717. |
D-10568 | Unix | UAGSRV | Fix a problem where File Monitor tasks do not honor a specified stable period if there are multiple file monitor instances running with the same credentials. Note This item was delivered with Universal Agent 7.1.0.1 and Universal Agent 7.2.0.1 as D-10705 and D-10715, respectively. |
D-10587 | All | UAGSRV | Prevent a deadlock that may occur when a CHANGE File Monitor instance detects new matching files. Note This item was delivered with Universal Agent 7.1.0.1 and Universal Agent 7.2.0.1 as D-10707 and D-10716, respectively. |
D-10614 | Unix (except HP-UX) | UAGSRV | Fix a situation in which the Universal Controller may not be able to properly distinguish between an EXTENSION_ACCEPT_LIST value that is unchanged or changed to none when a Universal Agent's configuration is refreshed dynamically. See Universal Controller item B-14025 for related changes. |
D-10783 | Windows | UAGSRV | Prevent a situation in which the value of the UAG Server EXTENSION_PYTHON_LIST option may contain unprintable characters when written to the Agent log file. Note This item was delivered with Universal Agent 7.2.0.1 as D-10852. |
D-10806 | Windows | UAGSRV | Fix a problem in which Universal Extension tasks executing following a UAG Server warm start on Windows may result in high CPU usage. |
D-10916 | Unix | UAGSRV | Resolve a memory leak observed when executing a tasks from UAG Server. |
D-10942 | Unix | UAGSRV | Prevent a situation in which several concurrent UCMD, UDM, or USAP tasks will fail with the following error: Error in caller provided UUID |
D-10985 | Windows | UAGSRV | Fix a problem in which Universal Extension tasks may fail with a Start Failure if UAG Server has been active for 30 days or more. |
Universal Agent Command Line Interface (UAGCMD)
Release 7.3.0.9 - May 14, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-12559 | All (except HP-UX) | OMSSRV | Update the OpenSSL library that Universal Agent uses to OpenSSL 1.1.1w. |
Release 7.3.0.4 - December 12, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11189 | All | OMSSRV | Update the OpenSSL library used by Universal Agent components to 1.1.1u. NOTE: The OpenSSL library used for the Universal Agent for HP-UX distribution was not updated. |
Universal Broker
Release 7.3.0.12 - September 10, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-12633 | Unix Windows | UBROKER | Manage uems.db growth by removing information for an event occurrence upon completion. |
Release 7.3.0.9 - May 14, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-12559 | All (except HP-UX) | OMSSRV | Update the OpenSSL library that Universal Agent uses to OpenSSL 1.1.1w. |
Release 7.3.0.4 - December 12, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11189 | All | OMSSRV | Update the OpenSSL library used by Universal Agent components to 1.1.1u. NOTE: The OpenSSL library used for the Universal Agent for HP-UX distribution was not updated. |
D-11889 | All | OMSSRV UAGSRV UBROKER UCMSRV UCTSRV UDMSRV UEMSRV | Changes the message digest used to sign internally-created self-signed certificates from SHA1 to SHA256 to prevent UC-OMS connection failures on newer Linux distributions |
Release 7.3.0.1 - April 28, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-09964 | Unix | UAGSRV | Ensure that all file descriptors are closed when an attempt to execute an Agent File Monitor task using credentials for a non-existent user is specified. |
D-10316 | Unix (except Solaris Intel) Windows | USAP | Fix an issue that requires SAP credentials to be specified when using X.509 certificate authentication. It is now possible to execute USAP using only an X.509 certificate. |
D-10510 | z/OS | UDM UDMSRV | 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-10727 | z/OS | UCMD | Fix an issue that prevented a z/OS UCMD Manager from performing a success network fault tolerant (NFT) recovery when SystemSSL was used. |
D-10897 | Unix Windows | UAGSRV | Fix a situation in which a create or change file monitor task using a stability check may fail to detect the creation of or change to intended files. |
D-10910 | All | UBROKER | Fix a memory leak that, if left unchecked, could require frequent Universal Broker restarts. |
D-10934 | All | UBROKER | Fix a memory leak that could occur within the Universal Broker Memory when responding to a UAG Server configuration refresh request |
D-11003 | z/OS | UAGSRV | Fix a situation in which a z/OS File Monitor task could be triggered more than once for the same dataset or file |
D-11045 | Windows | UAGSRV | Fix a situation in which a Universal Extension task may stay in a Queued state on Windows if there are problems with the extension implementation. |
D-11059 | z/OS | UAGSRV | 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-11084 | Unix (except HP-UX) | UAGSRV UEXT | Fix a performance issue that may occur when a Universal Extension task's output is returned via EXTENTION OUTPUT. |
D-11108 | Unix (except HP-UX) Windows | UAGSRV UEXT | Correct the spelling of a credential's passphrase when referenced by a Universal Extension task. The previous spelling pasphrase is now corrected to passphrase. For backward compatibility, pasphrase is still accepted, but new extensions should use the correct spelling as this backward compatibility could be lost in future releases. |
D-11118 | All | UAGSRV | Fix 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. |
D-11188 | z/OS | UFTP | Update the version of libSSH2 used for UFTP from 1.7.0 to 1.10.0. |
D-11198 | z/OS | UAGSRV | Fix a situation in which a password might be exposed in the Universal Agent log. |
D-11212 | Unix | Python | Update the version of Python distributed with Universal Agent from 3.7.6 to 3.7.16. |
Release 7.3.0.0 - October 3, 2022
Change ID | Platforms | Component | Description |
---|---|---|---|
B-06123 | z/OS | UBROKER | Increase the region size specified in the sample UBROKER started task JCL (provided by the z/OS installation) from 50M to 500M. |
B-14668 | All | UBROKER | If the Universal Broker enters its database recovery processing at startup (due to an improperly closed
|
B-14806 B-14807 | Unix (except HP-UX) | OMSSRV | Upgrade the OpenSSL library used by Universal Agent and its components from OpenSSL 1.1.1b to OpenSSL 1.1.1n. |
D-05312 | Unix | UBROKER | Remove world-writable permissions from the Note This item was delivered with Universal Agent 7.2.0.1 as D-10849. |
Universal Certificate
Release 7.3.0.9 - May 14, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-12559 | All (except HP-UX) | OMSSRV | Update the OpenSSL library that Universal Agent uses to OpenSSL 1.1.1w. |
Release 7.3.0.4 - December 12, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11189 | All | OMSSRV | Update the OpenSSL library used by Universal Agent components to 1.1.1u. NOTE: The OpenSSL library used for the Universal Agent for HP-UX distribution was not updated. |
Universal Command
Release 7.3.0.9 - May 14, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-12559 | All (except HP-UX) | OMSSRV | Update the OpenSSL library that Universal Agent uses to OpenSSL 1.1.1w. |
Release 7.3.0.4 - December 12, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11189 | All | OMSSRV | Update the OpenSSL library used by Universal Agent components to 1.1.1u. NOTE: The OpenSSL library used for the Universal Agent for HP-UX distribution was not updated. |
D-11889 | All | OMSSRV UAGSRV UBROKER UCMSRV UCTSRV UDMSRV UEMSRV | Changes the message digest used to sign internally-created self-signed certificates from SHA1 to SHA256 to prevent UC-OMS connection failures on newer Linux distributions |
Release 7.3.0.3 - October 31, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11174 | All | UCMD | Prevent an error when the value of the - pwd option contains a single space (e.g., -pwd " " ). |
D-11411 | z/OS | UCMD UCTL UEM UFTP USAP | Fixes a problem introduced in UA 7.3.0.0 that prevents Universal Agent components from reading a plain-text command file specified with the -f / -file option in a job's SYSIN. |
Release 7.3.0.1 - April 28, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-10727 | z/OS | UCMD | Fix an issue that prevented a z/OS UCMD Manager from performing a success network fault tolerant (NFT) recovery when SystemSSL was used. |
Release 7.3.0.0 - October 3, 2022
Change ID | Platforms | Component | Description |
---|---|---|---|
B-14806 B-14807 | Unix (except HP-UX) | OMSSRV | Upgrade the OpenSSL library used by Universal Agent and its components from OpenSSL 1.1.1b to OpenSSL 1.1.1n. |
D-10726 | z/OS | UCMD | Fix a problem in which passwords that contain spaces are not parsed correctly. |
Universal Connector for PeopleSoft Process Scheduler
Release 7.3.0.4 - December 12, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11353 | All | UFTP UPPS | Update the libcURL library used by Universal Agent components to 7.88.1 for Unix/Windows and 7.81.0 for zOS. NOTE: The libcURL library used for the Universal Agent for HP-UX distribution was not updated. |
Release 7.3.0.3 - October 31, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11174 | All | UCMD | Prevent an error when the value of the - pwd option contains a single space (e.g., -pwd " " ). |
Release 7.3.0.2 - July 31, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11238 | Unix | UFTP UPPS | Update the libssh2 library used by Universal Agent components from 1.9.0 to 1.10.0. |
Release 7.3.0.0 - October 3, 2022
Change ID | Platforms | Component | Description |
---|---|---|---|
B-10881 | Linux | UPPS | Add ability to retry failed PeopleSoft web service calls using values specified by the new APPL_RETRY_MSG_IDS, APPL_RETRY_INTERVAL, and APPL_RETRY_COUNT configuration options. |
B-15876 | Unix (except HP-UX) | UFTP | Update the libcURL library used by Universal Agent components 7.54.0 to 7.83.1. |
D-10690 | Unix | UPPS | Eliminate duplicate message IDs between USAP and UPPS message catalogs. Message ID Changes This change was necessary to ensure messages issued by the UPPS and USAP components could be uniquely identified. Stonebranch makes every effort to avoid changing message IDs unless absolutely necessary, to ensure that any enterprise automation tools that trigger notifications or processing based on the Agent's message IDs is not broken. A complete accounting of all the message IDs affected by this change can be found in the Universal Agent Messages and Codes section. |
Universal Connector for SAP
Release 7.3.0.11 - July 9, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-12570 | Unix | UAGSRV USAP | Expands support for multi-byte (i.e., Unicode) values specified in SAP tasks. This change ensures that Unicode values in job definition scripts or SAP task definitions are correctly passed to and received from the SAP system. |
Release 7.3.0.5 - January 9, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11555 | Unix Windows | USAP | Resolves a performance issue when downloading a large SAP spool file. |
Release 7.3.0.3 - October 31, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11174 | All | UCMD | Prevent an error when the value of the - pwd option contains a single space (e.g., -pwd " " ). |
D-11411 | z/OS | UCMD UCTL UEM UFTP USAP | Fixes a problem introduced in UA 7.3.0.0 that prevents Universal Agent components from reading a plain-text command file specified with the -f / -file option in a job's SYSIN. |
Release 7.3.0.1 - April 28, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-10316 | Unix (except Solaris Intel) Windows | USAP | Fix an issue that requires SAP credentials to be specified when using X.509 certificate authentication. It is now possible to execute USAP using only an X.509 certificate. |
Release 7.3.0.0 - October 3, 2022
Change ID | Platforms | Component | Description |
---|---|---|---|
B-13901 | All (except Solaris Intel) | USAP | Provides a new configuration option, ALLOW_VARIANT_TRUNCTION, to control how USAP responds to variant names that exceed the variant's maximum defined length. The new option can be configured to have USAP fail (the default) or silently truncate the variant name. |
D-10690 | Unix | UPPS | Eliminate duplicate message IDs between USAP and UPPS message catalogs. Message ID Changes This change was necessary to ensure messages issued by the UPPS and USAP components could be uniquely identified. Stonebranch makes every effort to avoid changing message IDs unless absolutely necessary, to ensure that any enterprise automation tools that trigger notifications or processing based on the Agent's message IDs is not broken. A complete accounting of all the message IDs affected by this change can be found in the Universal Agent Messages and Codes section. |
D-10730 | Unix (except Solaris Intel) | USAP | Prevent a failure when a model job uses a jobname of exactly 32 characters in length. Note This item was delivered with Universal Agent 7.1.0.1 and Universal Agent 7.2.0.1 as D-10828 and D-10827, respectively. |
D-10742 | Unix (except Solaris Intel) | USAP | Prevent a failure for the Display Event History command when the timestamp exceeds 8 characters. Note This item was delivered with Universal Agent 7.1.0.1 and Universal Agent 7.2.0.1 as D-10795 and D-10796, respectively. |
Universal Control
Release 7.3.0.9 - May 14, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-12559 | All (except HP-UX) | OMSSRV | Update the OpenSSL library that Universal Agent uses to OpenSSL 1.1.1w. |
Release 7.3.0.4 - December 12, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11189 | All | OMSSRV | Update the OpenSSL library used by Universal Agent components to 1.1.1u. NOTE: The OpenSSL library used for the Universal Agent for HP-UX distribution was not updated. |
D-11889 | All | OMSSRV UAGSRV UBROKER UCMSRV UCTSRV UDMSRV UEMSRV | Changes the message digest used to sign internally-created self-signed certificates from SHA1 to SHA256 to prevent UC-OMS connection failures on newer Linux distributions |
Release 7.3.0.3 - October 31, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11174 | All | UCMD | Prevent an error when the value of the - pwd option contains a single space (e.g., -pwd " " ). |
D-11411 | z/OS | UCMD UCTL UEM UFTP USAP | Fixes a problem introduced in UA 7.3.0.0 that prevents Universal Agent components from reading a plain-text command file specified with the -f / -file option in a job's SYSIN. |
Release 7.3.0.0 - October 3, 2022
Change ID | Platforms | Component | Description |
---|---|---|---|
B-14806 B-14807 | Unix (except HP-UX) | OMSSRV | Upgrade the OpenSSL library used by Universal Agent and its components from OpenSSL 1.1.1b to OpenSSL 1.1.1n. |
D-10726 | z/OS | UCMD | Fix a problem in which passwords that contain spaces are not parsed correctly. |
Universal Data Mover
Release 7.3.0.10 - June 11, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-12020 | All | UDM UDMSRV | Expands support for files whose names contain multibyte (i.e., Unicode) characters. |
Release 7.3.0.9 - May 14, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-12559 | All (except HP-UX) | OMSSRV | Update the OpenSSL library that Universal Agent uses to OpenSSL 1.1.1w. |
Release 7.3.0.4 - December 12, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11189 | All | OMSSRV | Update the OpenSSL library used by Universal Agent components to 1.1.1u. NOTE: The OpenSSL library used for the Universal Agent for HP-UX distribution was not updated. |
D-11889 | All | OMSSRV UAGSRV UBROKER UCMSRV UCTSRV UDMSRV UEMSRV | Changes the message digest used to sign internally-created self-signed certificates from SHA1 to SHA256 to prevent UC-OMS connection failures on newer Linux distributions |
Release 7.3.0.2 - July 31, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11413 | zOS | UDM UDMSRV | Fixes a situation in which a UDM file transfer will fail if an attempt is made to allocate a zOS dataset with an EXPDT equal to one of the following special values:
When none of the above 5-digit values are used, UDM will still expect a 7-digit expiration date as it did prior to this change. |
Release 7.3.0.1 - April 28, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-10510 | z/OS | UDM UDMSRV | 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. |
Release 7.3.0.0 - October 3, 2022
Change ID | Platforms | Component | Description |
---|---|---|---|
B-14806 B-14807 | Unix (except HP-UX) | OMSSRV | Upgrade the OpenSSL library used by Universal Agent and its components from OpenSSL 1.1.1b to OpenSSL 1.1.1n. |
Universal Extension
Release 7.3.0.3 - October 31, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11115 | Unix (except HP-UX) Windows | UAGSRV UEXT | Fixes a problem where the requires_python field of a Universal Extension fails to detect or select a suitable Python executable when comparison operators less than (<) or greater than (>) are used. |
D-11403 | Unix (except HP-UX) Windows | UEXT | Fixes an issue which may cause a Universal Extension task to stay in a "Running" status if an exception is raised in the __init__ method. |
D-11478 | Unix | UAGSRV | Fixes an issue that may cause messages intended for the ops_monitor process to be consumed by UAG Server and sent to a file transfer task, which could cause its failure. |
Release 7.3.0.1 - April 28, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11084 | Unix (except HP-UX) | UAGSRV UEXT | Fix a performance issue that may occur when a Universal Extension task's output is returned via EXTENTION OUTPUT. |
D-11108 | Unix (except HP-UX) Windows | UAGSRV UEXT | Correct the spelling of a credential's passphrase when referenced by a Universal Extension task. The previous spelling pasphrase is now corrected to passphrase. For backward compatibility, pasphrase is still accepted, but new extensions should use the correct spelling as this backward compatibility could be lost in future releases. |
Release 7.3.0.0 - October 3, 2022
Change ID | Platforms | Component | Description |
---|---|---|---|
B-14552 | Windows | UEXT | Adds code completion support for dynamic commands when @dynamic_command is typed from VisualStudio Code when using the Universal Extension development plugin. |
B-14553 | Windows | UEXT | Adds code completion support for dynamic choice commands when @dynamic_choice_command is typed from VisualStudio Code when using the Universal Extension development plugin. |
B-14554 | Windows | UEXT | Adds code completion for field names in methods when using the VisualStudio Code plugin for Universal Extension development. |
B-14722 | Windows | UEXT | Add the uip clean command to the UIP-CLI utility to remove the build , dist , and temp directories that contain packages generated by the uip build and uip push commands. |
B-14723 | Windows | UEXT | Add support for the uip clean command to the VisualStudio Code plugin for Universal Extension development. |
B-15595 | Unix (except HP-UX) | UAGSRV UEXT | When cancelling a Universal Extension task instance, ensure that values for the
|
B-15659 | Unix (except HP-UX) | UAGSRV UEXT | Make the properties set by the new SAP Connection field types (see Universal Controller item B-13199) accessible to Universal Extension tasks. This backlog also provides code completion support for these new properties via the VisualStudio Code plugin for Universal Extension development. |
B-15848 | Windows | UEXT | Add the ability to launch and debug Universal Extension tasks from the VisualStudio Code IDE without a connection to Universal Controller. |
B-16718 | Windows | UEXT | Ensure that the .zip file name generated for Universal Extension template is the same when created by UIP-CLI's uip build -a command and when exported from Universal Controller (see Controller item B-16719). In both instances, the file name will be
|
Universal Event Monitor
Release 7.3.0.9 - May 14, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-12559 | All (except HP-UX) | OMSSRV | Update the OpenSSL library that Universal Agent uses to OpenSSL 1.1.1w. |
Release 7.3.0.4 - December 12, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11189 | All | OMSSRV | Update the OpenSSL library used by Universal Agent components to 1.1.1u. NOTE: The OpenSSL library used for the Universal Agent for HP-UX distribution was not updated. |
D-11889 | All | OMSSRV UAGSRV UBROKER UCMSRV UCTSRV UDMSRV UEMSRV | Changes the message digest used to sign internally-created self-signed certificates from SHA1 to SHA256 to prevent UC-OMS connection failures on newer Linux distributions |
Release 7.3.0.3 - October 31, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11174 | All | UCMD | Prevent an error when the value of the - pwd option contains a single space (e.g., -pwd " " ). |
D-11411 | z/OS | UCMD UCTL UEM UFTP USAP | Fixes a problem introduced in UA 7.3.0.0 that prevents Universal Agent components from reading a plain-text command file specified with the -f / -file option in a job's SYSIN. |
Release 7.3.0.0 - October 3, 2022
Change ID | Platforms | Component | Description |
---|---|---|---|
B-14806 B-14807 | Unix (except HP-UX) | OMSSRV | Upgrade the OpenSSL library used by Universal Agent and its components from OpenSSL 1.1.1b to OpenSSL 1.1.1n. |
D-10726 | z/OS | UCMD | Fix a problem in which passwords that contain spaces are not parsed correctly. |
Universal FTP Client
Release 7.3.0.9 - May 14, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-12559 | All (except HP-UX) | OMSSRV | Update the OpenSSL library that Universal Agent uses to OpenSSL 1.1.1w. |
Release 7.3.0.4 - December 12, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11353 | All | UFTP UPPS | Update the libcURL library used by Universal Agent components to 7.88.1 for Unix/Windows and 7.81.0 for zOS. NOTE: The libcURL library used for the Universal Agent for HP-UX distribution was not updated. |
D-11189 | All | OMSSRV | Update the OpenSSL library used by Universal Agent components to 1.1.1u. NOTE: The OpenSSL library used for the Universal Agent for HP-UX distribution was not updated. |
Release 7.3.0.3 - October 31, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11174 | All | UCMD | Prevent an error when the value of the - pwd option contains a single space (e.g., -pwd " " ). |
D-11411 | z/OS | UCMD UCTL UEM UFTP USAP | Fixes a problem introduced in UA 7.3.0.0 that prevents Universal Agent components from reading a plain-text command file specified with the -f / -file option in a job's SYSIN. |
Release 7.3.0.2 - July 31, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11166 | Unix | UFTP | Fixes an issue that causes UFTP to fail when multiple files are transferred to a remote directory path that contains spaces. |
D-11238 | Unix | UFTP UPPS | Update the libssh2 library used by Universal Agent components from 1.9.0 to 1.10.0. |
Release 7.3.0.1 - April 28, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11188 | z/OS | UFTP | Update the version of libSSH2 used for UFTP from 1.7.0 to 1.10.0. |
Release 7.3.0.0 - October 3, 2022
Change ID | Platforms | Component | Description |
---|---|---|---|
B-11155 | All | UFTP | Add ability to prevent command line exposure of sensitive data by allowing UFTP to accept its command input via stdin. |
B-14703 | All | UFTP | Update the LIST command to accept a comma-separated list of files. |
B-14806 B-14807 | Unix (except HP-UX) | OMSSRV | Upgrade the OpenSSL library used by Universal Agent and its components from OpenSSL 1.1.1b to OpenSSL 1.1.1n. |
B-15876 | Unix (except HP-UX) | UFTP | Update the libcURL library used by Universal Agent components 7.54.0 to 7.83.1. |
D-10726 | z/OS | UCMD | Fix a problem in which passwords that contain spaces are not parsed correctly. |
Universal Message Service (OMS)
Release 7.3.0.9 - May 14, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-12559 | All (except HP-UX) | OMSSRV | Update the OpenSSL library that Universal Agent uses to OpenSSL 1.1.1w. |
Release 7.3.0.4 - December 12, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11189 | All | OMSSRV | Update the OpenSSL library used by Universal Agent components to 1.1.1u. NOTE:The OpenSSL library used for the Universal Agent for HP-UX distribution was not updated. |
D-11889 | All | OMSSRV UAGSRV UBROKER UCMSRV UCTSRV UDMSRV UEMSRV | Changes the message digest used to sign internally-created self-signed certificates from SHA1 to SHA256 to prevent UC-OMS connection failures on newer Linux distributions |
Release 7.3.0.3 - October 31, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11160 | Unix Windows | OMSSRV | Fix a memory leak that can occur in OMS Servers that communicate with a UAG Server via a proxy server connection. |
Release 7.3.0.0 - October 3, 2022
Change ID | Platforms | Component | Description |
---|---|---|---|
B-14806 B-14807 | Unix (except HP-UX) | OMSSRV | Upgrade the OpenSSL library used by Universal Agent and its components from OpenSSL 1.1.1b to OpenSSL 1.1.1n. |
Installation Changes
Release 7.3.0.0 - October 3, 2022
Change ID | Platforms | Component | Description |
---|---|---|---|
B-13973 | Unix | PKG | Provides the ability to set UAG Server's BUSINESS_SERVICES configuration option at install time. For Unix installs, this is done using the Windows installs provide the ability to set this option
Note that the Agent is only joined to the specified business services upon initial registration with Universal Controller. Existing agents can only be assigned to business services from the Controller's Agent Details panel. |
Python Distribution for Universal Agent
Release 7.3.0.12 - September 10, 2024
Change ID | Platforms | Component | Description |
---|---|---|---|
D-12864 | Unix (except HP-UX) Windows | PYTHON | Update external modules (and their dependencies) provided by the Universal Agent Python distribution to address any CVEs reported for those modules. |
Release 7.3.0.1 - April 28, 2023
Change ID | Platforms | Component | Description |
---|---|---|---|
D-11212 | Unix | Python | Update the version of Python distributed with Universal Agent from 3.7.6 to 3.7.16. |
Release 7.3.0.0 - October 3, 2022
Change ID | Platforms | Component | Description |
---|---|---|---|
D-10918 | Unix (AIX, Linux Ubuntu, Linux PPC, Linux s390x) | Python | Update the Universal Agent Python distributions to provide the built-in _sqlite3 Python module. |