| Previous | Next |
| STATUS_FLOATED_SECTION | STATUS_CANNOT_ABORT_TRANSACTIONS |
STATUS_CANNOT_ACCEPT_TRANSACTED_WORK
The transactional resource manager is temporarily not accepting work
STATUS_CANNOT_ACCEPT_TRANSACTED_WORK indicates a transient resource-manager condition. The TxF resource manager is online enough to report the state, but it is not currently able to accept the requested transacted operation.
Possible surrounding causes include low resources, recovery activity, shutdown, or internal throttling. The best diagnostic signal is the resource manager and volume state at the time of the request.
What to check
- Volume and TxF resource-manager events around recovery, low resources, or shutdown.
- Whether the failure is transient and clears after pending transactions complete.
- Handle leaks or long-running transactions that keep the resource manager under pressure.
- Whether retry logic respects transaction state instead of blindly replaying stale handles.
Useful distinction
This status is less final than metadata corruption or resource-manager shutdown. It says the resource manager cannot accept work right now, so immediate context matters.
References
Looking for a different code? Search another status or error code.