Fix Readme
Abstract
The following document is for IBM Cloud Pak for Business Automation 23.0.2 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: | 23.0.2 |
| Update Name: | 23.0.2 IF001 |
| Fix ID: | 23.0.2-WS-CP4BA-IF001 |
| Publication Date: | 1 February 2024 |
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 23.0.2.
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 23.0.2-IF001
- Cloud Pak Foundational Services 4.4
- CASE Package: ibm-cp-automation-5.1.1.tgz
- CASE Package mirror file (IBM-Pak steps): cp4ba-case-to-be-mirrored-23.0.2-IF001.txt
- Cloud Pak Foundational Services channel: 4.4.0
- Download the CASE package provided with this interim fix to a Linux based machine (RHEL or macOS).
- Use the tar command to extract the cert-kubernetes directory.
tar -xvzf ibm-cp-automation-5.1.1.tgz
cd ibm-cp-automation/inventory/cp4aOperatorSdk/files/deploy/crs
tar -xvf cert-k8s-23.0.2.tar
cd cert-kubernetes
-
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 Production deployment of CP4BA is only supported when deploying into a new namespace without CPFS.
Actions: Starter deployments do not support upgrades. Although 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 CASE package from this interim fix. -
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: You can use this interim fix content to perform a Production deployment. To deploy an online Production deployment using the content of this interim fix, please follow steps from Question 5 in install a new online Production environment and use the CASE package from this interim fix. -
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 . It is recommended to use "oc mirror" for mirroring images process as the alternate option "oc-image-mirror" will be deprecated in the future. 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, download the CASE package mirror file cp4ba-case-to-be-mirrored-23.0.2-IF001.txt for this interim fix. You must rename the file to cp4ba-case-to-be-mirrored-23.0.2-IF001.yaml. 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-23.0.2-IF001.yaml
Follow the steps listed in Downloading the CASE files. - You will need to mirror the images associated with the new CASE package.
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=5.1.1 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, run the generated catalog-sources.yaml based on the catalog namespace.
Note: If the IBMPAK_HOME environment variable is set, the downloaded CASE is located in $IBMPAK_HOME/.ibm-pak/data/mirror/$CASE_NAME/$CASE_VERSION/catalog-sources.yaml. If you want to change the namespace from the global catalog namespace (GCN) to your target CP4BA namespace (cp4ba-project), replace “openshift-marketplace” with the “<cp4ba_namespace_name>
” in the generated catalog-sources.yaml file for all catalogs, except “ibm-cert-manager-catalog” and “ibm-licensing-catalog”. - Option 1: For Global catalog namespace.
Run the below command.cat $IBMPAK_HOME/.ibm-pak/data/mirror/$CASE_NAME/$CASE_VERSION/catalog-sources.yaml | sed 's/opencloud-operators/opencloud-operators-v4-4/g' | oc apply -f - - Option 2: For Target CP4BA namespace (private catalog).
- Run the following commands to update the catalog sources to be installed in the target namespace ( i.e the namespace value of the variable $NAMESPACE )
sed -i "s/openshift-marketplace/$NAMESPACE/g" $IBMPAK_HOME/.ibm-pak/data/mirror/$CASE_NAME/$CASE_VERSION/catalog-sources.yaml sed -i 's/opencloud-operators/opencloud-operators-v4-4/g' $IBMPAK_HOME/.ibm-pak/data/mirror/$CASE_NAME/$CASE_VERSION/catalog-sources.yaml -
Note: IBM Cert Manager catalog and IBM Licensing catalog cannot be deployed to the same namespace as CP4BA catalog namespace when you want to deploy as private catalog. This is due to the operator functionality perspective, IBM Licensing and IBM Cert Manager are cluster singleton services, although they are in a namespace, they watch and manage the resources for the entire cluster. This is quite different from a CP4BA instance in one namespace. Each CP4BA instance has it's own tenant scope(one or several namespaces), and there would be multiple CP4BA instances per cluster.
Manually edit $IBMPAK_HOME/.ibm-pak/data/mirror/$CASE_NAME/$CASE_VERSION/catalog-sources.yaml to update namespace value -
1. Update the namespace value for ibm-cert-manager-catalog catalogsource from openshift-marketplace to ibm-cert-manager.
2. Update the namespace value for ibm-licensing-catalog catalogsource from openshift-marketplace to ibm-licensing.
(OR) The following commands can also be executed to edit to the catalogsource.yaml for namespace valuesed -i '/name: ibm-licensing-catalog/{N;s/namespace: .*/namespace: ibm-licensing/}' $IBMPAK_HOME/.ibm-pak/data/mirror/$CASE_NAME/$CASE_VERSION/catalog-sources.yaml sed -i '/name: ibm-cert-manager-catalog/{N;s/namespace: .*/namespace: ibm-cert-manager/}' $IBMPAK_HOME/.ibm-pak/data/mirror/$CASE_NAME/$CASE_VERSION/catalog-sources.yaml - Create namespaces ibm-licensing and ibm-cert-manager where ibm-licensing-catalog and ibm-cert-manager-catalog will be installed.
oc new-project ibm-licensing oc new-project ibm-cert-manager - Run the following command to apply the modified catalog source.
oc apply -f $IBMPAK_HOME/.ibm-pak/data/mirror/$CASE_NAME/$CASE_VERSION/catalog-sources.yaml
- Run the following commands to update the catalog sources to be installed in the target namespace ( i.e the namespace value of the variable $NAMESPACE )
- Option 1: For Global catalog namespace.
- Go to the CPFS installer folder from the downloaded cert-kubernetes folder.
cd cert-kubernetes/scripts/cpfs/installer_scripts/cp3pt0-deployment - Run the following command based on the catalog namespace.
- Option 1: For global catalog namespace .
./setup_singleton.sh --license-accept --enable-licensing -v 1 -c v4.2 - Option 2: For Target CP4BA namespace (private catalog) .
./setup_singleton.sh --enable-licensing --enable-private-catalog --license-accept -v 1 -c v4.2
- Option 1: For global catalog namespace .
- Run the following steps based on the catalog namespace
- Option 1: For global catalog namespace .
Install the CloudPak Operator in your namespace .oc ibm-pak launch $CASE_NAME \ --version $CASE_VERSION \ --inventory $CASE_INVENTORY_SETUP \ --action install-operator \ --namespace $NAMESPACE - Option 2: For Target CP4BA namespace (private catalog) .
Create a CP4BA subscription in the target namespace from the OperatorHub using the Openshift console UI by following the below steps
- Navigate to the OperatorHub in the Openshift Console
- Select the private catalog namespace (i.e value of $NAMESPACE ) in projects dropdown
- Navigate to business automation in the side bar menu
- Select the IBM Cloud Pak for Business Automation (CP4BA) multi-pattern tile
- In the Create Operator Subscription wizard, select the channel (v23.2 for 23.0.2).If you set any subscriptions to manual, then you must approve any pending operator updates. It is not recommended to set subscriptions to manual because it can make the installation error prone when some of the dependency operators are not approved. By default, all subscriptions are set to automatic.
- Choose A specific namespace on the cluster under Installation Mode and select the $NAMESPACE from the dropdown and click install.
- In the Installed Operators view, verify the status of the IBM Cloud Pak for Business Automation installation.
- Option 1: For global catalog namespace .
- 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, download the CASE package mirror file cp4ba-case-to-be-mirrored-23.0.2-IF001.txt for this interim fix. You must rename the file to cp4ba-case-to-be-mirrored-23.0.2-IF001.yaml. Execute this command from your bastion host to download the CASE files.
- Scenario 4: Your installed Production deployment version is 23.0.1 IF00x.
Warning: You can only upgrade existing environments if they were using a single namespace scoped foundational services(CPFS) instance. Which mean the CPFS instance is installed in the same namespace as the cloud pak and isn't shared with any other Cloud Pak instances. Otherwise you would need to rebuild to upgrade.
Note: Direct upgrade from version prior to 23.0.1 is 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.
Actions:
For online upgrade , follow the upgrade instructions listed in Upgrading CP4BA multi-pattern clusters from 23.0.1 in online environment and for offline upgrade , follow the upgrade instructions listed in Upgrading CP4BA multi-pattern clusters from 23.0.1 in offline environment . - Scenario 5: Your installed Production deployment is 23.0.2 GA and is online.
Actions:
Perform the following steps and then the upgrade of operators and deployments will start.- Upgrade the CP4BA operators using one of two methods.
- Option 1:Running the operator upgrade script from the CASE package for Global Catalog namespace.
./scripts/cp4a-deployment.sh -m upgradeOperator -n <CP4BA Namespace> - Option 2: Running the operator upgrade script from the CASE package to switch from Global Catalog namespace to Private Catalog namespace (or) to upgrade the existing Private Catalogs in the CP4BA Namespace.
Warning: The script in [upgradeOperator] mode will scale the CP4BA deployments down to zero. You must execute the script in [upgradeDeploymentStatus] mode to scale them back in../scripts/cp4a-deployment.sh -m upgradeOperator -n <CP4BA Namespace> --enable-private-catalog
- Option 1:Running the operator upgrade script from the CASE package for Global Catalog 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.
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.
- Run the script in [upgradeOperatorStatus] mode to check that the upgrade of the CP4BA operator and its dependencies is successful.
Warning: The script will scale the CP4BA deployments down to zero. You must execute the upgradeDeploymentStatus command to scale them back up../scripts/cp4a-deployment.sh -m upgradeOperatorStatus -n <CP4BA Namespace> - Run the script in [upgradeDeploymentStatus] mode to check that the upgrade of the CP4BA deployment is successful.
./scripts/cp4a-deployment.sh -m upgradeDeploymentStatus -n <CP4BA Namespace>
- Run the script in [upgradeOperatorStatus] mode to check that the upgrade of the CP4BA operator and its dependencies is successful.
- Upgrade the CP4BA operators using one of two methods.
-
Scenario 6: Your installed Production deployment is 23.0.2 GA and using airgap/offline.
Note: It is recommended to use "oc mirror" for the mirroring images process as the alternate option "oc-image-mirror" will be deprecated in the future. 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:
Perform the following steps and then the upgrade of operators and deployments will start.-
Download the CASE package mirror file, cp4ba-case-to-be-mirrored-23.0.2-IF001.txt, for this interim fix and you must rename the file to cp4ba-case-to-be-mirrored-23.0.2-IF001.yaml. Then execute this command 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-23.0.2-IF001.yaml
For more information, see Downloading the CASE files. -
You will need to mirror the images associated with the new CASE package. Follow the instructions for either mirroring option in Mirroring images to the private registry using the new version values associated with this fix.
export CASE_NAME=ibm-cp-automation export CASE_VERSION=5.1.1 -
Option 1: For Global catalog namespace.
Run the below command.
Option 2: For Target CP4BA namespace (private catalog).cat $IBMPAK_HOME/.ibm-pak/data/mirror/$CASE_NAME/$CASE_VERSION/catalog-sources.yaml | sed 's/opencloud-operators/opencloud-operators-v4-4/g' | oc apply -f -Run the following commands to update the catalog sources to be upgraded in the target namespace ( i.e the namespace value of the variable $NAMESPACE )sed -i "s/openshift-marketplace/$NAMESPACE/g" $IBMPAK_HOME/.ibm-pak/data/mirror/$CASE_NAME/$CASE_VERSION/catalog-sources.yaml sed -i 's/opencloud-operators/opencloud-operators-v4-4/g' $IBMPAK_HOME/.ibm-pak/data/mirror/$CASE_NAME/$CASE_VERSION/catalog-sources.yamlNote: IBM Cert Manager catalog and IBM Licensing catalog cannot be deployed to the same namespace as CP4BA catalog namespace when you want to deploy as private catalog. This is due to the operator functionality perspective, IBM Licensing and IBM Cert Manager are cluster singleton services, although they are in a namespace, they watch and manage the resources for the entire cluster. This is quite different from a CP4BA instance in one namespace. Each CP4BA instance has it's own tenant scope(one or several namespaces), and there would be multiple CP4BA instances per cluster.
Manually edit $IBMPAK_HOME/.ibm-pak/data/mirror/$CASE_NAME/$CASE_VERSION/catalog-sources.yaml to update namespace value -
1. Update the namespace value for ibm-cert-manager-catalog catalogsource from openshift-marketplace to ibm-cert-manager.
2. Update the namespace value for ibm-licensing-catalog catalogsource from openshift-marketplace to ibm-licensing.
(OR) The following commands can also be executed to edit to the catalogsource.yaml for namespace valuesed -i '/name: ibm-licensing-catalog/{N;s/namespace: .*/namespace: ibm-licensing/}' $IBMPAK_HOME/.ibm-pak/data/mirror/$CASE_NAME/$CASE_VERSION/catalog-sources.yaml sed -i '/name: ibm-cert-manager-catalog/{N;s/namespace: .*/namespace: ibm-cert-manager/}' $IBMPAK_HOME/.ibm-pak/data/mirror/$CASE_NAME/$CASE_VERSION/catalog-sources.yamlRun the following command to apply the modified catalog source.oc apply -f $IBMPAK_HOME/.ibm-pak/data/mirror/$CASE_NAME/$CASE_VERSION/catalog-sources.yaml -
Update the cert manager and license service channels to the appropriate level with this script:
Option 1: For Global catalog namespace../scripts/cpfs/installer_scripts/cp3pt0-deployment/setup_singleton.sh --enable-licensing --cert-manager-source ibm-cert-manager-catalog --licensing-source ibm-licensing-catalog --license-accept -v 1 -c v4.2Option2: For Target CP4BA namespace (private catalog)../scripts/cpfs/installer_scripts/cp3pt0-deployment/setup_singleton.sh --enable-licensing --cert-manager-source ibm-cert-manager-catalog --licensing-source ibm-licensing-catalog --license-accept -v 1 -c v4.2 --enable-private-catalog -
Update the channels to the appropriate levels for the rest of the CPFS subscriptions.Option 1: For Global catalog namespace
./scripts/cpfs/installer_scripts/cp3pt0-deployment/setup_tenant.sh --operator-namespace <CP4BA Namespace> -s opencloud-operators-v4-4 -c v4.4 --license-accept -v 1Option 2: For Target CP4BA namespace (private catalog)../scripts/cpfs/installer_scripts/cp3pt0-deployment/setup_tenant.sh --operator-namespace <CP4BA Namespace> --enable-private-catalog -s opencloud-operators-v4-4 -c v4.4 --license-accept -v 1Note: Be sure to replace the namespace with the appropriate 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.
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 can make the upgrade more error prone.oc get installPlan
-
Performing the necessary tasks after installation
oc get icp4acluster -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.- Open Eclipse
- Open menu Help > Check for Updates
- Select IBM Operational Decision Manager for Developers v8.12.x - Rule Designer
- Proceed with installation.
workflow_authoring_configuration:
jvm_customize_options: -Dcom.filenet.fdm.ignoreXXEProtectionFailures=true
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-2023-6378, CVE-2023-4759, CVE-2023-36054, CVE-2023-47038, CVE-2023-45857, CVE-2023-39331, CVE-2023-46673, CVE-2023-39332, CVE-2023-50447, CVE-2020-19909, CVE-2023-38545, CVE-2023-35825, CVE-2023-4128, CVE-2022-29458, CVE-2023-1667, CVE-2023-2283, CVE-2020-11080, CVE-2021-43975, CVE-2022-28388, CVE-2022-3594, CVE-2022-3640, CVE-2022-36402, CVE-2022-38457, CVE-2022-40133, CVE-2022-40982, CVE-2022-42895, CVE-2022-45869, CVE-2022-45884, CVE-2022-45886, CVE-2022-45887, CVE-2022-45919, CVE-2022-4744, CVE-2023-0458, CVE-2023-0590, CVE-2023-0597, CVE-2023-1073, CVE-2023-1074, CVE-2023-1075, CVE-2023-1079, CVE-2023-1118, CVE-2023-1192, CVE-2023-1206, CVE-2023-1252, CVE-2023-1382, CVE-2023-1855, CVE-2023-1989, CVE-2023-1998, CVE-2023-20569, CVE-2023-2162, CVE-2023-2163, CVE-2023-23455, CVE-2023-2513, CVE-2023-26545, CVE-2023-28328, CVE-2023-28772, CVE-2023-30456, CVE-2023-31084, CVE-2023-3141, CVE-2023-31436, CVE-2023-3161, CVE-2023-3212, CVE-2023-3268, CVE-2023-33203, CVE-2023-33951, CVE-2023-33952, CVE-2023-35823, CVE-2023-35824, CVE-2023-3609, CVE-2023-3611, CVE-2023-3772, CVE-2023-3812, CVE-2023-4132, CVE-2023-4155, CVE-2023-4206, CVE-2023-4207, CVE-2023-4208, CVE-2023-42753, CVE-2023-4622, CVE-2023-4732, CVE-2023-4969, CVE-2023-5178, CVE-2023-5633, CVE-2024-0443, CVE-2022-4285, CVE-2023-49083, CVE-2023-22745, CVE-2022-41862, CVE-2023-28321, CVE-2024-0727, CVE-2023-39417, CVE-2023-34054, CVE-2023-34062, CVE-2023-34055, CVE-2019-12415, GHSA-xpw8-rcwv-8f8p
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. |
|---|---|---|---|---|
| N/A | N/A |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT259836 | UpgradeBaseDB.sh incorrectly updating Tenant database versions | X | X | |
| DT259838 | Test button shows a blank page when annotating table data | X | X | |
| DT259934 | UpgradeBaseDB script can incorrectly insert multiple records in PostgreSQL database | X | X |
| 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. |
|---|---|---|---|---|
| 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. |
|---|---|---|---|---|
| DT256841 | XML special characters in database passwords cause SAXParseException for IBM Business Automation Workflow Runtime and IBM Business Automation Studio | |||
| DT258085 | Playback fails for case solution in IBM Business Automation Studio | |||
| DT259112 | Unable to view complex object value when using debugger in web Process Designer |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT247641 | SECURITY APAR - CVE-2023-33008 IN JOHNZON-CORE MAY AFFECT BAW EVENT EMMITERS | X | ||
| DT257576 | SECURITY APAR - MULTIPLE VULNERABILITIES IN AUTHORING UIS CVE-2023-45857, CVE-2023-26159 | X | ||
| DT258079 | SECURITY APAR - VULNERABILITY IN FOLLOW-REDIRECTS CVE-2023-26159 | X | ||
| DT258608 | SECURITY APAR - CVE-2023-43642 IN BUSINESS AUTOMATION INSIGHTS EVENT EMITTERS | X | ||
| DT247004 | IN PROCESS ADMIN CONSOLE, YOU SEE SLOW PERFORMANCE WHEN REFRESHING THE TEAM BINDINGS PAGE | |||
| DT247086 | DELETING ON-HOLD EVENT MANAGER TASKS COULD FAIL WITH AN ERROR | |||
| DT247283 | UNEXPECTED VALIDATION ERROR FOR DATA MAPPING IN WEB PROCESS DESIGNER | |||
| DT247327 | YOU SEE AN ERROR WHEN RUNNING THE JAVASCRIPT 'TW.LOCAL.RESPONSEXML.TRANSFORM(XSLLOCATION):' | |||
| DT247383 | BOOLEAN VARIABLE DATA MAPPING DROPDOWN NOT SET TO BOOLEAN VALUE CORRECTLY | |||
| DT247541 | EXCEPTION OCCURS IN THE PROCESS ADMIN CONSOLE WHEN YOU TRY TO DELETE AN EXPOSED PROCESS VALUE IN A TIP SNAPSHOT | |||
| DT256769 | WHEN YOU TRY TO VIEW DATA OF A PROCESS INSTANCE IN THE PROCESS ADMIN CONSOLE PROCESS INSPECTOR, YOU MAY SEE AN EMPTY DATA FIELD | |||
| DT256841 | XML special characters in database passwords cause SAXParseException for IBM Business Automation Workflow Runtime and IBM Business Automation Studio | |||
| DT258377 | Installation of workflow project with external process fails in production environment with rolling upgrade enabled | |||
| DT258943 | TIME VALUES OF A SCHEDULED UCA JOB ARE NOT DISPLAYED IN THE PROPER FORMAT IN EVENT MANAGER MONITOR PAGE OF PROCESS ADMIN CONSOLE | |||
| DT365094 | The recent Business Automations page takes long time to load in the IBM Business Automation Studio |
| 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. |
|---|---|---|---|---|
| DT224492 | PROGRESS BAR GOING OVER 100% DURING SYNCHRONIZATION | |||
| DT228214 | RULE DESIGNER FAILS TO CREATE A NEW PROJECT FROM DECISION CENTER OUTSIDE THE WORKSPACE | |||
| DT243634 | DECISION RUNNER CAN'T MANAGE A NULL STATIC ARRAY IN THE OUTPUT CAUSING A NPE IN THE TEST REPORT | |||
| DT244751 | INCORRECT RESPONSE TO INVALID GET REQUESTS TO HTDS APPLICATION | |||
| DT246076 | RULE DESIGNER NEW DECISION TABLE EDITOR MAY NOT REPORT A GAP WARNING | |||
| DT246657 | CLASSCASTEXCEPTION IN DECISION TABLE CHECKER | |||
| DT246899 | UPDATE OF A RULE-PACKAGE DOES NOT AUTOMATICALLY CLEAR IRL FILES CACHE | |||
| DT247044 | DECISION CENTER MAY USE THE INCORRECT ENGINE MODE TO DEPLOY | |||
| DT247567 | RULE DESIGNER THROWS CONCURRENTMODIFICATIONEXCEPTION EXCEPTION WHEN WORKING ON A LARGE RULE PROJECT | |||
| DT247691 | DEADLOCK WHEN CLEANING THE RES EXECUTION UNIT CONNECTION POOL | |||
| DT255318 | PARSINGREENTRY EXCEPTION WHEN DEPLOYING A RULESET IN RULE DESIGNER | |||
| DT255364 | ERROR "THE SPECIFIED FOLDER WAS NOT FOUND" WHEN DELETING A RULE IN THE BUSINESS CONSOLE |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| N/A | N/A |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT247641 | SECURITY APAR - CVE-2023-33008 IN JOHNZON-CORE MAY AFFECT BAW EVENT EMMITERS | X | ||
| DT257576 | SECURITY APAR - MULTIPLE VULNERABILITIES IN AUTHORING UIS CVE-2023-45857, CVE-2023-26159 | X | ||
| DT258079 | SECURITY APAR - VULNERABILITY IN FOLLOW-REDIRECTS CVE-2023-26159 | X | ||
| DT258608 | SECURITY APAR - CVE-2023-43642 IN BUSINESS AUTOMATION INSIGHTS EVENT EMITTERS | X | ||
| DT247004 | IN PROCESS ADMIN CONSOLE, YOU SEE SLOW PERFORMANCE WHEN REFRESHING THE TEAM BINDINGS PAGE | |||
| DT247086 | DELETING ON-HOLD EVENT MANAGER TASKS COULD FAIL WITH AN ERROR | |||
| DT247283 | UNEXPECTED VALIDATION ERROR FOR DATA MAPPING IN WEB PROCESS DESIGNER | |||
| DT247327 | YOU SEE AN ERROR WHEN RUNNING THE JAVASCRIPT 'TW.LOCAL.RESPONSEXML.TRANSFORM(XSLLOCATION):' | |||
| DT247383 | BOOLEAN VARIABLE DATA MAPPING DROPDOWN NOT SET TO BOOLEAN VALUE CORRECTLY | |||
| DT247541 | EXCEPTION OCCURS IN THE PROCESS ADMIN CONSOLE WHEN YOU TRY TO DELETE AN EXPOSED PROCESS VALUE IN A TIP SNAPSHOT | |||
| DT256769 | WHEN YOU TRY TO VIEW DATA OF A PROCESS INSTANCE IN THE PROCESS ADMIN CONSOLE PROCESS INSPECTOR, YOU MAY SEE AN EMPTY DATA FIELD | |||
| DT258943 | TIME VALUES OF A SCHEDULED UCA JOB ARE NOT DISPLAYED IN THE PROPER FORMAT IN EVENT MANAGER MONITOR PAGE OF PROCESS ADMIN CONSOLE |
Known Limitations
Document change history
Related Information
Was this topic helpful?
Document Information
Modified date:
25 September 2024
UID
ibm17106284