Available patches for Watson Knowledge Catalog for IBM Cloud Pak for Data

Created by Julia Bamford on Fri, 03/06/2020 - 13:55
Published URL:
https://www.ibm.com/support/pages/node/5693666
5693666

Preventive Service Planning


Abstract

This document lists the available patches for the Watson Knowledge Catalog service on IBM Cloud Pak for Data. Not all versions include patches. Only versions that include patches are shown.

Content

Use the following links to locate the patches for each Cloud Pak for Data version:
 
Cloud Pak for Data 3.5.6 patches

cpd-3.5.6-wkc-patch-1

Patch name cpd-3.5.6-wkc-patch-1
Released on 29 November 2022
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.5.6
Applies to platform version Cloud Pak for Data 3.5.6
Description
This patch provides support for profiling assets with the mime type application/x-ibm-rel-table.
Instructions
Follow the instructions in Applying patches to apply this patch. However, you must include the --include-dependent-assemblies flag in the commands:
  • If you apply the patch on clusters connected to the internet, include --include-dependent-assemblies for the install command. For example:

    /cpd-cli patch \
    --repo ./repo.yaml \
    --assembly Assembly_name \
    --namespace Project \
    --patch-name Patch_name \
    --transfer-image-to Registry_location \
    --cluster-pull-prefix Registry_from_cluster \
    --ask-push-registry-credentials \
    --action transfer \
    --include-dependent-assemblies \
  • If you apply the patch on air-gapped clusters, include --include-dependent-assemblies for both the download command AND the install command. For example:

    Downloading the patch:

    ./cpd-cli patch \
    --repo ./repo.yaml \
    --assembly Assembly_name \
    --version Assembly_version \
    --patch-name Patch_name \
    --action download \
    --include-dependent-assemblies \


    Installing the patch:

    ./cpd-cli patch \
    --namespace Project \
    --load-from Image_directory_location
    --assembly Assembly_name \
    --patch-name Patch_name \
    --transfer-image-to Registry_location \
    --ask-push-registry-credentials \
    --action push \
    --include-dependent-assemblies \
Cloud Pak for Data 3.5.5 patches

cpd-3.5.5-wkc-patch-1

Patch name cpd-3.5.5-wkc-patch-1
Released on 11 June 2021
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.5.5
Applies to platform version Cloud Pak for Data 3.5.5
Description
This patch includes the following enhancements and fixes:
  • Upgrade DB2 JDBC driver to 4.0 in IIS
  • Do not store full JDBC URL with potentially sensitive properties for a connection in quick scan results
Instructions
Follow the instructions in Applying patches to apply this patch. However, you must include the --include-dependent-assemblies flag in the commands:
  • If you apply the patch on clusters connected to the internet, include --include-dependent-assemblies for the install command. For example:

    /cpd-cli patch \
    --repo ./repo.yaml \
    --assembly Assembly_name \
    --namespace Project \
    --patch-name Patch_name \
    --transfer-image-to Registry_location \
    --cluster-pull-prefix Registry_from_cluster \
    --ask-push-registry-credentials \
    --action transfer \
    --include-dependent-assemblies \
  • If you apply the patch on air-gapped clusters, include --include-dependent-assemblies for both the download command AND the install command. For example:

    Downloading the patch:

    ./cpd-cli patch \
    --repo ./repo.yaml \
    --assembly Assembly_name \
    --version Assembly_version \
    --patch-name Patch_name \
    --action download \
    --include-dependent-assemblies \


    Installing the patch:

    ./cpd-cli patch \
    --namespace Project \
    --load-from Image_directory_location
    --assembly Assembly_name \
    --patch-name Patch_name \
    --transfer-image-to Registry_location \
    --ask-push-registry-credentials \
    --action push \
    --include-dependent-assemblies \
