IBM Support

Readme for IBM Cloud Pak for Business Automation 24.0.1 IF002

Fix Readme


Abstract

The following document is for IBM Cloud Pak for Business Automation 24.0.1 IF002. It includes the CASE package download, installation information, and the list of APARs/Known Issues that are resolved in this interim fix.

Content

Readme file for:IBM Cloud Pak® for Business Automation
Product Release:24.0.1
Update Name:24.0.1 IF002
Fix ID:24.0.1-WS-CP4BA-IF002
Publication Date:30 April 2025
 

Before installation

  1. Ensure you take regular backups of any databases associated with the environment.
  2. Ensure your operators are in a healthy state, before upgrading. 
    If one or more operators are failing, then it can prevent the system from completing an upgrade.
    It is recommended to check a few of the important CR statuses to ensure there are not failures and the statuses appear ready for the various installed components. Check the status of the following CRs when they exist:
  3. oc get icp4acluster -o yaml 
    oc get content -o yaml
    oc get Foundation -o yaml
  4. Remove any image settings in CRs
    If you used any individual image tag settings in your CRs, it could prevent the operator from updating the images to the appropriate version. Ensure you remove any of these settings when you upgrade. This doesn't apply to starter installation as it requires a new install.
 

Installing the interim fix

 
This interim fix contains the following version of Cloud Pak for Business Automation and Cloud Pak Foundational Services (CPFS):
  • Cloud Pak for Business Automation 24.0.1-IF002
  • Cloud Pak Foundational Services 4.11
Note:  This interim fix only supports the Cloud Pak Foundational Services listed above. It is important that you deploy or upgrade Cloud Pak for Business Automation using the catalog sources in this readme document.  If you have other Cloud Paks installed on the same OCP cluster, be sure to check the compatibility of the Cloud Pak Foundational Services versions listed above with other Cloud Paks' specifications.
 
Note: If you have already deployed / upgraded to 24.0.1-IF002 before the refresh was announced for https://www.ibm.com/support/pages/node/7233623 , Refer to Scenario 10 of Step 2:  Perform an online/offline fresh installation or an upgrade on an existing online/offline deployment.
 
Cloud Pak for Business Automation (CP4BA) 24.0.1 interim fixes are released to the v24.1 operator channel. Once the operators are upgraded, it triggers rolling updates for all the pods it manages to ensure they are updated to the appropriate version to match the operator.
 
 
Step 1: Download the installation and upgrade scripts
  1. Download the 24.0.1 IF002 branch by using the following git clone command.

    git clone -b 24.0.1-IF002 https://github.com/icp4a/cert-kubernetes.git
 
Step 2:  Perform an online/offline fresh installation or an upgrade on an existing online/offline deployment.
 
Depending on the current setup and state of your existing environment, there are various actions that need to be taken. The following scenarios cover what actions might be needed for a particular setup.
 

For an upgrade scenario, these are the Cloud Pak foundational services migration modes supported -

Migration Mode Support
Cluster-scoped to Namespace-scopedSupported (This is the recommended approach if your current deployment is using cluster-scoped CPFs)
Namespace-scoped to Namespace-scopedSupported (If your CPFs deployment is already namespace-scoped, then continue to remain at namespace-scoped)
Cluster-scoped to Cluster-scoped Not Supported (Please follow the recommended upgrade from Cluster-scoped to Namespace-scoped for CPFs)
Cluster-scoped ("All namespaces") to Cluster-scoped ("All namespaces")Supported  ( There is no migration path from Cluster-scoped ("All namespaces") to Namespace-scoped )


