Fix Readme
Abstract
The following document is for IBM Cloud Pak for Business Automation 24.0.0 IF006. 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.0 |
| Update Name: | 24.0.0 IF006 |
| Fix ID: | 24.0.0-WS-CP4BA-IF006 |
| Publication Date: | 31 July 2025 |
Contents
Components impacted
Before installation
Installing the interim fix
Performing the necessary tasks after installation
Uninstalling
List of fixes
Known Limitations
Document change history
Prerequisites and supersedes
- Supersedes all prior interim fixes for Cloud Pak for Business Automation 24.0.0.
Components impacted
- General
- Cloud Pak for Business Automation Operator
- Automation Document Processing
- Automation Decision Services
- Business Automation Application
- Business Automation Insights
- Business Automation Navigator
- Business Automation Studio
- Business Automation Workflow including Automation Workstream Services
- Enterprise Records
- FileNet Content Manager
- Operational Decision Management
- User Management Service
- Workflow Process Service
Before installation
- Ensure you take regular backups of any databases associated with the environment.
- 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: -
oc get icp4acluster -o yaml oc get content -o yaml oc get Foundation -o yaml - 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
- Cloud Pak for Business Automation 24.0.0-IF006
- Cloud Pak Foundational Services 4.6.16
If you have deployed Automation Document Processing as a part of your CP4BA deployment and the deployment is configured with a IBM Security Directory Server ( SDS / TDS) LDAP , do not upgrade to this interim fix.The issue is likely to be resolved in an upcoming interim fix, so regularly review the Automation Document Processing Known Limitations for this update.
If you have deployed Automation Document Processing as a part of your CP4BA deployment and the deployment is configured with a Microsoft Active Directory ( MSAD) LDAP , you must follow the post upgrade steps listed in Completing the IBM Automation Document Processing upgrade after upgrading to this 24.0.0 interim fix.
- Download the 24.0.0 IF006 branch by using the following
git clonecommand.git clone -b 24.0.0-IF006 https://github.com/icp4a/cert-kubernetes.git
| Migration Mode | Support |
|---|---|
| Cluster-scoped to Namespace-scoped | Supported (This is the recommended approach if your current deployment is using cluster-scoped CPFs) |
| Namespace-scoped to Namespace-scoped | Supported (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 deploymentWarning: 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 deploymentWarning: 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 includes Business Automation Workflow,Process Federation Server,Workflow Process Service or Business Automation Insights make sure to include the filter "ibm_es_1_1_2470" .Actions:
- To deploy an airgap/offline Production deployment, find mirror file cp4ba-case-to-be-mirrored-24.0.0-IF006.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.
The absolute path to file needs to be a path starting from "/". For example, "/opt".oc ibm-pak get -c file://(absolute path to file)/cp4ba-case-to-be-mirrored-24.0.0-IF006.txt - You will need to mirror the images associated with the new cp4ba-case-to-be-mirrored-24.0.0-IF006.txt mirror file.
Follow the instructions for either mirroring option in Mirroring images to the private registry using the new CASE version associated with this interim fix.export CASE_NAME=ibm-cp-automation export CASE_VERSION=24.0.6 export CASE_INVENTORY_SETUP=cp4aOperatorSetup export TARGET_REGISTRY=<target-registry> export NAMESPACE=<cp4ba_namespace_name> - 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} - From your bastion host, install the catalog sources and operators using the steps listed in Install Catalog Source and Operators using cluster admin script.
- Follow the remaining steps from Question 6 listed here to complete the installations of offline/airgap Production deployment.
- To deploy an airgap/offline Production deployment, find mirror file cp4ba-case-to-be-mirrored-24.0.0-IF006.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.
- Scenario 4: Your installed Production deployment version is 21.0.3 IF031 or newer.
Note: Direct upgrade from versions prior to 21.0.3 IF031 are not supported. If you are upgrading from a prior version then you would need to perform incremental upgrading using the instructions from each prior version to 21.0.3 IF031 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 21.0.3.
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. Once the mirroring of images is completed, follow the upgrade instructions documented in Upgrading CP4BA multi-pattern clusters from 21.0.3. - Scenario 5: Your installed Production deployment version is 22.0.2 IF006 .
Note: Direct upgrade from versions prior to 22.0.2 IF006 are not supported. If you are upgrading from a prior version then you would need to perform incremental upgrading using the instructions from each prior version to 22.0.2 IF006.
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 22.0.2 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. Once the mirroring of images is completed, follow the upgrade instructions documented in Upgrading CP4BA multi-pattern clusters from 22.0.2 in online environment. - 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).
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 23.0.2 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. Once the mirroring of images is completed, follow the upgrade instructions documented in in Upgrading CP4BA multi-pattern clusters from 23.0.2 in online environment. -
Scenario 7: Your installed Production deployment is 24.0.0 GA or newer and is online.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.Create BAI savepoints and store them in a temporary file called bai.json.
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)curl -X POST -k -u ${MANAGEMENT_USERNAME}:${MANAGEMENT_PASSWORD} "${MANAGEMENT_URL}/api/v1/processing/jobs/savepoints" -o ./bai.jsonScale 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.- 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>
- Warning:
- 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.
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.oc get installPlan - 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>
- Warning:
- 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 8: Your installed Production deployment is 24.0.0 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.Create BAI savepoints and store them in a temporary file called bai.json.
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)curl -X POST -k -u ${MANAGEMENT_USERNAME}:${MANAGEMENT_PASSWORD} "${MANAGEMENT_URL}/api/v1/processing/jobs/savepoints" -o ./bai.jsonScale 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.
Perform the following steps and then the upgrade of operators and deployments will start.- To upgrade an airgap/offline Production deployment, find mirror file cp4ba-case-to-be-mirrored-24.0.0-IF006.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:
The (absolute path to file) needs to be a path starting from "/". For example, "/opt".oc ibm-pak get -c file://(absolute path to file)/cp4ba-case-to-be-mirrored-24.0.0-IF006.txt -
You will need to mirror the images associated with the new cp4ba-case-to-be-mirrored-24.0.0-IF006.txt mirror file.
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 includes Business Automation Workflow,Process Federation Server,Workflow Process Service or Business Automation Insights make sure to include the filter "ibm_es_1_1_2470"export CASE_NAME=ibm-cp-automation export CASE_VERSION=24.0.6 export CASE_INVENTORY_SETUP=cp4aOperatorSetup export TARGET_REGISTRY=<target-registry> export NAMESPACE=<cp4ba_namespace_name> -
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>
- Warning:
-
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.
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.oc get installPlan - You can use the following scripts to check the status of the upgrades.
- 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>
- Actions:
- 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"}}}'
-
-
Performing the necessary tasks after installation
oc get icp4acluster icp4adeploy -o yaml > CP4BAconfig.yaml
oc logs deployment/ibm-cp4a-operator -c operator > operator.log
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
List of Fixes
| Column title | Column description |
| APAR/Known Issue | The defect number |
| Title | A 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
- Cloud Pak for Business Automation Operator
- Automation Document Processing
- Automation Decision Services
- Business Automation Application
- Business Automation Insights
- Business Automation Navigator
- Business Automation Studio
- Business Automation Workflow including Automation Workstream Services
- Enterprise Records
- FileNet Content Manager
- Operational Decision Management
- User Management Service
- Workflow Process Service
| Known Issue | Title | Sec. | 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-2016-4074,CVE-2016-9840,CVE-2019-19246,CVE-2020-26159,CVE-2022-31022,CVE-2022-49846,CVE-2022-50159,CVE-2023-0286,CVE-2023-39615,CVE-2023-4641,CVE-2023-52917,CVE-2023-53066,CVE-2024-10963,CVE-2024-1135,CVE-2024-12087,CVE-2024-12088,CVE-2024-12747,CVE-2024-26462,CVE-2024-34155,CVE-2024-44975,CVE-2024-45310,CVE-2024-47141,CVE-2024-47745,CVE-2024-50121,CVE-2024-50150,CVE-2024-50186,CVE-2024-52616,CVE-2024-53105,CVE-2024-53142,CVE-2024-53150,CVE-2024-53156,CVE-2024-53160,CVE-2024-53203,CVE-2024-53208,CVE-2024-53213,CVE-2024-53222,CVE-2024-53232,CVE-2024-53237,CVE-2024-54680,CVE-2024-55549,CVE-2024-56406,CVE-2024-56544,CVE-2024-56551,CVE-2024-56601,CVE-2024-56602,CVE-2024-56611,CVE-2024-56614,CVE-2024-56623,CVE-2024-56631,CVE-2024-56653,CVE-2024-56663,CVE-2024-57852,CVE-2024-57894,CVE-2024-58009,CVE-2024-7254,CVE-2024-9042,CVE-2024-9143,CVE-2025-0426,CVE-2025-1272,CVE-2025-1386,CVE-2025-1390,CVE-2025-21587,CVE-2025-21666,CVE-2025-21669,CVE-2025-21756,CVE-2025-21759,CVE-2025-21887,CVE-2025-21919,CVE-2025-21927,CVE-2025-21961,CVE-2025-21963,CVE-2025-21964,CVE-2025-22126,CVE-2025-23150,CVE-2025-23165,CVE-2025-23167,CVE-2025-24855,CVE-2025-24970,CVE-2025-27613,CVE-2025-27614,CVE-2025-30204,CVE-2025-30691,CVE-2025-30698,CVE-2025-30749,CVE-2025-30754,CVE-2025-31115,CVE-2025-31498,CVE-2025-31672,CVE-2025-32462,CVE-2025-37738,CVE-2025-37749,CVE-2025-37750,CVE-2025-37799,CVE-2025-37943,CVE-2025-4563,CVE-2025-46334,CVE-2025-46835,CVE-2025-47935,CVE-2025-47944,CVE-2025-48379,CVE-2025-48384,CVE-2025-48385,CVE-2025-48386,CVE-2025-48387,CVE-2025-48997,CVE-2025-50059,CVE-2025-50106,DSA-5902-1,DSA-5949-1,GHSA-vrw8-fxc6-2r93,GO-2025-3754,RHSA-2025:10027,RHSA-2025:10148,RHSA-2025:10189,RHSA-2025:10618,RHSA-2025:4025,RHSA-2025:7050,RHSA-2025:7107,RHSA-2025:7109,RHSA-2025:7309,RHSA-2025:7410,RHSA-2025:7426,RHSA-2025:7444,RHSA-2025:7937,RHSA-2025:8395,RHSA-2025:8468,RHSA-2025:9526,RHSA-2025:9978
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.
|
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT438377 | Cloud Pak for Business Automation zen_performance parameters not passed to WorkflowRuntime CR | |||
| DT444465 | Task Manager setup incorrectly replaces the schema name "ICNSCHEMA" |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT436009 | Project export fails after twenty minutes with Service error | X | X | |
| DT437855 | Webhook pod does not switch to debug logging when enabled in the cr yaml | X | X | |
| DT435157 | Localhost missing from FNCM and BAN keystore during an upgrade of 24.0.0 IF00X to 24.0.0 IF006/ 25.0.0 |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT447396 | When installing CP4BA on ROSA HCP, ADS operator pods are in crashloopbackoff due to network policy |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| N/A | N/A |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| N/A | N/A |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| Please see Business Automation Navigator Fix List APARs for Cloud Pak for Business Automation technote |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT439593 | Security vulnerability cross-site scripting | X | ||
| DT439782 | Multiple security vulnerabilities affect swagger-ui | X | ||
| DT434513 | Searching processes in Process Portal results in ''org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to 1024'' error | |||
| DT439226 | Unable to open Workflow page in IBM Business Automation Studio after upgrading to 24.0.0.0 or 24.0.1.0 | |||
| DT442637 | Administration service is unable to be opened due to /teamworks/process.lsw being cached unexpectedly |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT419489 | CVE-2024-38820, CVE-2025-22233 - Update Spring framework | X | ||
| DT426117 | Update cometD library to 5.0.21 | X | ||
| DT439593 | Security vulnerability cross-site scripting | X | ||
| DT439782 | Multiple security vulnerabilities affect swagger-ui | X | ||
| DT440290 | CVE-2025-48734 in commons-beanutils | X | ||
| DT446327 | CVE-2025-27817, CVE-2025-27818 in kafka-clients-3.8.1.jar may affect Case Event Emitters | X | ||
| DT398711 | When restating an Openshift Cluster you may see the Workflow pods get into a Init:CrashLoopBackOff state with a permissions error - Cloud Pak for Business Automation | |||
| DT434513 | Searching processes in Process Portal results in ''org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to 1024'' error | |||
| DT437586 | When using the Processes dashboard and clicking on a process instance, details from another instance are displayed | |||
| DT437853 | User may observe slow performance when server starts after upgrading to BAW 23.0.2 or a later version | |||
| DT438377 | Cloud Pak for Business Automation zen_performance parameters not passed to WorkflowRuntime CR | |||
| DT440081 | The REST API /ops/std/bpm/processes/count throws an exception when the process_ids parameter includes an instance id greater than 2147483647 | |||
| DT442637 | Administration service is unable to be opened due to /teamworks/process.lsw being cached unexpectedly | |||
| DT442676 | TWObject de-serialization exception stops process instances that use nested heritage human services after migration to IBM Business Automation Workflow 24.0.0.0 | |||
| DT443418 | Clicking on a task link fails to open in a new tab and leads to an error: The requested page is not available. |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| N/A | N/A |
| APAR | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| See FileNet Content Manager Release Fix List APARs for IBM Cloud Pak for Business Automation technote |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT439217 | [ODM RUNTIME] NPE WHEN RETRIEVING OPENAPI JSON DESCRIPTOR FROM HTDS | |||
| DT437667 | ORACLE DRIVER VERSION NOT CERTIFIED WITH JDK17 | |||
| DT436964 | IMPROVE PERFORMANCE HANDLING DECISION SERVICE DEPENDENCIES MERGE | |||
| DT418896 | NO DECISION SERVICE DISPLAYED IN THE BUSINESS CONSOLE FOR SOME USERS | |||
| DT381444 | DEPLOYMENT IS SUCCESSFUL EVEN IF BUILD IS FAILED | |||
| DT435563 | THE XML GENERATED IN RES CONTAINS INCORRECT PARAMETER WHEN RULE APP BUILT FROM MAVEN | |||
| DT436574 | DATE VALIDATION ANNOTATION IN THE EXTENSION MODEL IS NOT WORKING IN DECISION CENTER | |||
| DT421807 | TEST SUITE FAILURE DUE TO DELETION OF TEST REPORT DURING ONGOING TEST | |||
| DT435926 | TECHNICAL RULES NOT VISIBLE IN DECISION CENTER RULEFLOW EDITOR | |||
| DT436573 | NPE WHEN RETRIEVING OPEN API JSON FROM HTDS | |||
| DT435493 | NPE DURING RULEAPP DEPLOYMENT FROM DECISION CENTER | |||
| DT418911 | RULESET PROPERTIES MAY DISAPPEAR IN DEPLOYMENT CONFIGURATION IN BUSINESS CONSOLE | |||
| DT437816 | DOMAIN WITH COMMA IN VERBALIZATION CANNOT BE SELECTED IN DT IN BOTH DECISION CENTER AND RULE DESIGNER'S NEW EDITOR | |||
| DT437584 | CANNOT SAVE DECISION TABLE | |||
| DT436183 | NPE RETRIEVING EMPTY STRUCT MODEL EXTENSION PROPERTY | |||
| DT426558 | MERGE REPORT DISPLAYS WRONG ARTIFACT VERSION | |||
| DT438608 | DECISION CENTER API : ISSUE WITH SWAGGER DOCUMENT | |||
| DT425675 | AUTOMATIC CLEANUP OF RUNTIME EXTRACTED JAR IS NOT WORKING | |||
| DT442087 | DEFAULT CONDITION IS NOT POPULATING IN ARL FOR DT&APOS;S OTHERWISE | |||
| DT442145 | JAVA HEAP ERROR WHEN DEPLOYING DECISION SERVICE FROM RULE DESIGN TO RES | |||
| DT438397 | CANNOT IMPORT OR SYNCHRONIZE PROJECT WITH EMPTY STRUCT MODEL EXTENSION PROPERTY | |||
| DT443660 | UNABLE TO USE LOG4J IN A XOM APPLICATION |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| N/A | N/A |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT437853 | User may observe slow performance when server starts after upgrading to Business Automation Workflow 23.0.2 or a later version | |||
| DT440081 | The REST API /ops/std/bpm/processes/count throws an exception when the process_ids parameter includes an instance id greater than 2147483647 |
Known Limitations
Document change history
Related Information
[Supersedes 24.0.0-IF005] Readme for Cloud Pak for Business Automation 24.0.0 I…
[Supersedes 24.0.0-IF004] Readme for Cloud Pak for Business Automation 24.0.0 I…
[Supersedes 24.0.0-IF003] Readme for Cloud Pak for Business Automation 24.0.0 I…
Fix list for Cloud Pak for Business Automation 24.0.0
Was this topic helpful?
Document Information
Modified date:
29 September 2025
UID
ibm17232815