Post-installation instructions
After you apply the patch, complete the following procedure:
  1. On the OpenShift cluster infra node, run the following command to edit the iis-server configmap (using vi):
    oc edit cm iis-server -o yaml
  2. Search for the string tablespaces and the search should bring you to the lines below:
    # create tablespaces in IADB
    set +x #echo off
    ${IIS_HOME}/jdk/bin/java -cp ${ASBNODE_HOME}/lib/java/ia-common.jar:${ASBNODE_HOME}/lib/java/db2jcc.jar:${ASBNODE_HOME}/lib/java/db2jcc_license_cu.jar com.ascential.investigate.utils.dbutils.CreateTableSpacesInIADB ${DB2INST1_PSW}
  3. Replace the above IADB java command line with the line below:
    ${IIS_HOME}/jdk/bin/java -cp ${ASBNODE_HOME}/lib/java/ia-common.jar:${ASBNODE_HOME}/lib/java/db2jcc4.jar:${ASBNODE_HOME}/lib/java/db2jcc_license_cu.jar com.ascential.investigate.utils.dbutils.CreateTableSpacesInIADB ${DB2INST1_PSW} db2inst1 "jdbc:db2://is-xmetadocker:50000/IADB:useJDBC4DataType=2;useJDBC4ColumnNameAndLabelSemantics=2;"
  4. Search for the string jdbc:db2://is-xmetadocker:50000/IADB and the search should bring you the line below:
    jdbc:db2://is-xmetadocker:50000/IADB
  5. Replace the jdbc URL value with the line below. (No need to modify if the entry is already as shown below):
    jdbc:db2://is-xmetadocker:50000/IADB:useJDBC4DataType=2;useJDBC4ColumnNameAndLabelSemantics=2;
  6. Save and quit.
  7. Open a shell into the is-en-conductor-0 pod:
    oc rsh is-en-conductor-0
  8. Edit the file /opt/IBM/InformationServer/Server/DSEngine/isjdbc.config:
    vi /opt/IBM/InformationServer/Server/DSEngine/isjdbc.config
  9. Search for the entry, db2jcc.jar, and replace it with db2jcc4.jar.
  10. Save and quit.
  11. Exit out of the pod.
  12. Restart the is-en-conductor-0 pod. Wait for the conductor pod to come back and the post-install steps are complete:
    oc delete pod is-en-conductor-0
Known issues

Adding a connection with a certificate to quick scan or automated discovery may fail
Adding a connection with a certificate for quick scan or automated discover might fail with the following error:
The connection couldn't be added. Something unexpected happened when retrieving data

If this occurs, try restarting the zen-data-sorcerer service and then try readding the connection.

oc delete pod zen-data-sorcerer

Note that the subsequent attempt to add the connection can fail due to a known issue where a certificate alias with same name already exists.

Adding a connection with an ssl certificate to quick scan or automated discovery after a previously failed attempt results in an alias already exists error

Reference technote: https://www.ibm.com/support/pages/node/6446971

In the case where attempting to add a connection with an ssl certificate failed, the subsequent attempt to add the connection can fail because a certificate alias with the same name might already exist from the previous failed attempt.

To avoid this error, complete the following steps before re-attempting to add the connection:

  1. Inspect the wkc-gov-ui pod log:
    oc get pods | grep wkc-gov-ui
    oc logs <wkc-gov-ui pod>

    and look for the following message:

    subprocess.CalledProcessError: Command '/scripts/cert_mgmt.sh -import -file /tmp/cert_4rpapb7s -alias db2wh -storepass changeit' returned non-zero exit status 1.
    2021-06-15 14:31:26,585 - data_sorcerer.api.controllers_impl.certificates_controller - INFO - Error importing because alias db2wh already exists

  2. Run the following command to delete the certificate alias:

    curl -X DELETE -k -i 'https://zen-cpd-zen.apps.airgap0.airgap.cloud/shared-connections/v1/certificates?alias=db2wh'

  3. Try again to add the connection.

Cloud Pak for Data 3.5.4 patches

cpd-3.5.4-wkc-patch-1

Important: This patch is provided to address a specific issue. Do not install this patch unless instructed to do so by IBM Software Support. Do not install this patch unless the prerequisite patch has been installed.
Patch name cpd-3.5.4-wkc-patch-1
Released on 9 April 2021
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.5.4
Applies to platform version Cloud Pak for Data 3.5.2
Patch type
Cumulative, users should not install this patch unless the prerequisite patch has been installed.
Prerequisite cpd-3.5.3-ccs-patch-3
Description
This patch is provided to address a specific issue.
Instructions
  1. Do not install this patch unless instructed to do so by IBM Software Support.
  2. Follow the instructions in Applying patches to apply this patch. 
