Error
Error Code:
151
SAP S/4HANA Error 151: Transaction Rollback Row Store Full
Description
Error 151 indicates that an SAP S/4HANA transaction failed and was rolled back because the HANA row store memory became full. This typically occurs when a transaction attempts to allocate more memory than is available or configured for the row store, preventing its successful completion.
Error Message
ERR_TX_ROLLBACK_ROW_STORE_FULL
Known Causes
3 known causesExcessive Transaction Memory Usage
A single transaction attempts to process an unusually large amount of data or complex operations, exceeding the available row store memory.
Inadequate Memory Allocation
The SAP HANA database's row store memory parameters are configured too low to accommodate typical or peak operational demands.
High Concurrent Workload
Many concurrent transactions are running simultaneously, collectively consuming the row store memory and leading to contention.
Solutions
Coming SoonGeneral Troubleshooting Tips
- Check the error message carefully for specific details
- Review recent changes that might have caused the error
- Search for the exact error code in the official documentation
- Check log files for additional context
- Try restarting the application or service