Do you have any question about this error?
Message type: E = Error
Message class: DB6PM - DB2 UDB for UNIX, Windows: Performance Monitoring
Message number: 734
Message text: DBCFG - LOCKLIST: value is lower than the recommended lower limit &1
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.
DB6PM734
- DBCFG - LOCKLIST: value is lower than the recommended lower limit &1 ?The SAP error message DB6PM734 indicates that the lock list configuration for your database is set to a value that is lower than the recommended minimum limit. This can lead to performance issues, as the database may not be able to handle the required number of concurrent locks, which can result in deadlocks or other locking issues.
Cause:
The error is typically caused by the following:
To resolve this issue, you need to increase the lock list size in your database configuration. Here are the general steps to do this:
Identify the Database: Determine which database you are using (e.g., DB2, Oracle, etc.) as the steps may vary slightly depending on the database system.
Check Current Configuration: Use the appropriate database command or tool to check the current lock list size. For example, in DB2, you can use:
GET DATABASE CONFIGURATION
Increase Lock List Size:
UPDATE DATABASE CONFIGURATION USING LOCKLIST <new_value>
Replace <new_value>
with a value that meets or exceeds the recommended lower limit indicated in the error message.
Restart the Database: After making changes to the configuration, you may need to restart the database for the changes to take effect.
Monitor Performance: After increasing the lock list size, monitor the database performance to ensure that the issue is resolved and that there are no further locking issues.
If the problem persists after making these changes, you may need to analyze the application workload or consult with a database administrator for further investigation.
Get instant SAP help. Start your 7-day free trial now.
DB6PM733
DBCFG - NUM_ESTORE_SEGS: 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...
DB6PM732
DBCFG - ESTORE_SEG_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...
DB6PM735
DBCFG - LOCKLIST: value is higher than recommended upper limit &1
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DB6PM736
DBCFG - LOCKLIST: 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.