Cloud Pak for Data 3.5.2 patches

cpd-3.5.2-wkc-patch-2

Important: This patch is provided to address a specific issue. Do not install this patch unless instructed to do so by IBM Software Support. Do not install this patch unless both prerequisite patches have been installed.
Patch name cpd-3.5.2-wkc-patch-2
Released on 20 May 2021
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.5.2
Applies to platform version Cloud Pak for Data 3.5.2
Patch type
Cumulative, users should not install this patch unless both prerequisite patches have been installed.
Prerequisite cpd-3.5.2-lite-patch-1
cpd-3.5.2-ccs-patch-1
Description
This patch is provided to address specific issues.
Instructions
  1. Do not install this patch unless instructed to do so by IBM Software Support.
  2. Follow the instructions in Applying patches to apply this patch. 

cpd-3.5.2-wkc-patch-1

Important: This patch is provided to address a specific issue. Do not install this patch unless instructed to do so by IBM Software Support. Do not install this patch unless both prerequisite patches have been installed.
Patch name cpd-3.5.2-wkc-patch-1
Released on 17 February 2021
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.5.2
Applies to platform version Cloud Pak for Data 3.5.2
Patch type
Cumulative, users should not install this patch unless both prerequisite patches have been installed.
Prerequisite cpd-3.5.2-lite-patch-1
cpd-3.5.2-ccs-patch-1
Description
This patch is provided to address a specific issue.
Instructions
  1. Do not install this patch unless instructed to do so by IBM Software Support.
  2. Follow the instructions in Applying patches to apply this patch. 
Cloud Pak for Data 3.5.1 patches

cpd-3.5.1-wkc-patch-1

Patch name cpd-3.5.1-wkc-patch-1
Released on 1 January 2021
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.5.1
Applies to platform version Cloud Pak for Data 3.5.1
Patch type
Cumulative.
Prerequisite: None
Description
This patch includes the following enhancements and fixes:
  • Fixes issue out of memory issue with ia-analysis service when re-running Quick Scan discovery on large number of assets.
Instructions
  1.  Follow the instructions in Applying patches to apply this patch. 
Cloud Pak for Data 3.0.1 patches

cpd-3.0.1-wkc-patch-9

Patch name cpd-3.0.1-wkc-patch-9
Released on 16 July 2021
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.2.0
Applies to platform version Cloud Pak for Data 3.0.1
Patch type
Cumulative.
Prerequisite: Install patch cpd-3.0.1-ccs-patch-10
Description
This patch includes the following enhancements and fixes:
  • Security fixes.
Instructions
  1.  Follow the instructions in Applying patches to apply these patches:
    1. Patch cpd-3.0.1-ccs-patch-10
    2. Patch cpd-3.0.1-wkc-patch-9

cpd-3.0.1-wkc-patch-8

Patch name cpd-3.0.1-wkc-patch-8
Released on 24 March 2021
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.2.0
Applies to platform version Cloud Pak for Data 3.0.1
Patch type
Cumulative.
Prerequisite: Install patch cpd-3.0.1-ccs-patch-9
Description
This patch includes the following enhancements and fixes:
  • Security fixes.
  • Fix for APAR JR63406: Hierarchical Stage : REST Step randomly fails with NoHttpResponseException
  • Fix for issue in which assets don’t sync to the Information Assets view (governance catalog) after auto discovery and quick scan discovery against HDFS data sources
  • Fix for issue in which published terms in one workflow task are only partially synced to the Information Assets view (governance catalog)
Instructions
  1.  Follow the instructions in Applying patches to apply these patches:
    1. Patch cpd-3.0.1-ccs-patch-9
    2. Patch cpd-3.0.1-wkc-patch-8

cpd-3.0.1-wkc-patch-7

