| Anterior | Siguiente |
| STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS | STATUS_LOG_EPHEMERAL |
STATUS_LOG_ARCHIVE_IN_PROGRESS
Qué significa STATUS_LOG_ARCHIVE_IN_PROGRESS
STATUS_LOG_ARCHIVE_IN_PROGRESS indica exclusividad del archive context. CLFS coordina extents y archive tail; iniciar otro archive o mover el tail por separado puede romper la relación entre datos copiados y history aún retenida.
La respuesta correcta es localizar el owner/context existente y esperar su completion o recovery.
Qué comprobar
- Identifique el archive context activo.
- Registre archive tail y extents ya procesados.
- No inicie un segundo archive sobre el mismo log.
- No avance tail fuera del workflow que posee la operación.
Referencias técnicas
- Microsoft Open Specifications: NTSTATUS values
- Microsoft: Introduction to the Common Log File System
- Microsoft: CLFS archive, archive tail, and ephemeral logs
- Microsoft: PrepareLogArchive, GetNextLogArchiveExtent, SetLogArchiveTail, and TerminateLogArchive
- Wine: independent NTSTATUS constant definitions
¿Buscas un código diferente? Buscar otro código de estado o error.