Note: The recommended migration mode for an instance with cluster scoped Cloud Pak foundational services is to namespace scoped Cloud Pak foundational services.

 
  • Scenario 1: You are installing a Starter deployment online or have an existing online Starter deployment
    Warning: If you have an existing Cloud Pak Foundation Services instance installed at the cluster scoped level or in the namespace where CP4BA is being installed, then it is not supported. The Starter deployment of CP4BA is only supported when deploying into a new namespace without CPFs.
    Actions: Starter deployments do not support upgrades; however, you can use this interim fix content to perform a Starter deployment. To deploy a Starter deployment using the content of this interim fix, please see install a new Starter environment and use the installation scripts from the branch that you cloned above.
  • Scenario 2: You are installing online Production deployment
    Warning: If you have an existing Cloud Pak Foundation Services instance installed at the cluster scoped level or in the namespace where CP4BA is being installed, then it is not supported. The Production deployment of CP4BA is only supported when deploying into a new namespace without CPFs.
    Actions: To deploy an online Production deployment without using a local registry, please follow steps in install a new online Production environment and use the installation scripts from the branch that you cloned above.
  • Scenario 3: You are installing offline/airgap Production deployment
    Warning: If you have an existing Cloud Pak Foundation Services instance installed at the cluster scoped level or in the namespace where CP4BA is being installed, then it is not supported. The Production deployment of CP4BA is only supported when deploying into a new namespace without CPFs.
    Note: As prerequisites for this scenario, you must follow steps here to set up the bastion host to mirror images to the registry and further to set up the private registry. The mirroring of images can be completed using "oc mirror" for the mirroring images process. If you are looking to install only a set of capabilities then you can make use of filters listed in Table 1 so that you can only download the specific set of images that you require. Please note that if the set of capabilities include Business Automation Workflow, Process Federation Server, Workflow Process Service or Business Automation Insights then make sure to include the filter "ibm_es_1_1_2470".
    Actions:
    1. To deploy an airgap/offline Production deployment, find mirror file cp4ba-case-to-be-mirrored-24.0.1-IF003.txt for this interim fix from the branch that you cloned above under the scripts/airgap directory. Execute this command from your bastion host to download the CASE files.

      oc ibm-pak get -c file://(absolute path to file)/cp4ba-case-to-be-mirrored-24.0.1-IF003.txt

      The absolute path to file needs to be a path starting from "/". For example, "/opt".

    2. You will need to mirror the images associated with the new cp4ba-case-to-be-mirrored-24.0.1-IF003.txt mirror file. 

      export CASE_NAME=ibm-cp-automation
      export CASE_VERSION=24.1.3
      export CASE_INVENTORY_SETUP=cp4aOperatorSetup
      export TARGET_REGISTRY=<target-registry>
      export NAMESPACE=<cp4ba_namespace_name>

      Follow the instructions for either mirroring option in Mirroring images to the private registry using the new CASE version associated with this interim fix.

    3. Login to the cluster and go to namespace for the operator from the bastion host.

      oc login https://<CLUSTERIP>:<port> -u <ADMINISTRATOR>
      oc project ${NAMESPACE}
      
    4. From your bastion host, install the catalog sources and operators using the steps listed in Install Catalog Source and Operators using cluster admin script.
    5. Follow the remaining steps from Question 6 listed here to complete the installations of offline/airgap Production deployment.
  • Scenario 4: Your installed Production deployment version is 21.0.3 IF031 or newer (If you do not have 21.0.3 IF031 or newer, you need to upgrade to 21.0.3 IF031 or newer before proceeding with this upgrade).
    Note: Direct upgrade from 21.0.3 IF031 or newer to 24.0.1 IF002 is not supported. For this scenario, complete an upgrade to 24.0.0 GA first or a newer 24.0.0 interim fix, and then perform an upgrade to this current interim fix.

    Actions:  

    1. Complete a direct upgrade to 24.0.0 GA or a newer 24.0.0 interim fix.
    2. Complete an upgrade from 24.0.0 GA or a newer 24.0.0 interim fix to the current 24.0.1 interim fix.
      • For online upgrade, follow the instructions listed in Scenario 7.
      • For offline upgrade, follow the instructions listed in Scenario 8.

     

  • Scenario 5: Your installed Production deployment version is 22.0.2 IF006(If you do not have 22.0.2 IF006, you need to upgrade to 22.0.2 IF006 before proceeding with this upgrade).
    Note: Direct upgrade from 22.0.2 IF006 to 24.0.1 IF002 is not supported.  For this scenario, complete an upgrade to 24.0.0 GA first or a newer 24.0.0 interim fix, and then perform an upgrade to this current interim fix.
    Actions:  

    1. Complete a direct upgrade to 24.0.0 GA or a newer 24.0.0 interim fix.
    2. Complete an upgrade from 24.0.0 GA or a newer 24.0.0 interim fix to the current 24.0.1 interim fix.
      • For online upgrade, follow the instructions listed in Scenario 7.
      • For offline upgrade, follow the instructions listed in Scenario 8.

     

  • Scenario 6: Your installed Production deployment version is 23.0.2 IF006 (If you do not have 23.0.2 IF006 you need to upgrade to 23.0.2 IF006 before proceeding with this upgrade).
    Note: Direct upgrade from 23.0.2 IF006 to 24.0.1 IF002 is not supported.  For this scenario, complete an upgrade to 24.0.0 GA first or a newer 24.0.0 interim fix, and then perform an upgrade to this current interim fix.
    Actions: 
    1. Complete a direct upgrade to 24.0.0 GA or a newer 24.0.0 interim fix.
    2. Complete an upgrade from 24.0.0 GA or a newer 24.0.0 interim fix to the current 24.0.1 interim fix.
      • For online upgrade, follow the instructions listed in Scenario 7.
      • For offline upgrade, follow the instructions listed in Scenario 8.
  • Scenario 7: Your installed Production deployment version is 24.0.0 GA or newer.

    Warning:
    All instructions to download the installation and upgrade scripts in the Knowledge Center links referenced below can be ignored. Instead use the installation and upgrade scripts downloaded in Step 1
    Actions:
    For online upgrade, follow the upgrade instructions documented in Upgrading CP4BA multi-pattern clusters from 24.0.0 in online environment.
    For offline upgrade, you must first complete the prerequisites by following steps here to set up the bastion host to mirror images to the registry and further to set up the private registry. The mirroring of images can be completed using "oc mirror" for the mirroring images process manually  or using"oc mirror" for the mirroring images process by script . Once the mirroring of images is completed, follow the upgrade instructions documented in Upgrading CP4BA multi-pattern clusters from 24.0.0 in online environment.

  • Scenario 8:  Your installed Production deployment is 24.0.1 GA or newer.

    Note:
    For a dedicated deployment or namespace scoped deployment, the value for < CP4BA Namespace >  should be the namespace where all IBM Cloud Pak foundational services/CP4BA Operators and Services are deployed. If the CP4BA Operators and Services are deployed in different namespaces( separation of duties), the value for < CP4BA Namespace > should be the namespace where all IBM Cloud Pak foundational services/CP4BA Operators are deployed in.
    Warning:
    For a CP4BA Deployment with BAI ( Business Automation Insights ) selected as an optional component, it is recommended to create BAI savepoints before starting the upgrade process to this interim fix. For Flink event processing to resume from its previous state, savepoints are required to be created before the upgrade and specified in the updated CR. BAI savepoints can be created by following the below steps.

    •  Retrieve the name of the InsightsEngine custom resource file.

      InsightsEngine_CR=$(kubectl get InsightsEngine --no-headers --ignore-not-found -n <CP4BA-Namespace> -o name)
      Retrieve and export the below details.
      export MANAGEMENT_URL=$(kubectl get ${InsightsEngine_CR} --no-headers --ignore-not-found -n <CP4BA Namespace> -o jsonpath='{.status.components.management.endpoints[?(@.scope=="External")].uri}')
      export MANAGEMENT_AUTH_SECRET=$(kubectl get ${InsightsEngine_CR} --no-headers --ignore-not-found -n <CP4BA Namespace> -o jsonpath='{.status.components.management.endpoints[?(@.scope=="External")].authentication.secret.secretName}')
      export MANAGEMENT_USERNAME=$(kubectl get secret ${MANAGEMENT_AUTH_SECRET} --no-headers --ignore-not-found -n <CP4BA Namespace> -o jsonpath='{.data.username}' | base64 -d)
      export MANAGEMENT_PASSWORD=$(kubectl get secret ${MANAGEMENT_AUTH_SECRET} --no-headers --ignore-not-found -n <CP4BA Namespace> -o jsonpath='{.data.password}' | base64 -d)

      Create BAI savepoints and store them in a temporary file called bai.json.

      curl -X POST -k -u ${MANAGEMENT_USERNAME}:${MANAGEMENT_PASSWORD} "${MANAGEMENT_URL}/api/v1/processing/jobs/savepoints" -o ./bai.json

       Scale down the CP4BA and Insights Engine Operator.

      oc scale --replicas=0 deployment ibm-cp4a-operator
      oc scale --replicas=0 deployment ibm-insights-engine-operator
    • Retrieve the recovery path locations for each BAI component for which BAI savepoints are created from ./bai.json and update the bai_configuration section of the custom resource file. For Example: If there is a BAI savepoint being created for navigator component, then the updated custom resource file should have the below configuration.

      bai_configuration:
            navigator:
              recovery_path: /mnt/pv/savepoints/dba/bai-navigator/savepoint-fb88f4-42027046b73b
            ... 
            # Add recovery_path for all other components
    • Once the upgrade has been completed, make sure to remove all instances of the recovery_path parameters from the updated custom resource file.


    Actions: 
    From the branch that you cloned above navigate to the scripts directory and perform the following steps to upgrade the CP4BA operators and deployment.

    1. Upgrade the CP4BA operators.
      • Warning: 
        The script with the upgradeOperator option will scale the CP4BA Operators down to zero. You must execute the script with the upgradeDeploymentStatus mode to scale them back in. 
      • Actions:
        Run the cp4a-deployment.sh script with the upgradeOperator option to upgrade the IBM Cloud Pak foundational services/CP4BA operators:

        ./scripts/cp4a-deployment.sh -m upgradeOperator -n <CP4BA Namespace>
    2. Wait for the operators to complete their upgrades.
      By default all subscriptions are set to automatic, but if you have any subscriptions set to manual then you need to approve any pending InstallPlans.
      Use the below command to see the current status of the install plans.

      oc get installPlan

      The upgrade will be blocked, if any of the needed InstallPlans are not approved. It is not recommended to set subscriptions to manual as this makes the upgrade more error prone.

    3. You can use the following scripts to check the status of the upgrades.
      • Warning:
        The script will scale the CP4BA deployments down to zero. You must execute the cp4a-deployment.sh script with upgradeDeploymentStatus option to scale them back up.
      • Actions:
        [OPTIONAL] Run the cp4a-deployment.sh script with upgradeOperatorStatus option to check that the upgrade of the CP4BA operator and its dependencies is successful:

        ./scripts/cp4a-deployment.sh -m upgradeOperatorStatus -n <CP4BA Namespace>
    4. Start up the upgraded CP4BA Operators.
      Run the cp4a-deployment.sh script with upgradeDeploymentStatus option to check that the upgrade of the CP4BA deployment is successful:

      ./scripts/cp4a-deployment.sh -m upgradeDeploymentStatus -n <CP4BA Namespace>

       Note: If you are using the P8BPMREST CPE end point, you must wait for the CPE components status to display "Done" and then execute the below command to make it accessible.

      kubectl patch zenextension <CUSTOM_RESOURCE_FILENAME>-cpe-zen-extension -n <CP4BA NAMESPACE> --type=merge -p '{"metadata": {"annotations": {"checksum_cpe_ips": "0"}}}'
  • Scenario 9:  Your installed Production deployment is 24.0.1  GA or newer and using airgap/offline.

    Note:
    As prerequisites for this scenario, you must follow steps here to set up the bastion host to mirror images to the registry and further to set up the private registry.
    For a dedicated deployment or namespace scoped deployment, the value for < CP4BA Namespace >  should be the namespace where all IBM Cloud Pak foundational services/CP4BA Operators and Services are deployed. If the CP4BA Operators and Services are deployed in different namespaces( separation of duties), the value for < CP4BA Namespace > should be the namespace where all IBM Cloud Pak foundational services/CP4BA Operators are deployed in. 
    Warning:
    For a CP4BA Deployment with BAI ( Business Automation Insights ) selected as an optional component, it is recommended to create BAI savepoints before starting the upgrade process to this interim fix. For Flink event processing to resume from its previous state, savepoints are required to be created before the upgrade and specified in the updated CR. BAI savepoints can be created by following the below steps.

    •  Retrieve the name of the InsightsEngine custom resource file.

      InsightsEngine_CR=$(kubectl get InsightsEngine --no-headers --ignore-not-found -n <CP4BA-Namespace> -o name)
      Retrieve and export the below details.
      export MANAGEMENT_URL=$(kubectl get ${InsightsEngine_CR} --no-headers --ignore-not-found -n <CP4BA Namespace> -o jsonpath='{.status.components.management.endpoints[?(@.scope=="External")].uri}')
      export MANAGEMENT_AUTH_SECRET=$(kubectl get ${InsightsEngine_CR} --no-headers --ignore-not-found -n <CP4BA Namespace> -o jsonpath='{.status.components.management.endpoints[?(@.scope=="External")].authentication.secret.secretName}')
      export MANAGEMENT_USERNAME=$(kubectl get secret ${MANAGEMENT_AUTH_SECRET} --no-headers --ignore-not-found -n <CP4BA Namespace> -o jsonpath='{.data.username}' | base64 -d)
      export MANAGEMENT_PASSWORD=$(kubectl get secret ${MANAGEMENT_AUTH_SECRET} --no-headers --ignore-not-found -n <CP4BA Namespace> -o jsonpath='{.data.password}' | base64 -d)

      Create BAI savepoints and store them in a temporary file called bai.json.

      curl -X POST -k -u ${MANAGEMENT_USERNAME}:${MANAGEMENT_PASSWORD} "${MANAGEMENT_URL}/api/v1/processing/jobs/savepoints" -o ./bai.json

       Scale down the CP4BA and Insights Engine Operator.

      oc scale --replicas=0 deployment ibm-cp4a-operator
      oc scale --replicas=0 deployment ibm-insights-engine-operator
    • Retrieve the recovery path locations for each BAI component for which BAI savepoints are created from ./bai.json and update the bai_configuration section of the custom resource file. For Example: If there is a BAI savepoint being created for navigator component, then the updated custom resource file should have the below configuration.

      bai_configuration:
            navigator:
              recovery_path: /mnt/pv/savepoints/dba/bai-navigator/savepoint-fb88f4-42027046b73b
            ... 
            # Add recovery_path for all other components
    • Once the upgrade has been completed, make sure to remove all instances of the recovery_path parameters from the updated custom resource file.


    Actions:  
    Perform the following steps and then the upgrade of operators and deployments will start.

    1. To upgrade an airgap/offline Production deployment, find mirror file cp4ba-case-to-be-mirrored-24.0.1-IF003.txt for this interim fix from the branch that you cloned above under the scripts/airgap directory. Execute this command from your bastion host to download the CASE files:

      oc ibm-pak get -c file://(absolute path to file)/cp4ba-case-to-be-mirrored-24.0.1-IF003.txt

      The (absolute path to file) needs to be a path starting from "/". For example, "/opt".

    2. You will need to mirror the images associated with the new cp4ba-case-to-be-mirrored-24.0.1-IF003.txt mirror file. 

      export CASE_NAME=ibm-cp-automation
      export CASE_VERSION=24.1.3
      export CASE_INVENTORY_SETUP=cp4aOperatorSetup
      export TARGET_REGISTRY=<target-registry>
      export NAMESPACE=<cp4ba_namespace_name>

      Follow the instructions for either mirroring option in Mirroring images to the private registry using the new CASE version associated with this interim fix. If you are looking to install only a set of capabilities then you can make use of filters listed in Table 1 so that you can only download the specific set of images that you require. Please note that if the set of capabilities include Business Automation Workflow, Process Federation Server, Workflow Process Service or Business Automation Insights then make sure to include the filter "ibm_es_1_1_2470".

    3.  From the branch that you cloned above navigate to the scripts directory and perform the following steps to upgrade the CP4BA operators.
      • Warning: 
        The script with the upgradeOperator option will scale the CP4BA Operators down to zero. You must execute the script with the upgradeDeploymentStatus mode to scale them back in. 
      • Actions:
        Run the cp4a-deployment.sh script with the upgradeOperator option to upgrade the IBM Cloud Pak foundational services/CP4BA operators:
         

        ./scripts/cp4a-deployment.sh -m upgradeOperator -n <CP4BA Namespace>
    4. Wait for the operators to complete their upgrades.
      By default all subscriptions are set to automatic, but if you have any subscriptions set to manual then you need to approve any pending InstallPlans.
      Use the below command to see the current status of the install plans.

      oc get installPlan

      The upgrade will be blocked, if any of the needed InstallPlans are not approved. It is not recommended to set subscriptions to manual as this makes the upgrade more error prone.

    5. You can use the following scripts to check the status of the upgrades.

      • Warning:
        The script will scale the CP4BA deployments down to zero. You must execute the cp4a-deployment.sh script with upgradeDeploymentStatus option to scale them back up.
      • Actions:
        [OPTIONAL] Run the cp4a-deployment.sh script with upgradeOperatorStatus option to check that the upgrade of the CP4BA operator and its dependencies is successful:

        ./scripts/cp4a-deployment.sh -m upgradeOperatorStatus -n <CP4BA Namespace>
    6. Start up the upgraded CP4BA Operators.
      Run the cp4a-deployment.sh script with upgradeDeploymentStatus option to check that the upgrade of the CP4BA deployment is successful:

      ./scripts/cp4a-deployment.sh -m upgradeDeploymentStatus -n <CP4BA Namespace>

      Note: If you are using the P8BPMREST CPE end point, you must wait for the CPE components status to display "Done" and then execute the below command to make it accessible.

      kubectl patch zenextension <CUSTOM_RESOURCE_FILENAME>-cpe-zen-extension -n <CP4BA NAMESPACE> --type=merge -p '{"metadata": {"annotations": {"checksum_cpe_ips": "0"}}}'
  • Scenario 10:  You had installed or upgraded to 24.0.1-IF002 before a fix for https://www.ibm.com/support/pages/node/7233623 was available

    Note:
    In this case the existing deployment should be upgraded to the newer version which contains the fix
     

    • If you have deployed in Airgap/Offline
      Note:
      As prerequisites for this scenario, you must follow steps here to set up the bastion host to mirror images to the registry and further to set up the private registry. When mirroring this refreshed version make sure you are using previously used registry folder where you have mirrored images from this mirror file cp4ba-case-to-be-mirrored-24.0.1-IF002.txt. This will only mirror the updated images instead all images again.  
      Actions: 
      1. To upgrade an airgap/offline Production deployment, find mirror file cp4ba-case-to-be-mirrored-24.0.1-IF003.txt for this interim fix from the branch that you cloned above under the scripts/airgap directory. Execute this command from your bastion host to download the CASE files:

        oc ibm-pak get -c file://(absolute path to file)/cp4ba-case-to-be-mirrored-24.0.1-IF003.txt

        The (absolute path to file) needs to be a path starting from "/". For example, "/opt".

      2. You will need to mirror the images associated with the new cp4ba-case-to-be-mirrored-24.0.1-IF003.txt mirror file. 

        export CASE_NAME=ibm-cp-automation
        export CASE_VERSION=24.1.3
        export CASE_INVENTORY_SETUP=cp4aOperatorSetup
        export TARGET_REGISTRY=<target-registry>
        export NAMESPACE=<cp4ba_namespace_name>
        Follow the instructions for either mirroring option in Mirroring images to the private registry using the new CASE version associated with this interim fix. If you are looking to install only a set of capabilities then you can make use of filters listed in Table 1 so that you can only download the specific set of images that you require. Please note that if the set of capabilities include Business Automation Workflow, Process Federation Server, Workflow Process Service or Business Automation Insights then make sure to include the filter "ibm_es_1_1_2470".
    • For online and offfline/airgap deployment
      Actions: 
      1. Navigate to the descriptors/op-olm directory
      2. Open the catalog_source.yaml file. Replace the namespace from openshift-marketplace to the required namespace value
      3. Apply the catalog source to the cluster

        oc apply -f catalog_source.yaml -n ${NAMESPACE}
      4. Wait for the operators to be upgraded. The ibm-cp4a-operators, icp4a-foundation-operator, and ibm workflow-operator would be upgraded to 24.1.3
      5. Once all operators are upgraded, the new versions can be verified by checking the CSV versions of the operators:

        $ oc get csv
        NAME                                          DISPLAY                                                            VERSION    REPLACES                                      PHASE
        ibm-ads-operator.v24.1.2                      IBM CP4BA Automation Decision Service                              24.1.2     ibm-ads-operator.v24.1.1                      Succeeded
        ibm-cert-manager-operator.v4.2.12             IBM Cert Manager                                                   4.2.12     ibm-cert-manager-operator.v4.2.11             Succeeded
        ibm-common-service-operator.v4.11.0           IBM Cloud Pak foundational services                                4.11.0     ibm-common-service-operator.v4.10.0           Succeeded
        ibm-content-operator.v24.1.2                  IBM CP4BA FileNet Content Manager                                  24.1.2     ibm-content-operator.v24.1.1                  Succeeded
        ibm-cp4a-operator.v24.1.3                     IBM Cloud Pak for Business Automation (CP4BA) multi-pattern        24.1.3     ibm-cp4a-operator.v24.1.1                     Succeeded
        ibm-cp4a-wfps-operator.v24.1.2                IBM CP4BA Workflow Process Service                                 24.1.2     ibm-cp4a-wfps-operator.v24.1.1                Succeeded
        ibm-dpe-operator.v24.1.2                      IBM Document Processing Engine                                     24.1.2     ibm-dpe-operator.v24.1.1                      Succeeded
        ibm-insights-engine-operator.v24.1.2          IBM CP4BA Insights Engine                                          24.1.2     ibm-insights-engine-operator.v24.1.1          Succeeded
        ibm-odm-operator.v24.1.2                      IBM Operational Decision Manager                                   24.1.2     ibm-odm-operator.v24.1.1                      Succeeded
        ibm-pfs-operator.v24.1.2                      IBM CP4BA Process Federation Server                                24.1.2     ibm-pfs-operator.v24.1.1                      Succeeded
        ibm-workflow-operator.v24.1.3                 IBM Business Automation Workflow Runtime and Workstream Services   24.1.3     ibm-workflow-operator.v24.1.1                 Succeeded
        icp4a-foundation-operator.v24.1.3             IBM CP4BA Foundation                                               24.1.3     icp4a-foundation-operator.v24.1.1             Succeeded
        operand-deployment-lifecycle-manager.v4.4.0   Operand Deployment Lifecycle Manager                               4.4.0      operand-deployment-lifecycle-manager.v4.3.7   Succeeded
        
