IBM Support

ODM Interim Fix 001 for 8.10.5.2

Download


Downloadable File

File link File size File description

Abstract

IBM ODM iFix 8.10.5.2-WS-ODM-IF001 has been made generally available and contains fixes to version 8.10.5.2 including all predecessor fixes.

Download Description

Table of Contents
Sections Description

The Prerequisites section provides important information to review prior to the installation of this release.

The Components impacted section provides the list of Operational Decision Manager components affected by this interim fix.

The Installation instructions section provides the installation instructions necessary to apply this release into your environment.

the APARs and Known issues resolved

The Download package provides the direct link to the download package for installation in your environment.

Prerequisites

Installation Instructions

Before installing this interim fix, download the interim fix to a dedicated location: 8.10.5.2-WS-ODM-IF001.zip

This interim fix includes all fixes from previous versions on the 8.10.5.2-WS-ODM component.

To install the interim fix, ODM on premise instructions

Install the interim fix using one of the following methods:

  • Installation using the IBM Installation Manager UI
    1. Select File > Preferences > Repositories.
    2. Click Add Repository, browse to select the downloaded zip file, and confirm.
    3. Back in the main UI, select Update and follow the instructions.

  • Silent installation using IBM Installation Manager commands
    1. Find the fix ID with the command:
    2. imcl listAvailableFixes com.ibm.websphere.odm.dc.v810_8.10.5002 -repositories <zip-location>/com.ibm.odm.<your_app_server>_8.10.5.2-IF001.zip
      or
      imcl listAvailableFixes com.ibm.websphere.odm.ds.rules.v810_8.10.5002 -repositories <zip-location>/com.ibm.odm.<your_app_server>_8.10.5.2-IF001.zip
      Both will give the same result but use the correct one depending on DC or DS, as it could impact the uninstall.
      The fix ID has the following pattern:
      com.ibm.odm.<your_app_server>.v810-fix_1.5.2.IFXXX
    3. Install with the command:
      imcl install <fix ID> -repositories <zip-location>/com.ibm.odm.<your_app_server>_8.10.5.2-IF001.zip -installationDirectory <odm_home>
    4. The ifix zip and fix ID depend on the appserver.

