Fix Readme
Abstract
The following document is for IBM Cloud Pak for Business Automation 26.0.0 IF001. 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: | 26.0.0 |
| Update Name: | 26.0.0 IF001 |
| Fix ID: | 26.0.0-WS-CP4BA-IF001 |
| Publication Date: | 30 July 2026 |
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 26.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 Manager
- 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 26.0.0-IF001
- Cloud Pak Foundational Services 4.19.2
Download the 26.0.0-IF001 branch by using the following
git clonecommand.git clone -b 26.0.0-IF001 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.Actions:
To deploy an airgap/offline Production deployment, find mirror file cp4ba-case-to-be-mirrored-26.0.0-IF001.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-26.0.0-IF001.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-26.0.0-IF001.txt mirror file.
export CASE_NAME=ibm-cp-automation export CASE_VERSION=26.0.1 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 24.0.0-IF009 or newer
Warning:
If your production deployment version is older than 24.0.0-IF009, please follow instructions in Knowledge Center to upgrade to 24.0.0-IF009 first and follow the below instructions to upgrade from 24.0.0-IF009 to this 26.0.0-IFix.
Actions:
For online upgrade, follow the upgrade instructions documented in Upgrading from 24.0.0.
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 from 24.0.0. - Scenario 5: Your installed Production deployment version is 24.0.1 IF002 or newer
Warning:
If your production deployment version is older than 24.0.1-IF002, please follow instructions in Knowledge Center to upgrade to 24.0.1-IF002 first and follow the same instructions to upgrade from 24.0.1-IF002 to 25.0.0-IF004 or later. Then follow Scenario 6 to upgrade to this 26.0.0 IFix.
Actions:
Please follow the instructions and upgraded to 25.0.0-IF004 then follow instructions in Scenario 6 to upgrade to 26.0.0 IFix. - Scenario 6: Your installed Production deployment version is 25.0.0 IF004 or newer
Warning:
If your production deployment version is older than 25.0.0-IF004, please follow instructions in Knowledge Center to upgrade to 25.0.0-IF004 first and follow the below instructions to upgrade from 25.0.0-IF004 to this 26.0.0-IFix.
Actions:
For online upgrade, follow the upgrade instructions documented in Upgrading from 25.0.0.
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 from 25.0.0. - Scenario 7: Your installed Production deployment version is 25.0.1 IF001
Warning:
If your production deployment version is older than 25.0.1-IF001, please follow instructions in Knowledge Center to upgrade to 25.0.1-IF001 first and follow the below instructions to upgrade from 25.0.1-IF001 to this 26.0.0-IFix.
Actions:
For online upgrade, follow the upgrade instructions documented in Upgrading from 25.0.1.
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 from 25.0.1. - Scenario 8: Your installed Production deployment is 26.0.0 GA or newer.
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.
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>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.
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>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>
- Scenario 9: Your installed Production deployment is 26.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.
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-26.0.0-IF001.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-26.0.0-IF001.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-26.0.0-IF001.txt mirror file.
export CASE_NAME=ibm-cp-automation export CASE_VERSION=26.0.1 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.
- From the branch that you cloned above navigate to the scripts directory and perform the following steps to upgrade the CP4BA operators.
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> 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.
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>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>
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.
kubectl create secret generic ibm-odm-keystore-secret --from-literal=keystorePassword="<YOUR_PASSWORD>" --namespace <PROJECT_NAME>ibm-odm-keystore-secret. Unless it is manually changed, it is linked to the CR instance generated by the deployment script:odm_configuration:
dba:
passwordSecretRef: ibm-odm-keystore-secret
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
| 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-2024-39689, CVE-2024-42516, CVE-2024-47081, CVE-2025-2999, CVE-2025-3001, CVE-2025-53114, CVE-2026-10118, CVE-2026-11332, CVE-2026-11525, CVE-2026-12143, CVE-2026-12151, CVE-2026-12590, CVE-2026-13676, CVE-2026-20779, CVE-2026-20896, CVE-2026-2100, CVE-2026-22874, CVE-2026-23949, CVE-2026-24049, CVE-2026-24072, CVE-2026-24451, CVE-2026-25038, CVE-2026-25679, CVE-2026-27139, CVE-2026-27142, CVE-2026-27761, CVE-2026-27775, CVE-2026-28740, CVE-2026-29169, CVE-2026-29181, CVE-2026-29518, CVE-2026-32280, CVE-2026-32281, CVE-2026-32282, CVE-2026-32283, CVE-2026-32288, CVE-2026-32289, CVE-2026-33006, CVE-2026-33416, CVE-2026-33636, CVE-2026-33845, CVE-2026-33846, CVE-2026-34073, CVE-2026-34355, CVE-2026-34356, CVE-2026-3832, CVE-2026-3833, CVE-2026-39883, CVE-2026-39892, CVE-2026-40355, CVE-2026-40356, CVE-2026-4046, CVE-2026-40988, CVE-2026-40993, CVE-2026-41003, CVE-2026-41008, CVE-2026-41579, CVE-2026-41694, CVE-2026-41706, CVE-2026-41854, CVE-2026-42009, CVE-2026-42010, CVE-2026-42011, CVE-2026-42012, CVE-2026-42013, CVE-2026-42014, CVE-2026-42015, CVE-2026-42338, CVE-2026-42535, CVE-2026-42536, CVE-2026-43618, CVE-2026-43951, CVE-2026-44119, CVE-2026-44185, CVE-2026-44186, CVE-2026-44249, CVE-2026-4437, CVE-2026-4438, CVE-2026-44431, CVE-2026-44432, CVE-2026-44631, CVE-2026-44893, CVE-2026-4539, CVE-2026-45416, CVE-2026-45536, CVE-2026-45673, CVE-2026-45674, CVE-2026-46599, CVE-2026-47244, CVE-2026-47691, CVE-2026-48043, CVE-2026-48059, CVE-2026-48155, CVE-2026-48156, CVE-2026-48615, CVE-2026-48618, CVE-2026-48619, CVE-2026-48712, CVE-2026-48735, CVE-2026-48775, CVE-2026-48776, CVE-2026-48817, CVE-2026-48818, CVE-2026-48928, CVE-2026-48930, CVE-2026-48933, CVE-2026-48934, CVE-2026-48935, CVE-2026-48990, CVE-2026-49460, CVE-2026-49461, CVE-2026-49852, CVE-2026-50010, CVE-2026-50020, CVE-2026-5038, CVE-2026-50560, CVE-2026-5079, CVE-2026-5260, CVE-2026-52869, CVE-2026-52870, CVE-2026-53537, CVE-2026-53538, CVE-2026-53539, CVE-2026-53540, CVE-2026-53550, CVE-2026-5419, CVE-2026-54269, CVE-2026-54285, CVE-2026-55443, CVE-2026-58418, CVE-2026-58419, CVE-2026-58421, CVE-2026-58422, CVE-2026-58423, CVE-2026-58424, CVE-2026-59869, CVE-2026-59877, CVE-2026-59950, CVE-2026-6472, CVE-2026-6473, CVE-2026-6474, CVE-2026-6475, CVE-2026-6478, CVE-2026-6479, CVE-2026-6637, CVE-2026-6638, CVE-2026-6733, CVE-2026-6734, CVE-2026-9678, CVE-2026-9697, GHSA-6v7p-g79w-8964, GO-2026-5774, GO-2026-5775, GO-2026-5777, RHSA-2026:18599, RHSA-2026:19213, RHSA-2026:19218, RHSA-2026:19346, RHSA-2026:19357, RHSA-2026:19361, RHSA-2026:20597, RHSA-2026:20612, RHSA-2026:22312, RHSA-2026:25058, RHSA-2026:26203, RHSA-2026:26410, RHSA-2026:28158, RHSA-2026:28243, RHSA-2026:28255, RHSA-2026:35891, RHSA-2026:41906 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 applicable vulnerabilities listed in Security Bulletin: Multiple security vulnerabilities are addressed with IBM Cloud Pak for Business Automation iFixes for July 2026 | X |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT496009 | cp4a-operator reconcile failure due to kubernetes.core API failures like "ValueError: too many values to unpack" - IBM Cloud Pak for Business Automation | |||
| 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. | |||
| DT471533 | Ephemeral storage for Flink components is not configurable - IBM Cloud Pak for Business Automation | |||
| DT469246 | If the operator container of the CP4BA Foundational Operator restarts (without the pod restarting), it will then get into a crashloop state - Cloud Pak for Business Automation |
| 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. |
|---|---|---|---|---|
| DT473895 | Update jsonata-2.1.0.tgz to address CVE-2026-12208 | X | ||
| DT495437 | Security vulnerabilities (CVE-2026-48801 and CVE-2026-49978) in ai-chat-1.7.0.tgz affects IBM Business Studio Automation & Workflow center | X | ||
| DT495561 | Update js-yaml- to address CVE-2026-53550, CVE-2026-59869 | X | ||
| DT495895 | core-7.29.0.tgz library is affected by security vulnerability (CVE-2026-49356) | X |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT472263 | Update golang.org/x/sys-v0.43.0 to address CVE-2026-39824 | X | ||
| DT473895 | Update jsonata-2.1.0.tgz to address CVE-2026-12208 | X | ||
| DT474118 | Update starlette-1.2.1-py3-none-any.whl in ai-agent to address CVE-2026-54282, CVE-2026-54283 | X | ||
| DT474504 | Update starlette-1.2.1-py3-none-any.whl to address CVE-2026-54282, CVE-2026-54283 | X | ||
| DT474517 | Update python_multipart-0.0.2 to address multiple CVEs | X | ||
| DT474518 | Update langgraph_ to address CVE-2026-48775, CVE-2026-48776 | X | ||
| DT474525 | Update joserfc-1.6.5-py3-none-any.whl to address CVE-2026-48990 | X | ||
| DT474575 | Update langchain-1.2.18-py3-none-any.whl to address CVE-2026-55443 | X | ||
| DT495412 | Update pydantic_settings-2.14.1-py3-none-any.whl to address CVE-2026-58203 | X | ||
| DT495437 | Security vulnerabilities (CVE-2026-48801 and CVE-2026-49978) in ai-chat-1.7.0.tgz affects IBM Business Studio Automation & Workflow center | X | ||
| DT495561 | Update js-yaml- to address CVE-2026-53550, CVE-2026-59869 | X | ||
| DT495816 | Update log4j-api-2.17.1.jar to address CVE-2026-49844 - LCM | X | ||
| DT495895 | core-7.29.0.tgz library is affected by security vulnerability (CVE-2026-49356) | X | ||
| DT418302 | Dynamic Filtering doesn't work when " Show work item counts for all in-baskets" option in in-basket settings is selected -IBM Business Automation Workflow(BAW) | |||
| DT471701 | Case-init job resets the Server Base URL of the IBM Case Manager Web Application for all isolated regions | |||
| DT471903 | When opening the instance details in the Process Performance dashboard, an error states that the API retrieveProjectedPath is not supported in Container environment | |||
| DT473478 | The Add Document wizard is not displaying correctly when users attempt to upload a document using the drag-and-drop functionality. | |||
| DT473561 | During database failover, the process instance fails because the transaction is not retried when a StaleConnectionException occurs | |||
| DT473794 | SQL Exception when calling BPMTasksCleanup command with a Snapshot/Version acronym as parameter | |||
| DT473917 | The split case page throws error in FDR enabled env with multiple TOS | |||
| DT474896 | Startable service description not showing in Workplace | |||
| DT495950 | Agent pod goes into CrashLoopBackOff state when LWE is selected | |||
| DT495950 | Agent pod goes into CrashLoopBackOff state when LWE is selected | |||
| DT496432 | Adding documents and updating documents are not working through Workplace Assistant |
| 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. |
|---|---|---|---|---|
| DT470567 | PERFORMANCE ISSUE RUNNING REMOTE API | |||
| DT442098 | INCORRECT WADL GENERATION FOR XML BINDING RULE PROJECT | |||
| DT469810 | ENGINE NOTE DUPLICATES THE MESSAGE TO SYSTEM.OUT | |||
| DT470360 | RULE DESIGNER SHOWS AN UNEXPECTED ERROR GBREM0010E | |||
| DT474957 | REPORT GENERATION FAILS DUE TO ILROBJECTNOTFOUNDEXCEPTION | |||
| DT468866 | ILRSNAPSHOTIMPL INCOMPATIBLE WITH ILRBRANCH ERROR DURING MERGE | |||
| DT472964 | BUSINESS CONSOLE IS VERY SLOW TO EDIT A RULE FOR THE FIRST TIME | |||
| DT468616 | DECISION CENTER SEARCH FOR RULES UI BREAKS WITH LENGTHY PROJECT NAMES | |||
| DT470030 | DECISION WAREHOUSE FILTER ON TO DATE RETURNS NO RESULT | |||
| DT472277 | INTERNAL ERROR WHEN ACCESSING STATISTICS AND EXECUTION UNITS TABS WITH RESMONITOR ROLE | |||
| DT451968 | THE DIAGNOSTIC LAST VALUE IN PARENT BRANCH TAKES FOREVER | |||
| DT470169 | DELETED CHILD NODES ARE DISPLAYED FOR HIERARCHY PROPERTY IN DECISION CENTER | |||
| DT473808 | CONSTRAINT VIOLATION EXCEPTION DURING BACKGROUND DELETION IN BUSINESS CONSOLE | |||
| DT474920 | EXCEPTION WHEN SETTING HIERARCHY EXTENSION PROPERTY USING QUERY ACTION | |||
| DT471369 | RES CONSOLE: SLOW TO SHOW THE RULESET DETAILS | |||
| DT496873 | TAG WITH QUOTE BREAKS TAG VIEW |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT470622 | Security: Update golang in Business Team Service operator to address multiple CVEs | X |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT473561 | During database failover, the process instance fails because the transaction is not retried when a StaleConnectionException occurs | |||
| DT473794 | SQL Exception when calling BPMTasksCleanup command with a Snapshot/Version acronym as parameter |
Known Limitations
Document change history
- 30 July 2026: Initial publish.
Related Information
Was this topic helpful?
Document Information
Modified date:
04 August 2026
UID
ibm17276647