Performing the necessary tasks after installation
 
a. Review the installation
It is recommended that you review the CR yaml status section and operator logs after the upgrade to ensure there are no failures preventing your pods from upgrading.
oc get icp4acluster icp4adeploy -o yaml > CP4BAconfig.yaml
oc logs deployment/ibm-cp4a-operator -c operator > operator.log
If you are interested in verifying the expected image digest for a particular image, then you can review the ibm-cp-automation\inventory\cp4aOperatorSdk\resources.yaml file in the CASE package. This file has a listing of the images managed by the CP4BA operator and their expected digest for this particular interim fix level.
 

Uninstalling

There is no procedure to uninstall the interim fix.
 

List of Fixes

APARs/Known Issues fixed by this interim fix are listed in the following tables.
 
The columns are defined as follows: 
 
Column titleColumn description
APAR/Known IssueThe defect number
TitleA short description of the defect
Sec.A mark indicates a defect related to security
Cont.A mark indicates a defect specific to the Cloud Pak integration of the component
B.I.A mark indicates the fix has a business impact. Details are found in the title column or the APAR/Known Issue document
 
General
Known IssueTitleSec.Cont.B.I.
N/A
Cloud Pak for Business Automation delivers container images that include operating system level and other open source libraries. Vulnerabilities (CVEs) for these libraries are published regularly.
This interim fix includes fixes for these libraries to address: 
 
