Do you have any question about this error?
Message type: E = Error
Message class: DB6PM - DB2 UDB for UNIX, Windows: Performance Monitoring
Message number: 749
Message text: DBCFG - SOFTMAX: value &1 not permitted or larger LOGPRIMARY * 100
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.
DB6PM749
- DBCFG - SOFTMAX: value &1 not permitted or larger LOGPRIMARY * 100 ?The SAP error message *DB6PM749 DBCFG - SOFTMAX: value &1 not permitted or larger LOGPRIMARY 100* typically relates to the configuration of the database, specifically concerning the settings for the transaction log space in a DB2 database environment. This error indicates that the value set for the
SOFTMAX
parameter exceeds the permissible limit, which is defined as `LOGPRIMARY 100`.Cause:
SOFTMAX Parameter: The
SOFTMAX
parameter in DB2 defines the maximum amount of log space that can be allocated for a database. The error occurs when the value assigned toSOFTMAX
is either:
- Greater than
LOGPRIMARY * 100
, or- An invalid value that does not meet the database's configuration requirements.
LOGPRIMARY Parameter: The
LOGPRIMARY
parameter specifies the number of primary log files allocated for the database. TheSOFTMAX
value is expected to be within a certain range based on this parameter.Solution:
To resolve this error, you need to adjust the
SOFTMAX
value to ensure it is within the allowed limits. Here are the steps to do this:
Check Current Settings:
- Use the DB2 command line or a database management tool to check the current values of
LOGPRIMARY
andSOFTMAX
.db2 get db cfg for <database_name>
Calculate the Maximum Allowed SOFTMAX:
- Calculate the maximum allowed value for
SOFTMAX
using the formula:Maximum SOFTMAX = LOGPRIMARY * 100
Update SOFTMAX:
- If the current
SOFTMAX
value exceeds the calculated maximum, you need to update it to a permissible value. You can do this using the following command:db2 update db cfg for <database_name> using SOFTMAX <new_value>
- Ensure that
<new_value>
is less than or equal toLOGPRIMARY * 100
.Restart the Database (if necessary):
- In some cases, you may need to restart the database for the changes to take effect.
Related Information:
By following these steps, you should be able to resolve the error and ensure that your database configuration is within the required parameters.
Get instant SAP help. Start your 7-day free trial now.
DB6PM748
DBCFG - MINCOMMIT: 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...
DB6PM747
DBCFG - LOGSECOND: 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...
DB6PM750
DBCFG - LOGRETAIN: value &1 not allowed
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DB6PM751
DBCFG - USEREXIT: only "YES" or "NO" are allowed
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.