Do you have any question about this error?
Message type: E = Error
Message class: RS_DB_DB6 - DB6-Specific Messages in SAP BW
Message number: 035
Message text: DB2/LUW: MDC memory consumption (estimated)
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
RS_DB_DB6035
- DB2/LUW: MDC memory consumption (estimated) ?The SAP error message RS_DB_DB6035 related to DB2/LUW (Linux, Unix, Windows) indicates an issue with memory consumption in a Multi-Dimensional Clustering (MDC) environment. This error typically arises when the database is consuming more memory than expected, which can lead to performance issues or even system instability.
Cause:
High Memory Usage: The error suggests that the memory consumption of the MDC is estimated to be high, which could be due to various factors such as:
- Large datasets being processed.
- Inefficient queries or lack of proper indexing.
- Insufficient memory allocation for the database.
- High concurrency or workload on the database.
Configuration Issues: The database configuration settings may not be optimized for the workload, leading to excessive memory usage.
Database Maintenance: Lack of regular maintenance tasks such as reorganization of tables or statistics updates can lead to inefficient memory usage.
Solution:
Monitor Memory Usage: Use DB2 monitoring tools to analyze memory consumption and identify the queries or processes that are consuming excessive memory.
Optimize Queries: Review and optimize SQL queries to ensure they are efficient. This may involve:
- Adding or modifying indexes.
- Avoiding Cartesian joins.
- Reducing the size of result sets.
Adjust Configuration Settings: Review and adjust DB2 configuration parameters related to memory allocation. Key parameters to consider include:
DBHEAP
: The maximum heap size for the database.SORTHEAP
: The maximum heap size for sorting operations.DSSIZE
: The size of the database shared memory.Database Maintenance: Perform regular maintenance tasks such as:
- Running the
RUNSTATS
command to update statistics.- Reorganizing tables to improve performance.
- Cleaning up old or unnecessary data.
Increase System Resources: If the workload has increased, consider increasing the physical memory available to the database server.
Consult Documentation: Refer to the official IBM DB2 documentation for specific guidelines on memory management and optimization.
Related Information:
If the issue persists after trying the above solutions, it may be beneficial to engage with SAP support or a database administrator with expertise in DB2 to further diagnose and resolve the issue.
Get instant SAP help. Start your 7-day free trial now.
RS_DB_DB6034
&1 % of the memory reserved for table &2 is free
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
RS_DB_DB6033
DB2/LUW: &1 % of the memory reserved for InfoProvider &2 is free
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
RS_DB_DB6036
Number of records: &1
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
RS_DB_DB6037
Number of MDC cells: &1
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.