Version 10.0.1.8 release note

In this release, we have upgraded a number of tech stacks; fixed security issues,, enhancements and defects.

Tech stack upgrades

  • Websphere Liberty Profile 23.0.0.7
  • Oracle 21c database
  • MS SQL 2019 database
  • Apache Derby 10.14.2.0 database
  • Db2 v11.5.7 database
  • Edge Browser Version 118.0.2088.76 (Official build) (64-bit)
  • Chrome browser Version 118.0.5993.118 (Official Build) (64-bit)
  • Mozilla Firefox browser 119.0 (64-bit)
  • IBM Installation Manager v1.9.2.3
  • Financial Services Payments 10.2.1
  • Healthcare payer 10.2.1
  • Supply Chain EDI 10.2.1
  • IBM JDK/JRE version 8.0.7.20

Enhancement

  • RFE 237: Unable to Generate 999 when there is an error in ST segment
  • RFE 238: SI envelope exported, does not look the same when imported in ITXA
  • RFE 244: REST API Call to run ITX map via ITXA and get output
  • RFE 247: Windows service for TPUI server
  • RFE 248: Added support for new compliance check parameters for HC 10.2.1
  • RFE 251: SWIFT envelope creation for MT940
  • RFE 253: Swift Standards 2019-2023
  • RFE 254: SPE-De-enveloping service-- ST/SE envelope--Duplicate_ST_Check_Enabled="Y" in the dynamically created parameter file
  • RFE 255: Excel Adapter
  • RFE-256: User with MAP_FULL access has not been granted access to Select Tables
  • RFE 279: Automate JDBC deployment in container
  • RFE 280: Cannot require customer NFS access
  • RFE 281: ITXA should support dynamic provisioning of persistent storage
  • Claim Level rejection

APAR addressed

  • PH42277: Need to use leading zeros in the control numbers of the EDIFACT envelopes
  • PH49328: Spe Deenvelope Duplicate control check and when downloaded to the server are also 0kb (empty)
  • PH49331: SPEDeenvelope performance improvement
  • PH50049: When selecting a map in the VERSION area and attempting to Upload / Download the Map and Source are both displaying as 0KB size
  • PH52050: Post ITXA RHOCP container deployment, customer was unable to run the transform job
  • PH54148: The ProcessData XML was not formatted for some cases where there were 2 levels of nesting and the nested elements had the same path
  • PH56530: Edifact control numbers showing as Null
  • PH57902: SSO fails between B2BI 6.1.x and ITXA 10.0.1.7

Others

  • Updated ITXA license and notices file
  • ICU4J v71.1
  • Commons-io v2.7
  • openjpa-all v3.2.1
  • gson v2.8.9

Known limitations, problems, and workarounds

  1. Issue: unable to deploy packs on AIX OS

    A file or directory in the path name does not exist. There was an error while setting a+x permissions on the edisvu file.

    Workaround
    • AIX installation packs deployment instructions
    • Edit spedeploy-packs.sh file under installation folder's "bin" directory
    • Set the SUPPORT variable to copy the corresponding library
      SUPPORT=
      localPROC=
      case ${localOS} in
      AIX) SUPPORT=aix
      Change "aix" in lowercase to uppercase "AIX"
    • Save and run the packs deployment scripts
  2. Issue: unable to integrate with SI application

    SI application integration leads to ITXA UI not working properly.

    Workaround
    • Set "cookieSecure" flag value to "false" in server.xml
    • File server.xml is located under ITXA Installation directory as tpuiserver/usr/servers/defaultServer/server.xml