IBM Support

V4.0.4 Release Information for Financial Transaction Manager for Check for Red Hat OpenShift

Fix Readme


Abstract

This document contains V4.0.4 Release Information for Financial Transaction Manager (FTM) for Check for Red Hat OpenShift.

Content

Financial Transaction Manager (FTM) for Check for Red Hat OpenShift 4.0.4 Release Information
 


 

Contents


Back to top
4.0.4.1 release

Entitled Documentation
Entitled documentation can be downloaded from Fix Central at:


FTM 4.0.4 Deployment

Refer to the FTM online documentation for deployment instructions.


Database installation and migration documentation

Database installation and migration instructions can be found in the Check Artifacts container/pod.
      Check Artifacts pod named: ftm-artifact-check-*
      File: /home/ftmuser/ftm/artifacts/ftm-db2-check-4.0.4.1-latest.zip
Download this file from the container and extract its contents.
The FTM for Check Database installation and migration instructions are in the folder: ../ibm/ftm/shared/v404/pfs/Database/db2/{os}/doc
The FTM for Check Database migration scripts are in the folder ../ibm/ftm/ftm/v404/admin/scripts/db2/migration
When you are migrating an existing database to FTM for Check 4.0.4, if the paths to the image files changed between the current configuration and the Check 4.0.4 configuration, the paths to any image files that were modified must also be updated in the database. The path is stored in IMAGE_RESOURCE.UOW_PATH.
See the following links to the FTM for Check documentation for information about: 


Data Setup Utility (DSU) Migration
The following documentation describes the changes for the data setup utility (DSU) and the import and export workbooks:

  • DSUmigration_v4.0.4.pdf
  • DSUMigrationBR_v4.0.4.pdf

Refer to Entitled Documentation for the document.



Transaction Server Scheduler XML 4.0.4

The following documentation describes the changes to the scheduler XML for the Transaction Server component: 
  • TransactionServerSchedulerChanges_v4.0.4.pdf
Refer to Entitled Documentation for the document.
  

New Features and Feature changes from previous releases of FTM 4.0.4
 
The following section contains details of new features and feature changes from the previous versions of FTM for Check 4.0.4:
 

These elements were previously delivered as technology previews. These features are now supported.

  • Amount Keying
  • Duplicate Detect
  • Settlement
  • Transaction Correction and Reconciliation

122221 – Client_Cert authentication support for user interface applications

Starting from 4.0.4.1, Financial Transaction Manager now supports CLIENT_CERT authentication for all Liberty-based components. This authentication includes the Liberty-based user interface components, FTM OAC and FTM Control Center. General instructions on how to configure authentication is available on the IBM FTM product documentation page. More instructions on how to enable this authentication by using config drop-ins described in the security documentation (IBM_FTM_V4041_Security_Configuration.pdf) that is available to entitled users.

127768 – Simplify PV/Folder Structure to be more readable and meaningful

The folder structure on the persistent volumes (PV) for FTM was simplified. New PV names with their purpose are defined in the following list.

  • pv-ftm-image-data: Dedicated PV that holds image file data.
  • pv-ftm-gwy-runtime-processing: Dedicated PV for all Gateway Server file processing (inbound, outbound, and DTA)
  • pv-ftm-application: Dedicated PV for all the FTM application storage requirements. For example, fix JAR files, shared libraries, custom task configuration files, and temporary transaction processing files.
  • pv-ftm-debug-data: Dedicated PV for application core dumps and snapshots that are needed to debug problems.

128489 - Remove PV concepts for customer configurations (ConfigMaps only)

FTM simplified the customization of application configuration by introducing config maps and removing the use of persistent volumes (PVs) for any configuration customization.

For the Java Platform, Standard Edition (J2SE) components such as Gateway Server, Transaction Server, Business Rules Server, and Distribution Manager, you can customize all the application configuration files.

For Java 2 Platform, Enterprise Edition (J2EE) components, you can customize the Liberty configuration and JVM settings.

135957 - New createNewRelease property in Business Rules Properties

Enhancements to the Business Rules import capabilities were added. These enhancements provide more release ID capabilities without the customer needing to know the release ID ahead of time.

A new flag was added to the DSU load of Business Rules. It causes the import to not create a new release, but to look for the latest viable or editable release.

#  

# Release Identification Parameters 

# ================================= 

# createNewRelease = false   <-- new property

# releaseId        = 1  

 

New 'buildtables' command was added to Business Rules Manager 'Control' page

A new command was made available for customers to run a 'buildtables' command for a specific Distribution Manager component.

128139 Get ValidationVersionNum set correctly for Check

When the payment level update occurs, the version number of the existing validation record is incremented. In other words, the version of each payment has the corresponding validation records version so that the history of the validation process is maintained.

 The following components increment the version numbers after each payment record update.

1. Suspect Image Review

2. Payment Repair

3. Duplicate Detect

4. Amount Keying (when updated with Business Rules validation)

5. TCR (when updated with Business Rules validation)

6. Revalidation of the payment level is done.

 Suspect Image Review, Payment Repair, and Duplicate Detect increment the version numbers of the payment only when the payment is accepted.

135814 Dynamic Provisioning

You have the following options to create the persistent volumes (PV) and persistent volume claims (PVC) that are needed for the application:

1. Dynamic provisioning: The operator creates the PVs, PVCs, and folder structure that is needed.

2. Static provisioning: You must create the PVs and PVCs that are needed. The names of the PVCs need to match what the operator is expecting. The operator creates the folder structure on the provided PVCs.


Known Issues

