INFO: Error Listing for Microsoft Index Server (232969)



The information in this article applies to:

  • Microsoft Index Server 1.0
  • Microsoft Index Server 1.1
  • Microsoft Index Server 2.0

This article was previously published under Q232969

SUMMARY

Below are the error codes and numbers that are related to the Microsoft Index Server. This list is currently unavailable in the documentation, but you can find it in the Cierror.h file from the Visual Studio 6.0 Enterprise edition CD.

MORE INFORMATION

#defineHRESULTMessageText
QUERY_E_FAILED0x80041600LCall failed for unknown reason
QUERY_E_INVALIDQUERY0x80041601LInvalid parameter
QUERY_E_INVALIDRESTRICTION0x80041602LThe query restriction could not be parsed
QUERY_E_INVALIDSORT0x80041603LAn invalid sort order was requested
QUERY_E_INVALIDCATEGORIZE0x80041604LAn invalid categorization order was requested
QUERY_E_ALLNOISE0x80041605LThe query contained only ignored words
QUERY_E_TOOCOMPLEX0x80041606LThe query was too complex to be executed
QUERY_E_TIMEDOUT0x80041607LThe query exceeded its execution time limit
QUERY_E_DUPLICATE_OUTPUT_COLUMN0x80041608LOne or more columns in the output column list is a duplicate
QUERY_E_INVALID_OUTPUT_COLUMN0x80041609LOne or more columns in the output column list is not valid
FDAEMON_W_WORDLISTFULL0x00041680LWordlist has reached maximum size; additional documents should not be filtered
FDAEMON_E_LOWRESOURCE0x80041681LThe system is running out of resources needed for filtering, usually memory
FDAEMON_E_FATALERROR0x80041682LA critical error occurred during document filtering; consult system administrator
FDAEMON_E_PARTITIONDELETED0x80041683LDocuments not stored in content index because partition has been deleted
FDAEMON_E_CHANGEUPDATEFAILED0x80041684LDocuments not stored in content index because update of changelist failed
FDAEMON_W_EMPTYWORDLIST0x00041685LFinal wordlist was empty
FDAEMON_E_WORDLISTCOMMITFAILED0x80041686LCommit of wordlist failed; data not available for query
FDAEMON_E_NOWORDLIST0x80041687LNo wordlist is being constructed; may happen after fatal filter error
FDAEMON_E_TOOMANYFILTEREDBLOCKS0x80041688LDuring document filtering the limit on buffers has been exceeded
SEARCH_S_NOMOREHITS0x000416A0LEnd of hits has been reached
SEARCH_E_NOMONIKER0x800416A1LRetrival of hits as monikers is not supported (by filter passed into Init)
SEARCH_E_NOREGION0x800416A2LRetrival of hits as filter regions is not supported (by filter passed into Init)
FILTER_E_TOO_BIG0x80041730LFile is too large to filter
FILTER_S_PARTIAL_CONTENTSCAN_IMMEDIATE0x00041731LA partial content scan of the disk needs to be scheduled for immediate execution
FILTER_S_FULL_CONTENTSCAN_IMMEDIATE0x00041732LA full content scan of the disk needs to be scheduled for immediate execution
FILTER_S_CONTENTSCAN_DELAYED0x00041733LA content scan of the disk needs to be scheduled for execution later
FILTER_E_CONTENTINDEXCORRUPT0xC0041734LThe content index is corrupt; a content scan will to be scheduled after chkdsk or autochk is run
FILTER_S_DISK_FULL0x00041735LThe disk is getting full
FILTER_E_ALREADY_OPEN0x80041736LA file is already open; cannot open another one while a file is open
FILTER_E_UNREACHABLE0x80041737LThe file is not reachable
FILTER_E_IN_USE0x80041738LThe document is in use by another process
FILTER_E_NOT_OPEN0x80041739LThe document is not opened
FILTER_S_NO_PROPSETS0x0004173ALThe document has no property sets
FILTER_E_NO_SUCH_PROPERTY0x8004173BLThere is no property with the given GUID
FILTER_S_NO_SECURITY_DESCRIPTOR0x0004173CLThe document has no security descriptor
WBREAK_E_END_OF_TEXT0x80041780LEnd of text reached in text source
LANGUAGE_S_LARGE_WORD0x00041781LWord larger than maximum length; may be truncated by word sink
WBREAK_E_QUERY_ONLY0x80041782LFeature only available in query mode
WBREAK_E_BUFFER_TOO_SMALL0x80041783LBuffer too small to hold composed phrase
LANGUAGE_E_DATABASE_NOT_FOUND 0x80041784LLangauge database/cache file could not be found
WBREAK_E_INIT_FAILED0x80041785LInitialization of word breaker failed
PSINK_E_QUERY_ONLY0x80041790LFeature only available in query mode
PSINK_E_INDEX_ONLY0x80041791LFeature only available in index mode
PSINK_E_LARGE_ATTACHMENT0x80041792LAttachment type beyond valid range
PSINK_S_LARGE_WORD0x00041793LWord larger than maximum length; may be truncated by phrase sink
CI_CORRUPT_DATABASE0xC0041800LThe content index is corrupt
CI_CORRUPT_CATALOG0xC0041801LThe content index meta data is corrupt
CI_INVALID_PARTITION0xC0041802LThe content index partition is invalid
CI_INVALID_PRIORITY0xC0041803LThe priority is invalid
CI_NO_STARTING_KEY0xC0041804LThere is no starting key
CI_OUT_OF_INDEX_IDS0xC0041806LThere is no catalog
CI_CORRUPT_FILTER_BUFFER0xC0041808LThe index is invalid
CI_PROPSTORE_INCONSISTENCY0xC0041809LInconsistency in property store detected
CI_E_ALREADY_INITIALIZED0x8004180ALThe object is already initialzed
CI_E_NOT_INITIALIZED0x8004180BLThe object is not initialzed
CI_E_BUFFERTOOSMALL0x8004180CLThe buffer is too small
CI_E_PROPERTY_NOT_CACHED0x8004180DLThe given property is not cached
CI_S_WORKID_DELETED0x0004180ELThe workid is deleted
CI_E_INVALID_STATE0x8004180FLThe object is not in a valid state
CI_E_FILTERING_DISABLED0x80041810LFiltering is disabled in this content index
CI_E_DISK_FULL0x80041811LThe disk is full and the specified operation cannot be done
CI_E_SHUTDOWN0x80041812LContent Index has been shutdown
CI_E_WORKID_NOTVALID0x80041813LThe workid is not valid
CI_S_END_OF_ENUMERATION0x00041814LThere are no more documents to enumerate
CI_E_NOT_FOUND0x80041815LThe object was not found
CI_E_USE_DEFAULT_PID0x80041816LThe passed-in property ID is not supported
CI_E_DUPLICATE_NOTIFICATION0x80041817LThere were two notifications for the same workid
CI_E_UPDATES_DISABLED0x80041818LA document update was rejected because updates were disabled
CI_E_INVALID_FLAGS_COMBINATION0x80041819LThe combination of flags specified is invalid
CI_E_OUTOFSEQ_INCREMENT_DATA0x8004181ALThe incremental data given to Load is not valid. It may be out of sequence
CI_E_SHARING_VIOLATION0x8004181BLA sharing or locking violation caused a failure
CI_E_LOGON_FAILURE0x8004181CLA logon permission violation caused a failure
CI_E_NO_CATALOG0x8004181DLThere is no catalog
CI_E_STRANGE_PAGEORSECTOR_SIZE0x8004181ELPage size is not an integral multiple of the sector size of the volume where index is located
CI_E_TIMEOUT0x8004181FLService is too busy
CI_E_NOT_RUNNING0x80041820LService is not running
CI_INCORRECT_VERSION0xC0041821LThe content index data on disk is for the wrong version

Modification Type:MajorLast Reviewed:9/30/2003
Keywords:kbinfo KB232969