¿Qué significa el código NTSTATUS 0xC000A145 (STATUS_RUNLEVEL_SWITCH_AGENT_TIMEOUT)?

 
Anterior Siguiente
STATUS_RUNLEVEL_SWITCH_TIMEOUT STATUS_RUNLEVEL_SWITCH_IN_PROGRESS

STATUS_RUNLEVEL_SWITCH_AGENT_TIMEOUT

Qué significa STATUS_RUNLEVEL_SWITCH_AGENT_TIMEOUT

A diferencia del timeout global, este status apunta al participant/agent encargado de reconocer o avanzar una fase. No prueba que un servicio Windows común esté colgado; el contexto debe identificar el agente real.

Registre el último request recibido y la comunicación con el coordinador. Si el agente está vivo pero bloqueado en IPC o dependencia, reiniciar componentes no relacionados no solucionará el problema.

Qué comprobar

  • Identifique el agente y la fase que debía reconocer.
  • Revise thread/task responsable de responder.
  • Compruebe IPC y dependencia esperada por ese agente.
  • Diagnostique el primer acknowledgement ausente antes de repetir el switch.

Referencias técnicas


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