Fix Readme
Abstract
The following document is for IBM Cloud Pak for Business Automation 24.0.1 IF009. 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 IF009 |
| Fix ID: | 24.0.1-WS-CP4BA-IF009 |
| Publication Date: | 28 August 2026 |
Contents
Components impacted
Before upgrade
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.1.
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 Manager
- User Management Service
- Workflow Process Service
- Cloud Pak for foundational services Operator
Before upgrade
- Ensure you take regular backups of any databases associated with the environment. For backup instructions, see Backing up your 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.1-IF009
- Cloud Pak Foundational Services 4.19.2
- If you have freshly deployed Automation Document Processing as a part of your CP4BA deployment and the deployment is configured with a Microsoft Active Directory ( MSAD) LDAP or IBM Security Directory Server ( SDS / TDS) LDAP follow the steps for Business Teams Service , you must follow the post upgrade steps listed in Completing the IBM Automation Document Processing upgrade after upgrading to this 24.0.1 interim fix
- Starting with this interim fix, Java 17 or a version newer is required and must be installed on the bastion host where the deployment scripts are executed before running either a fresh installation or an upgrade to this iFix. Users can specify a custom Java installation directory using the flag --java-path while executing the cp4a-deployment.sh script or cp4a-prerequisites.sh script.
Download the 24.0.1 IF009 branch by using the following
git clonecommand.git clone -b 24.0.1-IF009 https://github.com/icp4a/cert-kubernetes.git
For an upgrade scenario, these are the Cloud Pak foundational services migration modes supported -
| 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_2667".Actions:
To deploy an airgap/offline Production deployment, find mirror file cp4ba-case-to-be-mirrored-24.0.1-IF009.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-IF009.txtThe absolute path to file needs to be a path starting from "/". For example, "/opt".
You will need to mirror the images associated with the new cp4ba-case-to-be-mirrored-24.0.1-IF009.txt mirror file.
export CASE_NAME=ibm-cp-automation export CASE_VERSION=24.1.9 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.
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.
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 this interim fix is not supported. For this scenario, complete an upgrade to 24.0.0 GA or any of the newer 24.0.0 interim fixes, and then perform an upgrade from the 24.0.0 interim fix to this current interim fix.
Actions:- Complete a direct upgrade to 24.0.0 GA or a newer 24.0.0 interim fix.
- 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.
- 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.
- Complete a direct upgrade to 24.0.0 GA or a newer 24.0.0 interim fix.
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 this interim fix 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:- Complete a direct upgrade to 24.0.0 GA or a newer 24.0.0 interim fix.
- 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.
- 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.
- Complete a direct upgrade to 24.0.0 GA or a newer 24.0.0 interim fix.
- 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 this interim fix 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:- Complete a direct upgrade to 24.0.0 GA or a newer 24.0.0 interim fix.
- 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.
- 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.
- Complete a direct upgrade to 24.0.0 GA or a newer 24.0.0 interim fix.
- 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.jsonScale down the CP4BA and Insights Engine Operator.
oc scale --replicas=0 deployment ibm-cp4a-operator oc scale --replicas=0 deployment ibm-insights-engine-operatorRetrieve 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.oc get installPlanThe 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.
- 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 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.jsonScale down the CP4BA and Insights Engine Operator.
oc scale --replicas=0 deployment ibm-cp4a-operator oc scale --replicas=0 deployment ibm-insights-engine-operatorRetrieve 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.To upgrade an airgap/offline Production deployment, find mirror file cp4ba-case-to-be-mirrored-24.0.1-IF009.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-IF009.txtThe (absolute path to file) needs to be a path starting from "/". For example, "/opt".
You will need to mirror the images associated with the new cp4ba-case-to-be-mirrored-24.0.1-IF009.txt mirror file.
export CASE_NAME=ibm-cp-automation export CASE_VERSION=24.1.9 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 includes Business Automation Workflow, Process Federation Server, Workflow Process Service or Business Automation Insights make sure to include the filter "ibm_es_1_1_2667".
- 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.oc get installPlanThe 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.
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"}}}'
Performing the necessary tasks after installation
oc get icp4acluster icp4adeploy -o yaml > CP4BAconfig.yaml
oc logs deployment/ibm-cp4a-operator -c operator > operator.logibm-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 Manager
- User Management Service
- Workflow Process Service
- Cloud Pak for foundational services Operator
| 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 List Coming Soon 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. | X | ||
| N/A | In addition to the list above and those related to a Known Issue listed in the following tables this interim fix addresses vulnerabilities listed in Security Bulletin: Multiple security vulnerabilities are addressed with IBM Cloud Pak for Business Automation iFixes for August 2026 | X |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT476051 | Security: CVE-2026-27145, CVE-2026-42504, CVE-2026-42507 | X | ||
| DT476052 | Security: Update golang.org/x/net 0.54.0 to 0.55.0 to address CVE-2026-25680 | X | ||
| DT499473 | DB Alias Prefix Validation Fails in cp4a-prerequisites.sh Generate Mode - IBM Cloud Pak for Business Automation | |||
| DT499517 | ibm-events-operator-catalog is incorrectly deleting while upgrading operators - IBM Cloud Pak for Business Automation | |||
| DT498940 | The CP4BA install script fails if you are using an external IDP setup without a LDAP system - IBM Cloud Pak for Business Automation | |||
| DT500007 | CP4BA air gap mirroring by using a script can fail with newer versions of oc-mirror | |||
| DT495603 | Incorrect error message when validating the IM admin user for the cp4a-deployment.sh - IBM Cloud Pak for Business Automation | |||
| DT474672 | CP4BA Content Operator is getting OOM's and restarted due to resources being used up | |||
| DT472132 | Cloud Pak for Business Automation Certificate Renewal issue when the 'iaf-system-automationui-aui-zen-cert' is no longer being used in the deployment. |
| 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. |
|---|---|---|---|---|
| DT473612 | Security: VULN-10931 - HTML Injection in process app settings | X | ||
| DT473877 | Update form-data-4.0. to address CVE-2026-12143 - BAS UI | X | ||
| DT495488 | Security vulnerabilities CVE-2026-59880 & CVE-2026-59879 in immutable-4.3.8.tgz affect IBM Business Automation Studio & Workflow center | X | ||
| DT495575 | Update immutable- to address CVE-2026-59879, CVE-2026-59880 - WebPD | X | ||
| DT495771 | Security vulnerability CVE-2026-45822 in decode-uri-component-0.2.2.tgz affects IBM Business Automation Studio and Workflow center | X | ||
| DT460970 | E CWPKI0824E: SSL HANDSHAKE FAILURE: Host name verification error while connecting to host [zen-core-svc]. When Business Automation Studio components are trying to connect to Zen-core-svc:3443 | |||
| DT499029 | Bulgarian message translation problem causes long-running services to fail, instead of merely logging a warning to the SystemOut.log |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT471076 | Security: CVE-2026-33558 | X | ||
| DT473612 | Security: VULN-10931 - HTML Injection in process app settings | X | ||
| DT473615 | Security: VULN-10932 - image processing | X | ||
| DT473800 | Security: VULN-11123 - STORED XSS - Scenario 2 (SVG upload) | X | ||
| DT473873 | Update form-data-4.0. to address CVE-2026-12143 Process Admin Console | X | ||
| DT473877 | Update form-data-4.0. to address CVE-2026-12143 - BAS UI | X | ||
| DT473893 | Update form-data-4.0.5.tgz to address CVE-2026-12143 - BTS UI | X | ||
| DT474094 | Update cometd-java-server-common-5.0.21.jar to address CVE-2025-53114 | X | ||
| DT474112 | Update starlette in task-prioritization to address multiple CVEs | X | ||
| DT474116 | Update starlette in workforce-insights to address multiple CVEs | X | ||
| DT475085 | Update jackson-databind-2.18.6.jar to address multiple CVEs BPM Event Emitter | X | ||
| DT475090 | Update jackson-databind-2.18.6.jar to address multiple CVEs | X | ||
| DT475109 | Update jackson-databind-2.21.1.jar to address multiple CVEs - LCM | X | ||
| DT475114 | Update jackson-databind-2.18.6.jar to address multiple CVEs - BPMN Emitters | X | ||
| DT475282 | Update jackson-databind-2.18.6.jar to address CVE-2026-54515 - BPMN Emitters | X | ||
| DT475369 | Update jackson-databind-2.18.6.jar to address CVE-2026-54515 in Case Emitters | X | ||
| DT495429 | Update parsson-1.1.7.jar to address CVE-2026-9563 - ATLAS BPMEventEmitter | X | ||
| DT495432 | Update parsson-1.1.7.jar to address CVE-2026-9563 - CHEventEmitter | X | ||
| DT495488 | Security vulnerabilities CVE-2026-59880 & CVE-2026-59879 in immutable-4.3.8.tgz affect IBM Business Automation Studio & Workflow center | X | ||
| DT495575 | Update immutable- to address CVE-2026-59879, CVE-2026-59880 - WebPD | X | ||
| DT495577 | Update immutable-5.1.5.tgz to address CVE-2026-59879, CVE-2026-59880 - UMS | X | ||
| DT495581 | Update immutable- to address CVE-2026-59879, CVE-2026-59880 - Process Admin Console | X | ||
| DT495590 | Security: CVE-2026-23949 | X | ||
| DT495675 | Update log4j-api-2.25.4.jar to address CVE-2026-49844 - PFS | X | ||
| DT495771 | Security vulnerability CVE-2026-45822 in decode-uri-component-0.2.2.tgz affects IBM Business Automation Studio and Workflow center | X | ||
| DT446772 | In a process, when a subprocess is defined as Repeatable, the process instance status may end as Completed even though the end event is defined as Terminate type | |||
| DT460970 | E CWPKI0824E: SSL HANDSHAKE FAILURE: Host name verification error while connecting to host [zen-core-svc]. When Business Automation Studio components are trying to connect to Zen-core-svc:3443 | |||
| DT463944 | Null values are not handled correctly when using JavaScript expressions for data mapping inputs within client-side human service | |||
| DT465259 | Upgrading the Process Federation Server to 25.0.0 using documented steps results in continuous crashloopbackoff on the Process Federation Server Pod | |||
| DT471763 | Add Button remains Disabled when adding case | |||
| DT472687 | Newly Created Instances Are Not Indexed in Elasticsearch Following Database Failover Until Runtime Server Restart - Cloud Pak for Business Automation | |||
| DT473794 | An SQL exception can occur when the BPMTasksCleanup command is run with the -containerSnapshotAcronym parameter | |||
| DT474108 | Update starlette in ml-server to address multiple CVEs | |||
| DT474993 | Choicelist should not be assigned to a reuse property in a CaseType. | |||
| DT475374 | Update jackson-databind-2.21.1.jar to address CVE-2026-54515 - LCM | |||
| DT495414 | Update pillow-12.2.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl to address multiple CVEs - task-prioritization | |||
| DT496592 | CWLPS1105: An error occurred while call the db initialize: org.postgresql.util.PSQLException: FATAL: SCRAM channel binding check failed. | |||
| DT499029 | Bulgarian message translation problem causes long-running services to fail, instead of merely logging a warning to the SystemOut.log |
| 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. |
|---|---|---|---|---|
| DT496469 | EXCEL IMPORT OF DECISION TABLE WITH DATE RANGE COLUMNS FAILS IN DECISION CENTER | |||
| DT471899 | RULESET PROPERTIES MAY DISAPPEAR WHEN SWITCH THE TAB IN DECISION CENTER | |||
| DT475476 | ILRRANGEVALIDATOR VALIDATION ON EXTENSION MODEL PROPERTY ANNOTATIONS IS NOT ENFORCED IN DECISION CENTER | |||
| DT497828 | BACKGROUND PROJECT DELETION FAILS DUE TO CONSTRAINT VIOLATION ERROR | |||
| DT474920 | EXCEPTION WHEN SETTING HIERARCHY EXTENSION PROPERTY USING QUERY ACTION | |||
| DT474957 | REPORT GENERATION FAILS DUE TO ILROBJECTNOTFOUNDEXCEPTION | |||
| DT473808 | CONSTRAINT VIOLATION EXCEPTION DURING BACKGROUND DELETION IN BUSINESS CONSOLE | |||
| DT442098 | INCORRECT WADL GENERATION FOR XML BINDING RULE PROJECT | |||
| DT473210 | INTERNAL SERVER ERROR RESPONSE FOR V1/PROJECTS/{PROJECT_ID}/REPORT |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| N/A | N/A |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT473873 | Update form-data-4.0. to address CVE-2026-12143 Process Admin Console | X | ||
| DT475085 | Update jackson-databind-2.18.6.jar to address multiple CVEs BPM Event Emitter | X | ||
| DT475114 | Update jackson-databind-2.18.6.jar to address multiple CVEs - BPMN Emitters | X | ||
| DT475282 | Update jackson-databind-2.18.6.jar to address CVE-2026-54515 - BPMN Emitters | X | ||
| DT495429 | Update parsson-1.1.7.jar to address CVE-2026-9563 - ATLAS BPMEventEmitter | X | ||
| DT495430 | Update parsson-1.1.7.jar to address CVE-2026-9563 - taiga-bpmn-event-emitter | X | ||
| DT495581 | Update immutable- to address CVE-2026-59879, CVE-2026-59880 - Process Admin Console | X | ||
| DT446772 | In a process, when a subprocess is defined as Repeatable, the process instance status may end as Completed even though the end event is defined as Terminate type | |||
| DT473794 | An SQL exception can occur when the BPMTasksCleanup command is run with the -containerSnapshotAcronym parameter | |||
| DT499029 | Bulgarian message translation problem causes long-running services to fail, instead of merely logging a warning to the SystemOut.log |
Known Limitations
Document change history
- 27 August 2026: Initial publish.
Related Information
[Supersedes 24.0.1-IF008] Readme for IBM Cloud Pak for Business Automation 24.0…
[Supersedes 24.0.1-IF007] Readme for IBM Cloud Pak for Business Automation 24.0…
[Supersedes 24.0.1-IF006] Readme for IBM Cloud Pak for Business Automation 24.0…
Fix list for Cloud Pak for Business Automation 24.0.1
Was this topic helpful?
Document Information
Modified date:
01 September 2026
UID
ibm17282579