Site icon EfmSoft

¿Qué significa el código NTSTATUS 0xC022001B (STATUS_FWP_INCOMPATIBLE_SA_STATE)?

 
Anterior Siguiente
STATUS_FWP_TRAFFIC_MISMATCH STATUS_FWP_NULL_POINTER

STATUS_FWP_INCOMPATIBLE_SA_STATE

Qué significa STATUS_FWP_INCOMPATIBLE_SA_STATE

STATUS_FWP_INCOMPATIBLE_SA_STATE es un error de state machine del contexto SA. Las funciones de Security Association deben ejecutarse en un orden coherente: crear contexto, obtener SPI y añadir información inbound/outbound según el flujo documentado.

El status no demuestra que toda la negociación IKE haya fallado. Registre el SA context ID y cada API que se ejecutó sobre él; un paso previo pudo fallar o haberse aplicado accidentalmente a otro contexto.

Qué comprobar

  • Context ID exacto.
  • Secuencia de llamadas SA completadas con éxito.
  • Races entre threads que avanzan el mismo contexto.
  • No cree un contexto nuevo sólo para ocultar un state mismatch sin limpiar el anterior.

Referencias técnicas


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

Exit mobile version