What does HRESULT 0x8009801B (WINBIO_E_DATABASE_NO_SUCH_RECORD) mean?

 
Previous Next
WINBIO_E_DATABASE_CORRUPTED WINBIO_E_DUPLICATE_ENROLLMENT

WINBIO_E_DATABASE_NO_SUCH_RECORD

WINBIO_E_DATABASE_NO_SUCH_RECORD means a delete or lookup operation did not find a record for the requested identity and sub-factor. It is often an expected result when a template was already removed.

What to check

  • Enumerate existing enrollments before attempting to remove a specific sub-factor.
  • Treat the operation as idempotent where appropriate instead of reporting corruption.
  • Verify that the selected unit and database are the same ones where the template was enrolled.

Microsoft: WinBioEnrollCommit

Microsoft: WBF terminology

Microsoft: Windows Biometric Framework client error codes


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