Site icon EfmSoft

¿Qué significa el código NTSTATUS 0xC0290003 (STATUS_TPM_BAD_PARAMETER)?

 
Anterior Siguiente
STATUS_TPM_BADINDEX STATUS_TPM_AUDITFAILURE

STATUS_TPM_BAD_PARAMETER

Qué significa STATUS_TPM_BAD_PARAMETER

STATUS_TPM_BAD_PARAMETER es un rechazo general de parámetros del command contract. El ordinal puede ser válido y el mensaje llegar correctamente, pero uno o más values/relationships no son aceptables.

Como es amplio, conviene buscar si el TPM/stack ofrece un status más específico antes o después. Cambiar parámetros al azar puede producir una operación distinta y peligrosa.

Qué comprobar

  • Command ordinal y cada field según la especificación aplicable.
  • Ranges, enums, flags y relationships entre fields.
  • Serialización/endianess y estructura version.
  • Capture el command input antes de reconstruirlo.

Referencias técnicas


¿Buscas un código diferente? Buscar otro código de estado o error.

Exit mobile version