Resolved issues

You can review the fixes that are addressed in each fix pack version.

Note:
  • If you are installing fix pack 10.0.2206.2 or later, the underlying fix pack installer that is used is not a delta package jar anymore. The installer is now a full installer jar.
  • For more information about the installation instructions for any fix pack, see the Fix_Pack_Installation.txt file that is available within the fix pack installer zip.
    Important: You must always back up your existing runtime directory before starting the fix pack installation.

Version numbering for Continuous Delivery support policy

Effective from June 2022, the product lifecycle policy for IBM® Sterling™ Order Management System Software has changed from Standard support to Continuous Delivery support. A new Continuous Delivery version numbering scheme is introduced. The first update to include the numbering is in Q2 2022 which is 10.0.2206.0 where first two digits remain 10.0. The third digit indicates major quarterly updates including two-digit year followed by the two-digit month. The fourth digit indicates minor updates and increments sequentially from 0 for each major update.

For more information about adopting Continuous Delivery support policy, see Adopting Continuous Delivery support policy.

To review the fixes that are addressed in each fix pack version that are released before 2025, see Archived resolved issues.

16 January 2026 (Release 10.0.2601.0)

Case number Description
TS020191329 Issue: In an IV-integrated environment, the unsegmented inventory is not getting considered properly when Use Enhanced Segment Based Allocation rule is enabled for inventory organization.

Solution: This issue is resolved and the unsegmented inventory is considered when the Use Enhanced Segment Based Allocation rule at inventory organization level.

TS020247475 Issue: When the Consolidation Agent runs in a multi-threaded environment, deadlocks can occur during shipment consolidation due to circular locking between orders. The parallel threads lock different orders and then wait for other locks while consolidating cross-order shipments that results in a deadlock situation.

Solution: This issue is resolved. The system is enhanced to bypass invoice handling during consolidation to eliminate circular locking dependencies and prevent deadlocks in a multi-threaded environment.

TS020529791 Issue: When an order line is canceled, the system does not delete all related order line relationships.

Solution: This issue is resolved. The cancelOrder API is fixed to remove all order line relationships for the canceled order line and its related lines.

TS020642815 Issue: The null pointer exception happens when LineCharges and AdditionalLinePrices together are provided in the CreateOrder API input. However, it works with either of one input.

Solution: This issue is resolved and both the LineCharges and AdditionalLinePrices element is supported.

TS020784861 Issue: The performance of getOrderList API during large orders gets slow due to the calls to YFS_ORDER_RELEASE_STATUS table with order by clause.

Solution: This issue is resolved. For the large orders, when getOrderList API output template does not have OrderStatus element, the order by clause to YFS_ORDER_RELEASE_STATUS table does not added that improves the performance of getOrderList API.

TS020812921 Issue: The getShipmentLineList API output template is missing in the PersonInfoMarkFor object that is required to populate specific fields in the Shipment Lines table.

When attempting to include the PersonInfoMarkFor object in the output template, the system throws an API security violation error and the required fields are not populated on the UI.

Solution: This issue is resolved. The getShipmentLineList output template is enhanced to support the PersonInfoMarkFor element to eliminate any API security violation.

TS020812921 Issue: The getOrderLineList API output currently does not return the allowed modifications information in the output and the Order Hub is not able to hide actions on lines that are not allowed.

Solution: This issue is resolved. The getOrderLineList API has been enhanced to identify the allowed modifications that can be performed for each of the lines so that the operations can be accordingly disabled or enabled in the Order Hub.

TS020814860 Issue: There are unnecessary queries during the createOrder flow when no corresponding input data existed and the related tables with no records.

Solution: This issue is resolved and the query execution is restricted to the relevant transaction tables. As a result, when no related details like references, line options, charges, or tax breakup are provided in the createOrder input and the queries to those tables are no longer triggered.

TS020819150 Issue: The cancelOrder API fails if an order line has more than one shipment and one of the shipment is already canceled.

Solution: This issue is resolved.

TS020965126 Issue: The consolidateToShipment API does not consider Expected Shipment Date and Expected Delivery Date for shipment consolidation.

Solution: This issue is resolved.

The consolidateToShipment API is enhanced to consolidate shipments based on Expected Shipment Date and Expected Delivery Date. These attributes are added in Applications Manager > Logistics Management > Logistics > Shipment Planning. When checked the consolidateToShipment API finds the existing matching shipments based on these attributes.