How To Fix DB6PM749 - DBCFG - SOFTMAX: value &1 not permitted or larger LOGPRIMARY * 100


SAP Error Message - Details

  • 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

  • Show details Hide details


  • Self-Explanatory Message

    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.



    What else can you do?

    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.


Smart SAP Assistant

  • What is the cause and solution for SAP error message 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:

    1. 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 to SOFTMAX is either:

      • Greater than LOGPRIMARY * 100, or
      • An invalid value that does not meet the database's configuration requirements.
    2. LOGPRIMARY Parameter: The LOGPRIMARY parameter specifies the number of primary log files allocated for the database. The SOFTMAX 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:

    1. Check Current Settings:

      • Use the DB2 command line or a database management tool to check the current values of LOGPRIMARY and SOFTMAX.
        db2 get db cfg for <database_name>
    2. Calculate the Maximum Allowed SOFTMAX:

      • Calculate the maximum allowed value for SOFTMAX using the formula:
        Maximum SOFTMAX = LOGPRIMARY * 100
    3. 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 to LOGPRIMARY * 100.
    4. Restart the Database (if necessary):

      • In some cases, you may need to restart the database for the changes to take effect.

    Related Information:

    • DB2 Documentation: Refer to the official IBM DB2 documentation for detailed information on database configuration parameters.
    • SAP Notes: Check SAP Notes for any specific recommendations or patches related to this error message.
    • Database Monitoring: Regularly monitor your database configuration and log space usage to prevent similar issues in the future.

    By following these steps, you should be able to resolve the error and ensure that your database configuration is within the required parameters.

    • Do you have any question about this error?


      Upgrade now to chat with this error.


Instant HelpGet instant SAP help. Start your 7-day free trial now.


Related SAP Error Messages

Click the links below to see the following related messages:

Click on this link to search all SAP messages.


Rating
The AI Support Assistant is great. It provides comprehensive assistance even on the most difficult issues. I highly recommend this service.
Rate 1
John Jordan
SAP Consultant & Author