Site icon EfmSoft

¿Qué significa el código NTSTATUS 0xC000050B (STATUS_REPARSE_POINT_ENCOUNTERED)?

 
Anterior Siguiente
STATUS_DEVICE_UNRESPONSIVE STATUS_ATTRIBUTE_NOT_PRESENT

STATUS_REPARSE_POINT_ENCOUNTERED

Qué significa STATUS_REPARSE_POINT_ENCOUNTERED

STATUS_REPARSE_POINT_ENCOUNTERED registra que el lookup llegó a un reparse point. No dice que el reparse data sea inválido ni que el target no exista. Para software que valida topology o evita redirects puede ser un resultado deliberadamente útil.

Si el caller quería traversal normal, debe comprobar qué handler/tag corresponde al reparse point y si las open options permiten continuar.

Qué comprobar

  • Registre path component, reparse tag y open options.
  • Diferencie inspección deliberada del reparse de traversal ordinario.
  • Compruebe el handler/provider responsable del tag.
  • No trate ENCOUNTERED como NOT_RESOLVED: son etapas distintas.

Referencias técnicas


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

Exit mobile version