How To
Summary
The AI Use Case sync fails in watsonx.governance following the version upgrade. When a use case is created in OpenPages, it fails to sync to watsonx.governance. This issue mainly occurs because, upon upgrade, the new solution changes are not loaded. The following guide will help you to load the solutions.
This document applies to IBM Cloud Pak for Data versions prior to 5.2.0.
Steps
Post-upgrade steps to resolve the use case sync issue
- Log in to IBM Governance Console (IBM OpenPages). From the Administration menu, click Enable System Admin Mode.
- From the Administration menu, click System Configuration -> Reporting Schema. (Only applicable for 4.8.x upgrades)
- Click Drop reporting schema, wait for the process to complete, and then click Re-Create. (Only applicable for 4.8.x upgrades)
Log in to your Red Hat® OpenShift® cluster as an instance administrator:
oc login OpenShift_URL:portChange to the project where OpenPages is installed:
oc project <Project>Get the OpenPages instance name
oc get OpenPagesInstanceCheck the original T-shirt size. If it is not 'x-small', update the T-shirt size to 'x-small' as shown below. Wait for the OpenPagesInstance status to come back to Completed state.
oc patch OpenPagesInstance <OpenPages Instance Name> --patch '{"spec":{"scaleConfig":"xsmall"}}' --type=mergeFor example:
oc patch OpenPagesInstance openpagesinstance-cr --patch '{"spec":{"scaleConfig":"xsmall"}}' --type=mergeNext, patch the OpenPages instance CR to disable the enableWatsonxGov integration.
oc patch OpenPagesInstance <OpenPages Instance Name> --patch '{"spec":{"metadata":{"enableWatsonxGov":false}}}' --type=mergeFetch the OpenPages instance status and wait for the instance status to be completed.
oc get OpenPagesInstance <OpenPages Instance Name> -o=jsonpath='{.status.openpagesStatus}'Patch the OpenPages instance CR to enable enableWatsonxGov.
oc patch OpenPagesInstance <OpenPages Instance Name> --patch '{"spec":{"metadata":{"enableWatsonxGov":true}}}' --type=mergeRevert the T-shirt size to its original value. Wait for the instance status to be in Completed state.
oc patch OpenPagesInstance <OpenPages Instance Name> --patch '{"spec":{"metadata":{"scaleConfig":"<original-tshirt-size>"}}}' --type=merge- Log in to watsonx.governance. From the navigation menu, click AI Governance -> AI use cases -> Manage Settings -> Governance Console (IBM OpenPages) integration. Click the toggle to disable the integration, and then click the toggle to enable the integration. (User has to be added as a collaborator)
- Log in to watsonx.governance. From the navigation menu, click AI Governance -> AI use cases -> Manage Settings -> Inventories. Select the inventory. Click options and copy the ID.
- Log in to Governance Console (IBM OpenPages). Go to the business entity that is the parent for use cases. Click Edit, and then add the inventory ID that you copied. Click Save.
- From the Administration menu, click Disable System Admin Mode.
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
24 July 2024
UID
ibm17160966