Release notes
Abstract
The SQL query for verifying the IBM Content Search Services installation contains an incorrect field.
Content
When you install or upgrade IBM Content Search Services, you can run a SQL query to verify that the installation or upgrade succeeded.
The SQL query for verifying the IBM Content Search Services installation is incorrectly documented in these FileNet P8 Information Center topics:
- Verifying the IBM Content Search Services installation (see step 13)
- Verifying the IBM Content Search Services upgrade (see step 13)
The correct query is as follows:
SELECT d.This FROM your_class_name d INNER JOIN ContentSearch c ON d.This = c.QueriedObject WHERE CONTAINS(d.*,'your_search_string')
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.