Share via


Content-Indexing Values

[Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.]

Values 0xHHHH1680 to 0xHHHH169F and 0xHHHH1730 to 0xHHHH173F are return values produced by the Content-Indexing daemon (CiDaemon) as it filters documents and adds their word lists to the existing indexes in the catalog. The following table gives the content-indexing values in alphabetical order.

Constant/value Description
FDAEMON_E_CHANGEUPDATEFAILED
0x80041684
Documents not stored in content index because update of change list failed.
FDAEMON_E_FATALERROR
0x80041682
A critical error occurred during document filtering. Consult system administrator.
FDAEMON_E_LOWRESOURCE
0x80041681
The system is running out of one of more resources needed for filtering, usually memory.
FDAEMON_E_NOWORDLIST
0x80041687
No wordlist is being constructed. May happen after fatal filter error.
FDAEMON_E_PARTITIONDELETED
0x80041683
Documents not stored in content index because partition has been deleted.
FDAEMON_E_TOOMANYFILTEREDBLOCKS
0x80041688
During document filtering the limit on buffers has been exceeded.
FDAEMON_E_WORDLISTCOMMITFAILED
0x80041686
Commit of wordlist failed. Data not available for query.
FDAEMON_W_EMPTYWORDLIST
0x00041685
Final wordlist was empty.
FDAEMON_W_WORDLISTFULL
0x00041680
Wordlist has reached maximum size. Additional documents should not be filtered.
FILTER_E_ALREADY_OPEN
0x80041736
A file is already open. Cannot open another one while file is open.
FILTER_E_CONTENTINDEXCORRUPT
0xC0041734
The content index is corrupt. A content scan will to be scheduled after chkdsk or autochk is run.
FILTER_E_IN_USE
0x80041738
The document is in use by another process.
FILTER_E_NO_SUCH_PROPERTY
0x8004173B
There is no property with the given GUID.
FILTER_E_NOT_OPEN
0x80041739
The document is not opened.
FILTER_E_OFFLINE
0x8004173D
The document is offline.
FILTER_E_PARTIALLY_FILTERED
0x8004173E
The document was too large to filter in its entirety. Portions of the document were not emitted.
FILTER_E_TOO_BIG
0x80041730
File is too large to filter.
FILTER_E_UNREACHABLE
0x80041737
The file is not reachable.
FILTER_S_CONTENTSCAN_DELAYED
0x00041733
A content scan of the disk needs to be scheduled for execution later.
FILTER_S_DISK_FULL
0x00041735
The disk is getting full.
FILTER_S_FULL_CONTENTSCAN_IMMEDIATE
0x00041732
A full content scan of the disk needs to be scheduled for immediate execution.
FILTER_S_NO_PROPSETS
0x0004173A
The document has no property sets.
FILTER_S_NO_SECURITY_DESCRIPTOR
0x0004173C
The document has no security descriptor.
FILTER_S_PARTIAL_CONTENTSCAN_IMMEDIATE
0x00041731
A partial content scan of the disk needs to be scheduled for immediate execution.

Requirements

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
End of client support
Windows 7
End of server support
Windows Server 2008 R2
Header
Cierror.h