Fix Readme
Abstract
The following document is for IBM Cloud Pak for Business Automation 23.0.2 IF004. 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 IF004 |
Fix ID: | 23.0.2-WS-CP4BA-IF004 |
Publication Date: | 25 April 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. -
FIPS Compliance
Please note that the configuration for Federal Information Processing Standards (FIPS)-compliant has changed starting in this interim fix. The changes will be reflected in the Cloud Pak for Business Automation Knowledge Center documentation by the end of April 2024. For FIPS compliance, please refer to the FIPS wall approach here: Considerations for FIPS. Please follow the steps below to enable FIPS for Cloud Pak for Business Automation as it is disabled by default:
1. OpenShift Container Platform (OCP)
In the OCP configuration file install-config.yaml, you must set "fips: true". For more information, see Support for FIPS cryptography.
2. Red Hat Enterprise Linux (RHEL)
The Linux® hosts must use RHEL 8.2 or higher. On each of the hosts that run FIPS-compliant workloads, you need to enable the FIPS mode.
To enable FIPS on a host, set "fips=1" on the kernel command at installation time. All the cryptographic keys that are generated are FIPS-compliant.
If a host is already installed, you can enable it. For more information, see Switching the system to FIPS mode.
3. CP4BA capabilities
By default, the enablement of Cloud Pak for Business Automation containers for FIPS is turned off.
FIPS enablement for Cloud Pak for Business Automation capabilities is configured in the custom resource (CR), under the shared_configuration
section.
shared_configuration:
enable_fips: true
4. Cloud Pak foundational services
Make sure that all required configuration for FIPS compliance for foundational services is completed. See Foundational services regulatory compliance.
You do not need to do the following tasks because Cloud Pak for Business Automation handles these tasks for foundational services:
- Configure foundational services routes as re-encrypt routes
- Configure foundational services events operator to create internal listeners only
- Configure the CommonServices CR in FIPS mode
Installing the interim fix
- Cloud Pak for Business Automation 23.0.2-IF004
- Cloud Pak Foundational Services 4.5.0
- CASE Package: ibm-cp-automation-5.1.4.tgz
- CASE Package mirror file (IBM-Pak steps): cp4ba-case-to-be-mirrored-23.0.2-IF004.txt
- Cloud Pak Foundational Services channel: v4.5
- 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.4.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 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:
- To deploy an airgap/offline Production deployment, download the CASE package mirror file cp4ba-case-to-be-mirrored-23.0.2-IF004.txt for this interim fix. You must rename the file to cp4ba-case-to-be-mirrored-23.0.2-IF004.yaml. 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-23.0.2-IF004.yaml
Follow the instructions in Downloading the CASE files . - You will need to mirror the images associated with the new CASE package.
export CASE_NAME=ibm-cp-automation export CASE_VERSION=5.1.4 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-5/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-5/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-IF004.txt for this interim fix. You must rename the file to cp4ba-case-to-be-mirrored-23.0.2-IF004.yaml. Execute this command from your bastion host to download the CASE files.
- Scenario 1: 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 2: Your installed Production deployment is 23.0.2 GA or 23.0.2 IF00x 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: For Global catalog namespace.
Running the operator upgrade script from the CASE package for Global Catalog namespace../scripts/cp4a-deployment.sh -m upgradeOperator -n <CP4BA Namespace>
- Option 2: For Target CP4BA namespace (private catalog).
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../scripts/cp4a-deployment.sh -m upgradeOperator -n <CP4BA Namespace> --enable-private-catalog
- Option 1: 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.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.
./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 3: Your installed Production deployment is 23.0.2 GA or 23.0.2 IF00x 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-IF004.txt, for this interim fix and you must rename the file to cp4ba-case-to-be-mirrored-23.0.2-IF004.yaml. Then execute this command to download the CASE files:
oc ibm-pak get -c file://(absolute path to file)/cp4ba-case-to-be-mirrored-23.0.2-IF004.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.4
-
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-5/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-5/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
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
-
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.2
Option2: For Target CP4BA namespace (private catalog)../scripts/cpfs/installer_scripts/cp3pt0-deployment/setup_singleton.sh --enable-licensing --enable-private-catalog --license-accept -v 1 -c v4.2
-
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-5 -c v4.5 --license-accept -v 1
Option 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-5 -c v4.5 --license-accept -v 1
Note: 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.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
Change it back to TLSv1.2 in the Custom Resource for EDB Postgres.
apiVersion: postgresql.k8s.enterprisedb.io/v1 kind: Cluster metadata: ... spec: ... postgresql: ... parameters: ... ssl_min_protocol_version: TLSv1.2
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-2024-22243, CVE-2024-22259, CVE-2023-2976, CVE-2024-22257, CVE-2021-3572, CVE-2022-48624, RHSA-2024:1610, CVE-2020-8908, CVE-2024-29041, RHSA-2024:1510, CVE-2023-39331, CVE-2023-51775, CVE-2022-31160, CVE-2024-27289, CVE-2024-27304, CVE-2023-36478, RHSA-2024:0155, RHSA-2024:0627, CVE-2023-3446, CVE-2024-1488, CVE-2021-35937, CVE-2021-35938, CVE-2021-35939, RHSA-2024:0105, RHSA-2024:0786, CVE-2022-48560, CVE-2022-48564, RHSA-2024:0119, CVE-2023-5388, CVE-2023-6135, CVE-2020-28241, RHSA-2024:0768, RHSA-2024:0975, RHSA-2024:0628, RHSA-2024:0647, RHSA-2023:7877
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. |
---|---|---|---|---|
DT256965 | Automation Document Processing Callback Service triggers a loop | X | X | |
DT365290 | dateTimeProcessed, patchVersion, and file name are incorrect in json | X | X |
Known Issue | Title | Sec. | Cont. | B.I. |
---|---|---|---|---|
DT363504 | Default rule template generated from a large model is unusable | |||
DT380612 | Too many parameters created on constructor when importing a JSON schema or when creating a large class | |||
DT363501 | Rule and decision table fails to open when created with big type as output | |||
DT363510 | Large rule is too long to load in the editor | |||
DT363504 | Compilation of decision model produces error=Constructor for type java.math.BigDecimal was not found | |||
DT363504 | Make timeout on run-service configurable |
Known Issue | Title | Sec. | Cont. | B.I. |
---|---|---|---|---|
DT379249 | Generated DB scripts for Application Engine is missing required privileges |
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. |
---|---|---|---|---|
DT364115 | Publishing a project as an Automation Service from Process Designer does not work |
Known Issue | Title | Sec. | Cont. | B.I. |
---|---|---|---|---|
DT276385 | Coaches toolkit unable to show Swedish message for empty tables | |||
DT276464 | Legacy Specific Solution Import from bawadmin desktop is failing | |||
DT277101 | ProcessInstanceCaseSystemPropertyRepair keeps retrying on corrupted data (BAW) | |||
DT363523 | SAVED SEARCH ACCELERATION TOOLS NOT WORKING PROPERLY IN SOME CONDITIONS WHEN USING MSSQL DATABASE | |||
DT363626 | You get a blank page when you open an application in Desktop Process Designer | |||
DT364060 | EXPOSED BUSINESS DATA VARIABLES DEFINED AS A SIMPLE TYPE BUSINESS OBJECT NOT AVAILABLE IN THE ALIAS LIST | |||
DT364193 | IBM Business Automation Workflow Date time pickers formats dates wrong | |||
DT365164 | FIRST LOAD OF SNAPSHOTS IN THE INSTALLED APPS PAGE OF THE PROCESS ADMIN CONSOLE CAN BE SLOW | |||
DT365990 | YOU CANNOT USE A PERCENT-ENCODED STRING TO SET THE 'PORTAL DEFAULT PAGE' USER ATTRIBUTE IN THE PROCESS ADMIN CONSOLE ->BULK USER ATTRIBUTE ASSIGNMENT PAGE |
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. |
---|---|---|---|---|
DT270340 |
DOUBLE SPACE IN DECISION WAREHOUSE TRACE
|
|||
DT261232 | CANNOT CREATE BRANCH USING PERMISSIONS DEFINED USING REST API | |||
DT260471 | NULLPOINTEREXCEPTION WHEN INTERCEPTOR ENABLED IN HTDS | |||
DT260080 | MANAGED XOM URI PROPERTY MAY REFERENCE A LIBRARY THAT DOES NOT EXIST | |||
DT260078 | CHECKSUM INCONSISTENCY BETWEEN ANT TASK CLIENT AND THE RULE EXECUTION SERVER | |||
DT258346 | DEPLOYING A DECISION ENGINE RULESET MAY THROW A NULLPOINTEREXCEPTION | |||
DT247631 | BUILD ERROR IN DECISION ENGINE DUE TO THE TRANSLATION OF LITERALS ASSIGNED TO STATIC FIELDS OF DOUBLE OR LONG TYPE | |||
DT240321 | RUNTIME FAILS WITH CLASS CAST EXCEPTION ON BIGDECIMAL | |||
DT365611 | MERGING BRANCH FAILS AFTER DC MIGRATION | |||
DT365609 | UNABLE TO VIEW THE RECYCLE BIN | |||
DT261812 | UNABLE TO PERFORM LONG-RUNNING DECISION SERVICE DELETION FROM BUSINESS CONSOLE WITHOUT TIMEOUT | |||
DT260519 | CLIENT PROJECT FOR DECISION SERVICE GENERATION FAILS | |||
DT211118 | DECISION RUNNER IS SLOW WITH LARGE NUMBER OF SCENARIO |
Known Issue | Title | Sec. | Cont. | B.I. |
---|---|---|---|---|
N/A | N/A |
Known Issue | Title | Sec. | Cont. | B.I. |
---|---|---|---|---|
DT277101 | ProcessInstanceCaseSystemPropertyRepair keeps retrying on corrupted data (BAW) | |||
DT363523 | SAVED SEARCH ACCELERATION TOOLS NOT WORKING PROPERLY IN SOME CONDITIONS WHEN USING MSSQL DATABASE | |||
DT364060 | EXPOSED BUSINESS DATA VARIABLES DEFINED AS A SIMPLE TYPE BUSINESS OBJECT NOT AVAILABLE IN THE ALIAS LIST | |||
DT365164 | FIRST LOAD OF SNAPSHOTS IN THE INSTALLED APPS PAGE OF THE PROCESS ADMIN CONSOLE CAN BE SLOW | |||
DT365990 | YOU CANNOT USE A PERCENT-ENCODED STRING TO SET THE 'PORTAL DEFAULT PAGE' USER ATTRIBUTE IN THE PROCESS ADMIN CONSOLE ->BULK USER ATTRIBUTE ASSIGNMENT PAGE |
Known Limitations
Document change history
Internal Use Only
ToDos
- Update and publish referenced Case package
- Update to-be-mirrored file
- Update catalog sources
- Update with correct FNCM S catalog digest
- Update the case version with case package link
- Update to be mirrored in file with case version
- Verify currency and accuracy of install instructions and dependencies.
- Add Capability Fix information: KIs/APARs/CVES
- Verify/Update CPFS version and channel.
- Updated with upgrade options with private catalog
Related Information
[Supersedes 23.0.2-IF003] Readme for Cloud Pak for Business Automation 23.0.2 I…
[Supersedes 23.0.2-IF002] Readme for Cloud Pak for Business Automation 23.0.2 I…
[Supersedes 23.0.2-IF001] Readme for Cloud Pak for Business Automation 23.0.2 I…
Fix list for Cloud Pak for Business Automation 23.0.2
Was this topic helpful?
Document Information
Modified date:
05 June 2024
UID
ibm17145551