To install the interim fix, ODM on Kubernetes instructions

  1. Obtain and save to your disk the ifix ppa file corresponding to the 8.10.5.2 version of ODM on Certified Kubernetes: odm_on_icp_8.10.5.2-IF001-.tar.gz
  2. Extract the charts and images directories from this package: 
    tar xvzf odm_on_icp_8.10.5.2-IF001-.tar.gz
    
  3. Log in to Docker.
    docker login REGISTRY_URL
    When prompted, enter your Docker user name and password.
  4. Load the new ODM images into your internal Docker registry. 
    for name in images/*.tar.gz; do echo $name && docker image load --input $name; done
  5. Now that the ppa file corresponding to the 8.10.5.2-IF001 ifix is deployed on the cluster, upgrade the release.
  • Apply a helm upgrade to all of the deployed releases.
  • helm upgrade RELEASE_NAME charts/ibm-odm-prod-22.1.0.tgz --reuse-values
    RELEASE_NAME: The name of the release that you want to upgrade. (name that was given during image installation)
Your upgrade is complete once all the pods have re-started. Traffic will not be redirected to the new version until the pods are started.

For ODM on premise, perform the necessary tasks after installation

Once the installation is complete you can close Installation Manager.

Refer to the Problems solved section and perform the necessary steps depending on the impacted component you need to fix.

If your application embeds jars, repackage your application using the modified jars found in ODM_HOME/teamserver/lib and ODM_HOME/executionserver/lib.

Note: The interim fix does not update the Sample Server.

Interim Fix specific steps

For DT261812, download the setup script DT261812.zip and execute the script for your database to enable background branch/project deletion.

Decision Center

Find the Decision Center archive file corresponding to your application server under ODM_HOME/teamserver/applicationservers and redeploy it.

  • weblogic/jrules-teamserver-WL.ear
  • websphere/jrules-teamserver-WAS.ear
  • jboss/jrules-teamserver-JBOSS.ear
  • tomcat/decisioncenter.war
  • tomcat/decisioncenter-api.war
  • tomcat/decisionmodel.war
  • WLP/decisioncenter.war
  • WLP/decisioncenter-api.war
  • WLP/decisioncentermodel.war

Rule Execution Server

RES Console

If your are using the Execution Server Console, find the EAR corresponding to your application server under ODM_HOME/executionserver/applicationservers.

  • websphere/jrules-res-management-WAS.ear
  • weblogic/jrules-res-management-WL.ear
  • jboss/jrules-res-management-JBOSS.ear
  • tomcat/res.war
  • WLP/res.war

HTDS

If you are using the HTDS application, redeploy the application located in ODM_HOME/executionserver/applicationservers.

  • websphere/jrules-res-htds-WAS.rar
  • weblogic/jrules-res-htds-WL.ear
  • joss/jrules-res-htds-JBOSS.ear
  • tomcat/DecisionService.war
  • WLP/DecisionService.war

XU

Find the XU rar corresponding to your application server under ODM_HOME/executionserver/applicationservers and redeploy it.

  • weblogic/jrules-res-xu-WL.rar
  • websphere/jrules-res-xu-WAS.rar
  • jboss/jrules-res-xu-JBOSS.rar

Testing&Simulation

For testing and simulations in ODM, redeploy the application found in ODM_HOME/executionserver/applicationservers.

  • websphere/jrules-ssp-WAS.ear
  • weblogic/jrules-ssp-WL.ear
  • jboss/jrules-ssp-JBOSS.ear
  • tomcat/DecisionRunner.war
  • WLP/DecisionRunner.war

Rule Designer

To install the fix:

  1. Restart Rule Designer.
  2. Click Help > Check for Updates.
  3. Make sure IBM Decision Server Rule Designer is checked.
  4. Click Next.
  5. Review the terms of the license agreement and Click Finish.
  6. Proceed with the installation.

If you have not installed Rule Designer from ODM_HOME/studio/update-sites/, copy the new update sites into your location before applying the above procedure.

Build Command

For the Build Command command line tool, find the modified jar under
ODM_HOME/buildcommand/rules-compiler/rules-compiler.jar.

If you are using the Build Command Maven plugin, redeploy the plugin in your environment:

  • To deploy to a remote Maven repository, use the following command:
    mvn deploy:deploy-file -Dfile=rules-compiler.jar -DpomFile=rules-compiler-maven-plugin.pom
  • You can also test the plugin locally by running the following command:
    mvn install:install-file -Dfile=rules-compiler.jar -DpomFile=rules-compiler-maven-plugin.pom

For ODM on Kubernetes, perform the necessary tasks after installation

Refer to the Problems solved section and perform the necessary steps depending on the impacted component you need to fix.

If your application embeds jars, repackage your application using the modified jars found in ODM_HOME/teamserver/lib and ODM_HOME/executionserver/lib.

Interim Fix specific steps

For DT261812, download the setup script DT261812.zip and execute the script for your database to enable background branch/project deletion.

Rule Designer

To install the fix:

  1. Start Eclipse.
  2. Click Help > Install New Software.
  3. Click Add and enter:
    • Name: ODM
    • Location: https://raw.githubusercontent.com/ODMDev/ruledesigner/8.10.5/p2/
  4. Click OK.
  5. In the Available Software page, uncheck "Show only the latest version of available software"
  6. Select IBM Decision Server Designer Base 8.10.5.2-IF001
  7. Click Next.
  8. In the Install dialog, click Next.
  9. In the Review Licenses dialog, select I accept the terms of the license agreement, and then click Finish. The installation might take a few seconds to complete. If a security warning about the validity of the software opens, click OK to proceed with the installation.
  10. If you are prompted to restart Eclipse, click Yes.

Download Package

Click the link in the Download Options column:
Download Release Date Language Size Download Options
8.10.5.2-WS-ODM-IF001 15 April 2024 Language Independent 6.78 GB
8.10.5.2-WS-ODM_K8S-PPC64LE-IF001 15 April 2024 Language Independent 2.68 GB HTTP
Download Director
SFTP
8.10.5.2-WS-ODM_K8S-LIN_S390-IF001 15 April 2024 Language Independent 2.58 GB HTTP
Download Director
SFTP
8.10.5.2-WS-ODM_K8S-LIN_X86-IF001 15 April 2024 Language Independent 2.59 GB HTTP
Download Director
SFTP

Problems Solved

Interim fixes include security fixes, those included in this version are detailed in the Monthly security bulletin.

The following are all the new fixes:

Fixes in interim fix 001 (8.10.5.2-WS-ODM-IF001):

  • DT211118: DECISION RUNNER IS SLOW WITH LARGE NUMBER OF SCENARIO
  • DT233519: DC LDAP SYNC FAILS DUE TO 'BRM.LOCK' ERROR
  • DT260080: MANAGED XOM URI PROPERTY MAY REFERENCE A LIBRARY THAT DOES NOT EXIST
  • DT260471: NULLPOINTEREXCEPTION WHEN INTERCEPTOR ENABLED IN HTDS
  • DT260519: CLIENT PROJECT FOR DECISION SERVICE GENERATION FAILS
  • DT261812: UNABLE TO PERFORM LONG-RUNNING DECISION SERVICE DELETION FROM BUSINESS CONSOLE WITHOUT TIMEOUT

The following are all the previous fixes:

Off

Document Location

Worldwide

[{"Type":"MASTER","Line of Business":{"code":"LOB10","label":"Data and AI"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSQP76","label":"IBM Operational Decision Manager"},"ARM Category":[{"code":"a8m50000000L1a2AAC","label":"** Other **"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.10.5"}]

Problems (APARS) fixed
New: DT211118, DT233519, DT260080, DT260471, DT260519, DT261812.

Document Information

Modified date:
18 April 2024

UID

ibm17147714