| Previous | Next |
| STATUS_ACCOUNT_DISABLED | STATUS_TOO_MANY_LUIDS_REQUESTED |
STATUS_NONE_MAPPED
No account name in the request was resolved
This failure is stronger than STATUS_SOME_NOT_MAPPED: none of the entries were found. Common causes include querying the wrong machine or domain, using a name format the lookup path does not recognize, unavailable trust relationships, or passing deleted and stale account names.
Do not create replacement accounts automatically from this result. First establish the lookup authority and normalize names such as domain-qualified name, UPN, local account, or computer account. The LSA function can still allocate output memory on failure, so cleanup must follow its documented contract.
What to inspect
- Record target policy system, input name form, and referenced domain context.
- Check domain connectivity and trust only when the name is expected to be remote.
- Release returned LSA buffers even on STATUS_NONE_MAPPED.
References
- Microsoft: LsaLookupNames2
- Microsoft Open Specifications: SAM Remote Protocol
- Microsoft Open Specifications: NTSTATUS values
Looking for a different code? Search another status or error code.
