| Previous | Next |
| WINBIO_E_LOCK_VIOLATION | WINBIO_E_INVALID_OPERATION |
WINBIO_E_DUPLICATE_TEMPLATE
WINBIO_E_DUPLICATE_TEMPLATE means the template data being added matches an existing template in the database. WBF prevents duplicate biometric records that could make identification or enrollment ambiguous.
What to check for WINBIO_E_DUPLICATE_TEMPLATE
- Check whether the same individual or sub-factor is already enrolled.
- Use the existing enrollment when appropriate instead of creating another template.
- For a multi-user or shared-device scenario, review identity-selection logic before changing stored templates.
Microsoft: WinBioEnrollCapture
Microsoft: Windows Biometric Framework client error codes
Diagnostic interpretation
This result has the HRESULT value 0x8009802B. AllStat records the condition as “The data in a biometric template matches another template already in the database.”.
Evidence to capture
- Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the winbio / duplicate / template operation.
- Reproduce this result with the smallest valid input and note whether the result changes with identity, architecture, service state, or target object.
Retry and recovery
” has changed.
Looking for a different code? Search another status or error code.