Patch name cpd-3.0.1-wkc-patch-7
Released on 4 March 2021
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.2.0
Applies to platform version Cloud Pak for Data 3.0.1
Patch type
Cumulative.
Prerequisite: Install patch cpd-3.0.1-ccs-patch-8.
Description
This patch includes the following enhancements and fixes:
  • Security fixes.
  • Fix for APAR : JR63181 -- JDBC Connector aborts with error "Data truncated for column c1 at row 1" while writing unsigned bigint to MySQL Database.
  • Fix for issue with being unable to view a policy that has an attached data protection rule. 
  • Remove bearer token details from workflow service log. 
Instructions
  1.  Follow the instructions in Applying patches to apply these patches:
    1. Patch cpd-3.0.1-ccs-patch-8
    2. Patch cpd-3.0.1-wkc-patch-7

cpd-3.0.1-wkc-patch-6

 
Patch name cpd-3.0.1-wkc-patch-6
Released on 11 December 2020
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.2.0
Applies to platform version Cloud Pak for Data 3.0.1
Patch type
Cumulative.
Prerequisite: Install patch cpd-3.0.1-ccs-patch-7.
Description
This patch includes the following enhancements and fixes:
  • Security fixes.
  • Fix to address profiling failure for virtualized data assets.
  • Fix to display missing data type information in profiling results for virtualized data assets.
  • Add type: "engine" to wdp-db2 and iis-xmetarepo service configurations to prevent service collisions.
  • Fix for being unable to scroll the columns view in a Data Quality workspace.
  • Reference data CSV export optimization for the code only option.
  • Fixes issue with double scroll bar in New reference data set dialog view.
  • Optimization to fetch reference data sets only once per auto discovery job.
  • Fix to improve performance of retrieving reference data.
  • Fixes issue with Quick Scan job failure when source connection password contains "$" character.
  • Fix to display the correct value for total rows analyzed in the Data Quality column details view after re-analyzing a column.
Instructions
  1.  Follow the instructions in Applying patches to apply these patches:
    1. Patch cpd-3.0.1-ccs-patch-7
    2. Patch cpd-3.0.1-wkc-patch-6

cpd-3.0.1-wkc-patch-5

Patch name cpd-3.0.1-wkc-patch-5
Released on 4 November 2020
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.2.0
Applies to platform version Cloud Pak for Data 3.0.1
Patch type
Cumulative.
Prerequisite: Install patch cpd-3.0.1-ccs-patch-6.
Description
This patch includes the following enhancements and fixes:
  • Security fixes.
  • Quick scan job disappears when InfoSphere Information Server is restarted while it is running.
  • Removed confidential information in wdp-profiling-ui service logs.
  • Rule executables that are exported from a quick scan project cannot be imported.
  • Quick scan approve results performance improvements.
  • Enabled the capability to create the column similarity data class using the business glossary /v3/data_classes endpoint.
  • Added the latest DataStage Kafka Connector patch to Watson Knowledge Catalog (APAR JR62782).
  • Changes in stewards, tags, or effective dates causes a reference data set to be unable to retrieve custom columns.
  • Added support for Before and After SQL in the BigQuery Connector (APAR JR62847).
  • Added support for Before and After SQL operations in the SCAPI Bridge (APAR JR62850).
  • Added a feature toggle for the column similarity feature.
  • The Custom attribute of type text in a governance rule cannot be edited.
  • Credit card business term is incorrectly assigned to columns with CC and CCN abbreviations in the column name.
Instructions
  1.  Follow the instructions in Applying patches to apply these patches:
    1. Patch cpd-3.0.1-ccs-patch-6
    2. Patch cpd-3.0.1-wkc-patch-5

wkc-patch-3.0.1.4

Patch name wkc-patch-3.0.1.4
Released on 24 September 2020
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.2.0
Applies to platform version Cloud Pak for Data 3.0.1
Patch type
Cumulative.
Prerequisite: Install patch cpd-3.0.1-ccs-patch-4.
Description
This patch includes the following enhancements and fixes:
  • Enhanced reference data set capabilities for level hierarchy, mapping, and custom columns.
  • Security fixes.
  • View assets is blocked for Cloud Pak for Data user with viewer role.
  • Upgrade Hadoop version to 3.3.0 in odf-fast-analyzer service.