CVE-2019-12900,CVE-2021-27290,CVE-2021-3807,CVE-2023-27043,CVE-2023-28319,CVE-2023-39333,CVE-2023-4218,CVE-2024-11168,CVE-2024-11187,CVE-2024-12705,CVE-2024-21096,CVE-2024-3596,CVE-2024-43855,CVE-2024-47554,CVE-2024-50302,CVE-2024-50349,CVE-2024-52006,CVE-2024-53197,CVE-2024-6923,CVE-2024-8184,CVE-2024-9287,CVE-2025-0665,CVE-2025-1094,CVE-2025-1247,CVE-2025-21490,CVE-2025-21785,CVE-2025-22150,CVE-2025-23083,CVE-2025-23085,CVE-2025-23184,CVE-2025-24855,CVE-2025-26519,CVE-2025-27152,CVE-2025-29923,CVE-2025-3277,DSA-5863-1,GHSA-r68h-jhhj-9jvm,PRISMA-2021-0153,RHSA-2025:1330,RHSA-2025:1350,RHSA-2025:1443,RHSA-2025:1741,RHSA-2025:2679,RHSA-2025:3107,RHSA-2025:3407,RHSA-2025:3421,RHSA-2025:3531,RHSA-2025:3631,RHSA-2025:3634
 
