What does NTSTATUS 0x00293000 (STATUS_RTPM_CONTEXT_CONTINUE) mean?

 
Previous Next
STATUS_FLT_IO_COMPLETE STATUS_RTPM_CONTEXT_COMPLETE

STATUS_RTPM_CONTEXT_CONTINUE

Remote TPM context must be continued

STATUS_RTPM_CONTEXT_CONTINUE is an informational NTSTATUS used by a remote TPM exchange rather than a final TPM command failure. It says the context is still in progress and should be transported to the target that can continue the operation.

For callers, this is a state-machine result. The next step is to preserve the context blob exactly, deliver it to the expected remote TPM target, and continue with the matching operation rather than treating the result as completed output.

Diagnostic focus

  • Keep the context blob, target identity, PCR selection, and command metadata together.
  • Do not discard intermediate context after receiving this status; it is required for continuation.
  • Check transport framing before blaming TPM command authorization.

References


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