Site icon EfmSoft

What does HRESULT 0x00041829 (CI_S_NEW_AUXMETADATA) mean?

 
Previous Next
CI_S_CAT_STOPPED CI_S_CLIENT_REQUESTED_ABORT

CI_S_NEW_AUXMETADATA

CI_S_NEW_AUXMETADATA is a success status from the catalog metadata path. It indicates that the indexer had to create an auxiliary metadata record rather than reuse an existing entry. This is not a failed crawl and should not be converted into a generic indexing exception merely because it is not S_OK.

Treat the status as metadata creation, then verify persistence

Windows Search indexing is staged: the gatherer queues URLs, crawls items, and then updates catalog indexes and property data. The practical question for this status is whether a new metadata record is expected once or is being recreated on every pass. A one-time status can be normal catalog bookkeeping. Repetition after each crawl points to catalog state that is not being retained or to a reset boundary. Log catalog identity and crawl generation so the two cases are distinguishable.

Indexing process · Windows Search overview · Search API surface


Looking for a different code? Search another status or error code.

Exit mobile version