Find objects with document-related indexing failures by querying on the
Indexing Failure Code property.
Procedure
To identify objects with indexing failures:
- Constructing a query with a SQL statement. Use a query that is similar to the following
example to find objects with one or more indexing failure codes:
SELECT d.This, d.CmIndexingFailureCode
FROM Document d
WHERE d.CmIndexingFailureCode > 0
This example queries for objects that are instances of the Document class or any
of its subclasses. The correct table to query depends on the class of objects
that you are searching for.
- View the CmIndexingFailureCode property values to
determine the type of indexing failure for the object.