What does HRESULT 0x80098021 (WINBIO_E_DATABASE_EOF) mean?

 
Previous Next
WINBIO_E_DATABASE_NO_MORE_RECORDS WINBIO_E_DATABASE_BAD_INDEX_VECTOR

WINBIO_E_DATABASE_EOF

WINBIO_E_DATABASE_EOF means the storage adapter encountered end-of-file where database data was still expected. Unlike a completed query, this usually indicates truncated or inconsistent backing data.

What to check

  • Check for earlier storage I/O, sudden power loss, or incomplete database update events.
  • Validate or rebuild the store only through the provider’s documented recovery path.
  • If the problem began after an update, capture the adapter version and database format information for the vendor.

Microsoft: Storage Adapter Functions

Microsoft: WBF plug-in architecture

Microsoft: Windows Biometric Framework client error codes


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