| Anterior | Siguiente |
| STATUS_TRANSACTION_RESPONSE_NOT_ENLISTED | STATUS_NO_LINK_TRACKING_IN_TRANSACTION |
STATUS_TRANSACTION_RECORD_TOO_LONG
Qué significa STATUS_TRANSACTION_RECORD_TOO_LONG
STATUS_TRANSACTION_RECORD_TOO_LONG suele indicar demasiados enlistments o recovery information acumulada en una sola transaction. Es un límite del registro individual que KTM necesita persistir, no simplemente “el archivo CLFS está lleno”.
Aumentar capacidad del log no corrige necesariamente una transaction record que excede su formato/límite. Hay que reducir participants o datos de recovery por transaction.
Qué comprobar
- Cuente enlistments y tamaño de recovery information.
- Identifique qué RM aporta blobs grandes.
- No confunda record size con log free space.
- Divida la unidad de trabajo si la topología transaccional es excesiva.
Referencias técnicas
¿Buscas un código diferente? Buscar otro código de estado o error.