Instructions
  1.  Follow the instructions in Applying patches to apply these patches:
    1. Patch cpd-3.0.1-ccs-patch-4
    2. Patch wkc-patch-3.0.1.4

wkc-patch-3.0.1.3

Patch name wkc-patch-3.0.1.3
Released on 03 September 2020
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.2.0
Applies to platform version Cloud Pak for Data 3.0.1
Patch type
Cumulative.
Prerequisite: Install patch cpd-3.0.1-ccs-patch-3.
Description
This patch includes the following fixes:
  • When Redis is unavailable, the wkc-gov-ui service crashes on certain systems.
  • Quick Scan jobs fail when a data connection has a long JDBC URL that is greater than 255 characters.
  • Fix for null pointer exceptions for unsupported types when syncing WKC default catalog with IGC.
  • JR62518: JDBC Connector fails to import table definitions from MySQL into DataStage.
  • Fix for extra LHS terms showing up in Policy Engine.
  • Enable auto discovery with Google Big Query connection.
  • Data rule output results are shown in scientific notation if the number has more than 20 digits.
  • Fix to address column similarity analysis failures with long JDBC URL.
Instructions
  1.  Follow the instructions in Applying patches to apply these patches:
    1. Patch cpd-3.0.1-ccs-patch-3
    2. Patch wkc-patch-3.0.1.3

wkc-patch-3.0.1.2

Patch name wkc-patch-3.0.1.2
Released on 31 July 2020
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.2.0
Applies to platform version Cloud Pak for Data 3.0.1
Patch type
Cumulative.
Prerequisite: Install patch cpd-3.0.1-ccs-patch-1.
Description
This patch includes the following fixes:
  • Change service account in the odf-fast-analyzer pod to prevent inadvertent file permission changes on user-home mount.
  • Fix to get authentication token from API call instead of from key file on user-home mount for IIS services.
  • Provide more detailed error messages in the Data Discovery>Add Connection>Create Connection UI when there is a create data connection failure.
  • Fix for truncated JDBC URL when browsing a data connection in data discovery where the JDBC URL has more than 255 characters.
  • Fix to reset the pagination list when switching from list view back to card view in Data Quality projects view.
  • Security fixes.
  • Term assignments that are synced are now getting indexed correctly in global search.
  • Asset preview shows a better error message when waiting for masking to complete.
  • Add a retry strategy for Redis connections.
  • Fix for isadmin user password getting out sync after uninstall/re-install of the service.
  • New connections show in discovery screens after adding the connection.
  • Fix for sync failure to default catalog when publishing thousands of tables from Quick Scan analysis results.
  • QuickScan no longer freezes when analyzing incorrectly defined table.
  • Default path set for SSL cert in global connection is now matching with path after Automated Discovery.
  • Fix for Quick Scan jobs remaining in queue and not running.
  • Truststore is now found when running QuickScan on Hive connections.
  • Intermittent issue where automated discoveries were not showing up automated discovery results page.
  • Hosts created by automated discovery and quick scan are now merged during metadata import.
  • Set APT_DEFAULT_TRANSPORT_BLOCK_SIZE for Auto Discovery jobs dynamically at runtime.
  • Enable Data Quality and Automated Discovery UI support for Russian.
  • Set correct type of install in WLM environment variable in is-en-conductor-0 pod.
  • Fixes for navigating and deleting a data quality project with 35K+ data sets.
  • Fix SQL error message when opening a data quality project containing 35K+ data sets.
  • Truncation issues when analyzing with tables in Teradata and Hive sources.
  • Automatically hyperlink URL in description of governance artifacts.
  • Glossary migration updates.
  • Addition of reference data values no longer bypasses workflow in certain paths.
Instructions
  1.  Follow the instructions in Applying patches to apply these patches:
    1. Patch cpd-3.0.1-ccs-patch-1
    2. Patch wkc-patch-3.0.1.2
Cloud Pak for Data 2.5.0 patches

cpd-2.5.0.0-wkc-patch-12

Patch name cpd-2.5.0.0-wkc-patch-12
Released on 4 March 2021
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.0.0
Applies to platform version Cloud Pak for Data 2.5
Patch type
Cumulative.
Prerequisite: install patch cpd-2.5.0.0-ccs-patch-11.
Description
This patch includes the following fixes:
  • Security fixes.
