Hi All,
Our team installed the latest version (12.1.0) of DB2 in our OpenShift cluster using the Operator.
We followed the instructions from here: Db2 and Db2 Warehouse for Red Hat OpenShift and Kubernetes - IBM Documentation
We want to enable the Db2 Text Search for our database.
We've enable using `db2ts enable database for text`
We've also updated our environment variable for DB2DBDFT
It fails because the configuration of the db2ts was not found. So, we proceed with configuring it.
When configuring the Db2 as instructed here: Configuring Db2 Text Search - IBM Documentation
We encountered this issue:
configTool.sh printAll -configPath absolute-path-to-configuration-folder
Error: Could not find or load main class com.ibm.es.nuvo.configuration.tool.ConfigurationTool
Caused by: java.lang.ClassNotFoundException: com.ibm.es.nuvo.configuration.tool.ConfigurationTool
Anyone had the same issue as above? If so, how did you fix it?
#Db2Tools#Db2onCloud