| Previous | Next |
| FILTER_S_DISK_FULL | FILTER_S_NO_SECURITY_DESCRIPTOR |
FILTER_S_NO_PROPSETS
Document contains no property sets
FILTER_S_NO_PROPSETS is HRESULT 268090 (0x0004173A) from Indexing Service. The documented description is “The document has no property sets.” The severity bit indicates a nonfailure result, but the value carries a specific condition that must not be collapsed into plain S_OK.
In the legacy Indexing Service or IFilter pipeline, this result means that the document has no property sets. Ordinary completion must not be inferred from it until the owning component’s state and outputs agree.
Where the status is encountered
- Legacy Indexing Service catalog processing; log the exact method and object state instead of interpreting the constant outside that contract.
- IFilter text and property extraction; log the exact method and object state instead of interpreting the constant outside that contract.
- Search enumeration, scan scheduling, or catalog administration; log the exact method and object state instead of interpreting the constant outside that contract.
What must be true before accepting it
Verify that the absence of property sets is valid for the format and text extraction can proceed independently. Only this contract check establishes that it is safe for the caller’s next step.
Evidence to preserve
- Preserve document format and filter CLSID.
- Preserve property-set enumeration result.
- Preserve text chunk availability.
- Preserve file-system metadata.
- Preserve expected versus optional property schema.
Difference from nearby results
A nearby HRESULT can change object ownership, output validity, or the permitted next method.
Correct handling and recovery
Continue with text or other available metadata. Do not synthesize property values; record format support if the document was expected to contain structured properties.
Before another call following it, confirm that completed side effects are idempotent or reconciled.
Practical scenario
A plain-text file has no OLE property sets. The indexer stores content and file-system metadata while leaving document-summary fields absent.
References
- Microsoft: Filter interface values — official Microsoft material relevant to this HRESULT.
- Microsoft: About Indexing Service filters
- Microsoft: Using custom filters
- Microsoft: HRESULT values
Looking for a different code? Search another status or error code.