Instructions See Applying patches.
Post-installation instructions
  1. Verify the patch by running this command to display the installed patches:
    oc describe cpdinstall cr-cpdinstall | grep "Patch Name:" | sort | uniq | cut -d: -f2
  2. Run the script in this document, Cloud Pak for Data 2.5.0 patch post-install step - clear internal cache, one time after installing any Watson Knowledge Catalog patch. If you ran this script after installing a previous Watson Knowledge Catalog patch, skip this step. However, if you do run this script more than once, it clears the cache again without negative effects.
  3. Follow the instructions in this document, Synchronization process from Information assets to Watson Knowledge Catalog is stuck to release the locks to resume synchronization. If you ran this script after installing a previous Watson Knowledge Catalog patch, skip this step. However, if you do run this script more than once, it releases unneeded locks again without negative effects.
  4. Catalog administrators can disable automatic profiling, if necessary. Automatic profiling is reset to be enabled for the default catalog and all other governed catalogs. To disable automatic profiling, go to the Settings page for each catalog and clear the Automatically create profiles for data assets check box.

cpd-2.5.0.0-wkc-patch-11

Patch name cpd-2.5.0.0-wkc-patch-11
Released on 11 December 2020
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.0.0
Applies to platform version Cloud Pak for Data 2.5
Patch type
Cumulative.
Prerequisite: install patch cpd-2.5.0.0-ccs-patch-10.
Description
This patch includes the following fixes:
  • Security fixes.
  • Fixes issue with DPR rule deletion during workflow publish.
  • Fixes issue with synchronization to OMRS with invalidate createTime attribute in Kafka message from Business Glossary.
Instructions See Applying patches.
Post-installation instructions
  1. Verify the patch by running this command to display the installed patches:
    oc describe cpdinstall cr-cpdinstall | grep "Patch Name:" | sort | uniq | cut -d: -f2
  2. Run the script in this document, Cloud Pak for Data 2.5.0 patch post-install step - clear internal cache, one time after installing any Watson Knowledge Catalog patch. If you ran this script after installing a previous Watson Knowledge Catalog patch, skip this step. However, if you do run this script more than once, it clears the cache again without negative effects.
  3. Follow the instructions in this document, Synchronization process from Information assets to Watson Knowledge Catalog is stuck to release the locks to resume synchronization. If you ran this script after installing a previous Watson Knowledge Catalog patch, skip this step. However, if you do run this script more than once, it releases unneeded locks again without negative effects.
  4. Catalog administrators can disable automatic profiling, if necessary. Automatic profiling is reset to be enabled for the default catalog and all other governed catalogs. To disable automatic profiling, go to the Settings page for each catalog and clear the Automatically create profiles for data assets check box.

wkc-patch-3.0.0.10

Patch name wkc-patch-3.0.0.10
Released on 1 October 2020
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.0.0
Applies to platform version Cloud Pak for Data 2.5
Patch type
Cumulative.
Prerequisite: install patch cpd-2.5.0.0-ccs-patch-9.
Description
This patch includes the following fixes:
  • Security fixes.
  • View assets is blocked for Cloud Pak for Data user with viewer role.
Instructions See Applying patches.
Post-installation instructions
  1. Verify the patch by running this command to display the installed patches:
    oc describe cpdinstall cr-cpdinstall | grep "Patch Name:" | sort | uniq | cut -d: -f2
  2. Run the script in this document, Cloud Pak for Data 2.5.0 patch post-install step - clear internal cache, one time after installing any Watson Knowledge Catalog patch. If you ran this script after installing a previous Watson Knowledge Catalog patch, skip this step. However, if you do run this script more than once, it clears the cache again without negative effects.
  3. Follow the instructions in this document, Synchronization process from Information assets to Watson Knowledge Catalog is stuck to release the locks to resume synchronization. If you ran this script after installing a previous Watson Knowledge Catalog patch, skip this step. However, if you do run this script more than once, it releases unneeded locks again without negative effects.
  4. Catalog administrators can disable automatic profiling, if necessary. Automatic profiling is reset to be enabled for the default catalog and all other governed catalogs. To disable automatic profiling, go to the Settings page for each catalog and clear the Automatically create profiles for data assets check box.