High Availability (HA)        
Significant progress was made. The team continues to focus on improving resiliency and the handling of error detection and auto-recovery scenarios.
Inbound Gateway Server
137671             Application Configuration properties files require empty line at end of file
DTA configuration
137768            Default configuration maps for Outbound Gateway has incorrect DTA folder structures defined.
A workaround is to modify the Outbound Gateway configuration maps to point to dta folder under /opt/ibm/ftm/gateway-server/runtime-processing/outbound
 

Back to top
4.0.4.0 release

Entitled Documentation
Entitled documentation can be downloaded from Fix Central at:


FTM V4.0.4 Deployment

Refer to the FTM online documentation for deployment instructions.


Database installation and migration documentation

Database installation and migration instructions can be found in the Check Artifacts container/pod.
      Check Artifacts pod named: ftm-artifact-check-*
      File: /home/ftmuser/ftm/artifacts/ftm-db2-check-4.0.4.0-latest.zip
Download this file from the container and extract its contents.
FTM Check Database installation and migration instructions are in the folder: ../ibm/ftm/shared/v404/pfs/Database/db2/{os}/doc
FTM Check Database migration scripts are in the folder ../ibm/ftm/ftm/v404/admin/scripts/db2/migration
When migrating an existing database to Check 4.0.4, if the paths to the image files change between the current configuration and Check 4.0.4 configuration, the paths to any image files that were modified must also be updated in the database. The path is stored in IMAGE_RESOURCE.UOW_PATH.
See IBM Docs for information on: 


Data Setup Utility (DSU) Migration
The following documentation describes the changes for the data setup utility (DSU) and the import and export workbooks:

  • DSUmigration_v4.0.4.pdf
  • DSUMigrationBR_v4.0.4.pdf

Refer to Entitled Documentation for the document.



Transaction Server Scheduler XML 4.0.4

The following documentation describes the changes to the scheduler XML for the Transaction Server component: 
  • TransactionServerSchedulerChanges_v4.0.4.pdf
Refer to Entitled Documentation for the document.

New Features and Feature changes from previous releases of FTM 4.0.4
The following document contains details of new features and feature changes from previous versions of FTM for Check 4.0.4:


Technology preview elements

FTM provides some functions as technology previews. Technology previews might not be included in future releases. These are "as-is" features with official support.

Technology preview elements include: 

  • Amount Keying
  • Duplicate Detect
  • Settlement
  • Transaction Correction and Reconciliation


Known Issues

IBM Documentation

The online FTM documentation is still undergoing final review. Therefore, the online documentation is subject to change. 

Location of FTM artifacts

Many tools, software development kits (SDKs), database configuration scripts, and other artifacts are provided with your FTM offering. All of the artifacts that are needed for your offering are available after you create the artifacts container by using the operator for the FTM offering on Red Hat OpenShift. However, many of the file paths in the FTM documentation refer to the install_directory. The install_directory is a carryover from the previous, non-Red Hat OpenShift installation. In some cases, the relative path for a file that was extracted from the artifacts container is the same as it was in the install_directory and you are able to find the file you are looking for. If you cannot find a file, each artifacts container has a file that shows the contents of each compressed file. This contents file is called /home/ftmuser/ftm/artifacts/listing.txt and it might help you find the path of a file that you are looking for.
For more information about getting files from the artifacts container for your FTM offering, see Getting files from the artifacts container.

Application Known Issues

High Availability (HA)        
More resiliency is needed in some scenarios to improve the handling of error detection / auto-recovery. 
 
Billing extract    
127170 Services Framework Tasks Billing Inbound and Outbound Fail without a Business Date
Business Rules    
128009 Business Rules Server generates many warnings in logs.
127434 (Red Hat OpenShift) BRS Emitting too many warnings Change to one warning
Configuration    
128719 J2SE Application (ITS, Gateway, BRM, and BRS) Configuration properties files require an empty line at end of the file to pick up the last parameter  
Control Center    
124891 Control Center does not log a message when revalidation throws an exception
121542 Inbound Transaction page renders slowly with volume
128675 Control Center Intraday Balancing CPCS Entry tab produces SqlSyntaxErrorException filtering on currency
Distribution    
128763 Distribution Engine: remap leaves processing batch with OUTBOUND_READY set to '1'
128646 Distribution: Cannot pause system, due to validation error 
Gateway    
128697 Outbound Gateway warnings:  MQF00105W: Gateway FTM listener(s) not initialized as zero incoming file processing threads are configured.
                This warning issued from an outbound gateway should be ignored.
128464 Unique files are marked as duplicate (sometimes) when the inbound gateway pod is restarted
Logging    
123996 Health Check logging in for certain runtimes are not being captured in our Application Logs
Holdover    
123955 Holdover descriptions change not updated in the Manage Holdover Types UI list
Image Review    
127602 Image Review Zooming in -hit Max Zoom state and the image vanished (turned into a small dot)
Payment Repair    
128622 Cancelling the Batch does not remove the locks from Redemption Lock Management and Checks are still visible on the Forward payment page
128275 Check_4.0.4:  Attempting to execute Payment Repair "Return" action 'Reject IIA Flagged Item' causes screen to not move on to next item.
Remote Image retrieval    
128634 Remote image retrieval causes transmission build error 


[{"Type":"MASTER","Line of Business":{"code":"LOB10","label":"Data and AI"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSPKQ5","label":"IBM Financial Transaction Manager"},"ARM Category":[{"code":"a8m50000000ClaTAAS","label":"Product Documentation"}],"ARM Case Number":"","Platform":[{"code":"PF016","label":"Linux"}],"Version":"4.0.4"}]

Document Information

Modified date:
30 June 2022

UID

ibm16488447