New and Noteworthy in TD/OMS V17.1

New Release TD/OMS V17.1

Wednesday, July 02, 2025

To learn more about the specific enhancements and how they can benefit your organization, explore the detailed breakdown below.

TD/OMS V17.1

Add full context menu functionality in multi-selection mode


Implementation of user options execute


Dynamic compile results based on selected source tab


Improved Error Line Mapping



RDi & Standalone Client


Transfer Process Optimization for environments with many branches


IBM i Core

Label selection in location/action/compile should be AND

In location/action/compile, we have introduced a new option, “*LISTALL.” When *LISTALL is selected, all labels specified in the list (+) must be assigned to the object, or all labels specified in the list (-) must not be assigned to the object for a matching selection.

Between *LISTALL and *LIST, *LISTALL applies a more specific selection criterion.

  • *LISTALL requires that all labels in the list (+) must be assigned to the object, or all labels in the list (-) must be absent. This enforces a stricter condition for selection.
  • *LIST allows a match if any label in the list (+) is assigned or any label in the list (-) is absent, making it a broader and less specific condition.



Octo Server

961 – Created a command to reset the Octo admin token. For the docker-compose en Kubernetes environment there is a script available that will clear the currently set admin token.

Gravity Server

909 – Xref support for Octo
A Gravity CORS server setting has been introduced so that Xref has better support for being accessed from a browser.
I2166 – Solved Solr vulnerabilities in Gravity, all registered Solr 4.3.0 vulnerabilities (CVEs) have been assessed and addressed.
To mitigate potenially harmfull XSS attacks from the solr admin UI, we have removed the admin UI, also the solr replication handler has been disabled to remove the possibility of SSRF exploits.
I2168 Upgraded mysql jdbc connector 8.0.23
The Gravity JDBC driver has been upgraded to support version 8 of the MySql database.


RDi & Standalone Client

I03144 – For a SonarQube issue, showing the issue info was not working for a SonarQube server version 2025
The SonarQube interface has been updated to recognize the new issue info layout of SonarQube server 2025
I03231 – HOLD Job checkbox behavior incorrect during Job scheduling
The HOLD checkbox is now disabled by default during job scheduling to prevent unintended changes. It becomes enabled when a remote system is selected and
schedule details are modified, ensuring correct job setup and reducing conflict risk.


OpenAPI Generator

I03241 – REST API – Adjusted packed decimal field formatting
When generating REST APIs, numeric fields with packed decimal format (6:0) are rendered without any trailing zeroes or decimal points (e.g., 123.00 = 123). However, if the field is in packed(6:2) format, trailing zeroes should be preserved to reflect the precision (e.g., 123.00 = 123.00).
I03184 – REST API – Client generator fails to load the response data properly
The issue with parsing and loading the JSON response data in the client-generated REST API has been resolved.
I03193 – REST API – Excessive memory allocation for local variable in client REST API
The issue was caused by excessive memory allocation for a local variable in the generated client REST API, and this has now been resolved.
I03057 – Rest – Client generator issue for setting the default value
The Client API generator allows users to manually set default values when generating a client for an API.
I03081 – REST – Retrieve database issue
The retrieve database API now returns the correct records when multiple groups are linked to a single parent group.
I03087 – REST – Retrieve database issue for sortFields
The sortBy field can be left blank, and it will default to “ASC.”
I03126 – Client code generator issue for array type response
The parsing of the inline array reference schema was incorrect in the generated CLIENT API.

PLEASE ACCESS THE PAGES AND FULL RELEASES NOTES FROM HERE