Error log messages
This section describes how to interpret and troubleshoot TEXTML Server error log messages.
| Error message | Meaning | Solution |
|---|---|---|
| No character data is allowed by content model | You have inserted an invalid character in your query. | Check for extra brackets (>>). |
| [keyname] is not a valid key | You have used an index name that does not exist in your Index Definition document. | Either modify the Index Definition document to include the desired index or correct the index name in your query. |
| No declaration found for element '[elementname]' | Your query uses an operator or element that does not exist in the SEARCH_DOCUMENTS.DTD (for a document query) or the SEARCH_INDEX.DTD (for an indexed values query). | Ensure that the query follows the required DTD syntax. Verify that the query has been created in the Queries folder (for a document query) or the Queries of Indexes folder (for an indexed values query). |
| Missing required attribute 'RESULTSPACE' | Your document query does not include a RESULTSPACE attribute. | Edit the query to include a RESULTSPACE attribute within the <query> element. |