Do you have any question about this error?
Message type: E = Error
Message class: DB6PM - DB2 UDB for UNIX, Windows: Performance Monitoring
Message number: 739
Message text: Increasing SORTHEAP may affect SHEAPTHRES (DBMCFG)
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.
DB6PM739
- Increasing SORTHEAP may affect SHEAPTHRES (DBMCFG) ?The SAP error message DB6PM739 indicates that the SORTHEAP parameter is being increased, which may have implications for the SHEAPTHRES parameter in the database configuration. This message typically arises in the context of IBM Db2 databases used with SAP systems.
Cause:
The error occurs when the SORTHEAP memory allocation is increased beyond a certain threshold, which can lead to potential issues with the SHEAPTHRES setting. SHEAPTHRES is a configuration parameter that defines the maximum amount of memory that can be allocated for the database's shared memory heap. If SORTHEAP is increased significantly, it may exceed the limits set by SHEAPTHRES, leading to performance issues or memory allocation failures.
Solution:
To resolve this issue, you can take the following steps:
Review Current Settings:
- Check the current values of SORTHEAP and SHEAPTHRES in your database configuration. You can do this using the Db2 command line or through SAP transaction codes that allow you to view database parameters.
Adjust SHEAPTHRES:
- If SORTHEAP needs to be increased for performance reasons, consider increasing the SHEAPTHRES parameter accordingly. This can be done using the following command in the Db2 command line:
UPDATE DBM CFG USING SHEAPTHRES <new_value>
- Replace
<new_value>
with the appropriate value that accommodates the increased SORTHEAP.Monitor Performance:
- After making changes, monitor the database performance to ensure that the adjustments have the desired effect and do not lead to other issues.
Consult Documentation:
- Refer to the official SAP and Db2 documentation for best practices regarding memory management and configuration settings. This can provide insights into optimal values for SORTHEAP and SHEAPTHRES based on your specific workload and system architecture.
Test Changes:
- Before applying changes in a production environment, test them in a development or staging environment to assess their impact.
Related Information:
By carefully managing the SORTHEAP and SHEAPTHRES parameters, you can optimize your SAP system's performance while avoiding potential memory-related issues.
Get instant SAP help. Start your 7-day free trial now.
DB6PM738
DBCFG - SORTHEAP: value &1 not within permitted range
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DB6PM737
DBCFG - APP_CTL_HEAP_SZ: value &1 not within permitted range
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DB6PM740
DBCFG - STMTHEAP: value &1 not within permitted range
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DB6PM741
DBCFG - APPLHEAPSZ: value &1 not within permitted range
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.