| Previous | Next |
| STATUS_TPM_NOOPERATOR | STATUS_TPM_DELEGATE_LOCK |
STATUS_TPM_RESOURCEMISSING
STATUS_TPM_RESOURCEMISSING is a Windows NTSTATUS value in the TPM facility. For STATUS_TPM_RESOURCEMISSING, it belongs to the TPM 1.2 error family and is normally surfaced through the Windows TPM stack, such as TPM Base Services, rather than by ordinary file, registry or network APIs.
This status appears when a saved context or handle path points to a resource that the TPM does not have loaded. The context reference is not enough for the command to proceed.
It differs from a bad structure: the context may be well-formed, but the referenced key, session, counter or transport resource is absent from the TPM resource manager state.
Diagnostic focus
- Trace context-load success before using a restored handle in later commands.
- Handle TPM resets and service restarts by rebuilding resource state.
- Compare with STATUS_TPM_INVALID_RESOURCE when the referenced object exists but its resource type is wrong.
References for STATUS_TPM_RESOURCEMISSING
Looking for a different code? Search another status or error code.