BMYDC0117

Data Cataloging service license was not accepted.

Severity

Critical

User response

Do the following steps to diagnose and report the problem:
  1. This is not expected, by default Data Cataloging license is accepted.
  2. Run the following command to check the Data Cataloging.
    ISD_INSTANCE=$(oc -n ibm-data-cataloging get isd -o name | head -n1)
    oc -n ibm-data-cataloging patch $ISD_INSTANCE --type='merge' -p '{"spec":{"license":{"accept":true}}}'
    Expected output
    spectrumdiscover.spectrum-discover.ibm.com/data-cataloging-service-instance patched