wkc-patch-3.0.0.9

Patch name wkc-patch-3.0.0.9
Released on 28 August 2020
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.0.0
Applies to platform version Cloud Pak for Data 2.5
Patch type
Cumulative.
Prerequisite: install patch cpd-2.5.0.0-ccs-patch-8.
Description
This patch includes the following fixes:
  • Security fixes.
  • Fix for CPD user name with "@" character not being able to publish terms.
Instructions See Applying patches.
Post-installation instructions
  1. Verify the patch by running this command to display the installed patches:
    oc describe cpdinstall cr-cpdinstall | grep "Patch Name:" | sort | uniq | cut -d: -f2
  2. Run the script in this document, Cloud Pak for Data 2.5.0 patch post-install step - clear internal cache, one time after installing any Watson Knowledge Catalog patch. If you ran this script after installing a previous Watson Knowledge Catalog patch, skip this step. However, if you do run this script more than once, it clears the cache again without negative effects.
  3. Follow the instructions in this document, Synchronization process from Information assets to Watson Knowledge Catalog is stuck to release the locks to resume synchronization. If you ran this script after installing a previous Watson Knowledge Catalog patch, skip this step. However, if you do run this script more than once, it releases unneeded locks again without negative effects.
  4. Catalog administrators can disable automatic profiling, if necessary. Automatic profiling is reset to be enabled for the default catalog and all other governed catalogs. To disable automatic profiling, go to the Settings page for each catalog and clear the Automatically create profiles for data assets check box.

wkc-patch-3.0.0.8

Patch name wkc-patch-3.0.0.8
Released on 20 August 2020
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.0.0
Applies to platform version Cloud Pak for Data 2.5
Patch type
Cumulative.
Prerequisite: install patch cpd-2.5.0.0-ccs-patch-8.
Description
This patch includes the following fixes:
  • Security fixes.
  • JR62379: Parallel job fails with error setting up internal communications.
Instructions See Applying patches.
Post-installation instructions
  1. Verify the patch by running this command to display the installed patches:
    oc describe cpdinstall cr-cpdinstall | grep "Patch Name:" | sort | uniq | cut -d: -f2
  2. Run the script in this document, Cloud Pak for Data 2.5.0 patch post-install step - clear internal cache, one time after installing any Watson Knowledge Catalog patch. If you ran this script after installing a previous Watson Knowledge Catalog patch, skip this step. However, if you do run this script more than once, it clears the cache again without negative effects.
  3. Follow the instructions in this document, Synchronization process from Information assets to Watson Knowledge Catalog is stuck to release the locks to resume synchronization. If you ran this script after installing a previous Watson Knowledge Catalog patch, skip this step. However, if you do run this script more than once, it releases unneeded locks again without negative effects.
  4. Catalog administrators can disable automatic profiling, if necessary. Automatic profiling is reset to be enabled for the default catalog and all other governed catalogs. To disable automatic profiling, go to the Settings page for each catalog and clear the Automatically create profiles for data assets check box.

wkc-patch-3.0.0.7

Patch name wkc-patch-3.0.0.7
Released on 7 July 2020
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.0.0
Applies to platform version Cloud Pak for Data 2.5
Patch type
Cumulative.
Prerequisite: install patch cpd-2.5.0.0-ccs-patch-7.
Description
This patch includes the following fixes:
  • Security fixes.
  • Remove manual patch post-install requirement for setting up re-indexing of information assets.
  • Assigned and suggested terms are all set as assigned terms when Quick Scan results are approved.
  • Governance section in Data Quality projects not updated accordingly when when viewing data quality results and selecting different columns.
  • Relationships graphical view in data quality workspace disappears after scrolling down tables list view
  • JDK upgraded to 8.0.6.10 for IIS containers.
  • Quick Scan connections dropdown list doesn't show all connections after enabling com.ibm.iis.odf.discovery.quickscan.use.solr.monitor property.
  • omag/omrs sync upgrade to Egeria 1.1 and performance fixes.
  • Intermittent issue with submitted automated discovery jobs were not showing in automated discovery jobs summary view.
  • Security fix for missing or insecure "Content-Security-Policy" header in IIS UIs
  • Enable support for profiling assets from personal connections.