Previous interim fixes have included fixes which are also addressed with this interim fix. Consult the Related links section for readmes of previous interim fixes, at the bottom of this document.
   
Cloud Pak for Business Automation Operator
Known IssueTitleSec.Cont.B.I.
DT425276Customizing the CPD route to use no certificate, the cp4ba operator overwrites the change   
DT435072Unable to access the ACCE console with HTTP ERROR 403.   
DT423620[ARO] cp4ba deployment is failing due to the get certificate from IM operator from external route throwing error   
DT426664Business Automation Workflow pod repeatedly restarting after applying Interim fix 4 for 24.0.0   
DT433773jvmOptions in Workflow Process Service operator for indicating multiple options requires a special syntax different than other operators   
Automation Document Processing
Known IssueTitleSec.Cont.B.I.
DT425982Automation Document Processing returns an invalid json when the document is unreadable XX
DT426718Documentation: Need steps to add object stores to Automation Document Processing X 
DT436628Failed documents need to be removed from extraction training XX
Automation Decision Services
Known IssueTitleSec.Cont.B.I.
DT399723Numbers with more than 16 digits are rounded off   
DT419752Attributes of type java.lang.String[][] in the BOM lead to Concept already exists in target vocabulary: ilog.rules.brl.String   
DT425467Maven build of a model can be very slow   
Known IssueTitleSec.Cont.B.I.
DT423276Unable to search Task in the Process Portal Work Dashboard   
Business Automation Insights
Known IssueTitleSec.Cont.B.I.
N/AN/A   
Business Automation Navigator
Business Automation Studio
Known IssueTitleSec.Cont.B.I.
DT423859Security vulnerability in CVE-2023-4218 affects eclipse.jarsX  
DT424716Security vulnerability CVE-2025-1495 lack of authorization validation affects Workflow Center and Business Automation StudioX  
DT425691Security vulnerability CVE-2025-1838 affects IBM Workflow Center and IBM Business Automation StudioX  
DT418087Illegal XML Character: 0xd83d in Process app causes export to fail in IBM Workflow Center   
DT423276Unable to search Task in the Process Portal Work Dashboard   
DT433874Blank editor property sheets after renaming an activity   
DT434513Searching processes in Process Portal results in ''org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to 1024'' error   
Business Automation Workflow including Automation Workstream Services
Known IssueTitleSec.Cont.B.I.
DT417496CVE-2024-31141 in kafka-clients reported for bai-events-java-sdkX  
DT424716Security vulnerability CVE-2025-1495 lack of authorization validation affects Workflow Center and Business Automation StudioX  
DT425691Security vulnerability CVE-2025-1838 affects IBM Workflow Center and IBM Business Automation StudioX  
DT433330Security vulnerabilities CVE-2024-57965, CVE-2025-27152 and CVE-2025-27789 affect Process Admin ConsoleX  
DT395245Unable to upload file using BPM document list control after installing the DT213423 & DT380377 fixes   
DT419248You see error in case activities cshs view, FNRPA0556E The deployed task type info object for the {GUID} task type was not found after solution deployment.   
DT423276Unable to search Task in the Process Portal Work Dashboard   
DT423451The BPM document list component can upload the same file multiple times   
DT425091The Process Admin Console displays the html encoded text of the Exposed Process Variable's external description   
DT425611Pages in Case Client are carrying over across roles   
DT425681Even though monitoring for Workflow is enabled there are no prometheus events   
DT425711Workflow pods are slow or fail to startup due to the IBM_BPM_Portal application - Cloud Pak for Business Automation   
DT426664Business Automation Workflow pod repeatedly restarting after applying Interim fix 4 for 24.0.0   
DT431851baw-db-init pod is going into 'CrashLoopBackOff' while moving inflight process instances from traditional Business Automation Workflow 24.0.1.0 to Cloud Pak for Business Automation 24.0.1   
DT433874Blank editor property sheets after renaming an activity   
DT434439The Case REST API ''/writableappspaces/{appspace}/roles/{role}/member'' has a 1k limit for the number of returned users.   
DT434695Saved search acceleration tools table column size limitation of 128 chars impacts IBM Business Automation Workflow Case dynamic filters   
Enterprise Records
Known IssueTitleSec.Cont.B.I.
N/AN/A   
FileNet Content Manager
Operational Decision Management
Known IssueTitleSec.Cont.B.I.
DT431954ERROR IN CLEANUP SERVICE REST API WHEN DELETE TEST REPORT   
DT422536EXECUTION OF RULEAPPS EXCEEDING A CERTAIN AMOUNT OF (DYNAMIC) DOMAINS IS NOT POSSIBLE   
DT424788ERROR WHEN LOADING THE CUSTOM PROPERTIES IN EDITOR VIEW IF CONTAINS DATE TIME PROPERTIES   
DT418896NO DECISION SERVICE DISPLAYED IN THE BUSINESS CONSOLE FOR SOME USERS   
DT390112INCONSISTENT BEHAVIOUR WHILE HANDLING DECSIONID   
DT425334LIST OF DYNAMIC DOMAIN VALUES DISAPPEARS AFTER SYNCHONIZATION   
DT417140UNABLE TO DELETE A PROJECT IN THE BACKGROUND   
DT417126FORCEFULLY DELETE BASELINE IF THERE IS AN DEPENDENCY TO AN UNKNOWN PROJECT   
DT418490CLASSFORMATERROR ERROR BUILDING A RULESET WITH AUTOMATIC EXCEPTION HANDLING   
DT424303CUSTOM GROUP UPDATE /CREATION IS DISABLED ON ODM ON CLOUD   
DT423809DEPLOYMENT TIME INCREASE WHEN USING OVERRIDDEN RULES   
DT423884UNABLE TO DELETE A TEST REPORT IN BUSINESS CONSOLE   
DT421807TEST SUITE FAILURE DUE TO DELETION OF TEST REPORT DURING ONGOING TEST   
DT426754RULE DESIGNER SAVE BUTTON MULFUNCTION IN DECISION TABLE   
DT426494HANDLE NULLPOINTEREXCEPTION WHEN DYNAMIC DOMAIN PROVIDER CLASS IS INVALID   
DT426440RULE EXPRESSION CONVERTED TO STRING IN DECISION TABLE ACTION COLUMN   
DT425653NPE IN RULE DESIGNER WHEN EDITING RULEFLOW TASK PROPERTIES ON SAME TAB   
DT426467STRUCT TYPE PROPERTIES NOT BEING RETURNED DECISION CENTER REST API   
DT421854WHEN RULE PROPERTY NAMES ARE LONG, BC DETAILS PANE DOESN'T ADJUST WIDTH ACCORDINGLY   
DT418606B2X IMPORT THROWS UNEXPECTED WARNING MESSAGE   
User Management Service
Known IssueTitleSec.Cont.B.I.
DT425507Business Automation Workflow and Cloud Pak for Automation Operators fail while waiting for SCIM POD   
Workflow Process Service
Known IssueTitleSec.Cont.B.I.
DT417496CVE-2024-31141 in kafka-clients reported for bai-events-java-sdkX  
DT433330Security vulnerabilities CVE-2024-57965, CVE-2025-27152 and CVE-2025-27789 affect Process Admin ConsoleX  
DT431851baw-db-init pod is going into 'CrashLoopBackOff' while moving inflight process instances from traditional Business Automation Workflow 24.0.1.0 to Cloud Pak for Business Automation 24.0.1   
DT433773jvmOptions in Workflow Process Service operator for indicating multiple options requires a special syntax different than other operators   
DT434695Saved search acceleration tools table column size limitation of 128 chars impacts IBM Business Automation Workflow Case dynamic filters   

Known Limitations

Document change history

  • 30 April 2025: Initial publish.
  • [{"Type":"MASTER","Line of Business":{"code":"LOB76","label":"Data Platform"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSBYVB","label":"IBM Cloud Pak for Business Automation"},"ARM Category":[{"code":"a8m0z0000001gWWAAY","label":"Other-\u003ECloudPak4Automation Platform"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"24.0.1"}]

    Document Information

    Modified date:
    03 February 2026

    UID

    ibm17184634