Instructions Install the latest patch.

wkc-patch-3.0.0.6

Patch name wkc-patch-3.0.0.6
Released on 28 May 2020
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.0.0
Applies to platform version Cloud Pak for Data 2.5
Patch type
Cumulative.
Prerequisite: install patch cpd-2.5.0.0-ccs-patch-6.
Description
This patch includes the following fixes:
  • Security fixes.
  • odf-fast-analyzer pad mounting /user-home incorrectly.
  • Governance UI 404 error when viewing term details.
  • Data Discovery UI performance fixes.
  • Auto Discovery having incorrect results stored for analysis when analysis is run for more than 24 hours.
  • QuickScan landing page can be slow to load.
  • QuickScan: Fix the reindex api for solr discoveries.
  • QuickScan: Load/publish of table with 100K columns failed.
  • Sync assets from data discovery did not having profiling data.
  • Remove manual steps required for wkc-glossary-service in Watson Knowledge Catalog Patch 3.0.0.5.
  • Allow JDBC connections to be created as soon as Connection entity is received.
Instructions Install the latest patch.

wkc-patch-3.0.0.5

Patch name wkc-patch-3.0.0.5
Released on 22 April 2020
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.0.0
Applies to platform version Cloud Pak for Data 2.5
Patch type Additive. Prerequisite: install patch cpd-2.5.0.0-ccs-patch-5.
Description
This patch includes the following fixes for data curation:
  • During discovery, assets that can't be analyzed show an error instead of continuing in the workflow.
  • Terms that are associated with data classes are assigned properly.
  • Loading errors during discovery are applied to only the applicable assets.
  • Term assignment threshold is configurable.
  • Discovery doesn't fail with an error for too many open files.
  • Quick scan works with a Teradata connection.
  • Teradata and Hive data is truncated if it exceeds 1024 characters.
  • Various UI formatting, scaling, editing, and linking issues are resolved.
  • All search results available in drop down list with scrolling.
  • More sorting options for quick scan result tables.
  • Ability to approve a data set after a quick scan discovery while viewing the columns in the data set.
  • Discovery jobs that are waiting for analysis can be deleted.
  • Incorrect option to publish a column is removed.
  • Quick scan results filtering remains after approvals and moving to the next page of results.
  • Discovered columns show the context of their parent assets and their full paths.
  • Better recommendations for automatic data class assignments.
Instructions Install the latest patch.

cpd-2.5.0.0-ccs-patch-5

Patch name cpd-2.5.0.0-ccs-patch-5
Released on 28 April 2020
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.0.0
Applies to platform version Cloud Pak for Data 2.5
Patch type Cumulative
Description Security fixes:
Instructions Install the latest patch.

wkc-patch-3.0.0.4

Patch name wkc-patch-3.0.0.4
Released on 30 March 2020
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.0.0
Applies to platform version Cloud Pak for Data 2.5
Patch type Additive. Prerequisite: install patch cpd-2.5.0.0-ccs-patch-4.
Description
This patch contains the following fixes:
  • Oracle views and synonyms are fully supported.
  • Snowflake data types are displayed properly.
  • Double byte characters are supported in categories.
  • Column metadata is visible for data assets without connections.
  • Amazon S3 connections are successful.
Instructions Install the latest patch.

cpd-2.5.0.0-ccs-patch-4

Patch name cpd-2.5.0.0-ccs-patch-4
Released on 30 March 2020
Service assembly wkc
Applies to service version Watson Knowledge Catalog 3.0.0
Applies to platform version Cloud Pak for Data 2.5
Patch type Cumulative
Description Security fixes, including CVE-2019-10744.
Instructions Install the latest patch.

Internal Use Only

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSHGYS","label":"IBM Cloud Pak for Data"},"ARM Category":[{"code":"a8m0z000000GpDZAA0","label":"Services and Integrations"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Version(s)","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Document Information

Modified date:
29 November 2022

UID

ibm15693666