Do you have any question about this error?
Message type: E = Error
Message class: DB6PM - DB2 UDB for UNIX, Windows: Performance Monitoring
Message number: 746
Message text: DBCFG: the sum of LOGPRIMARY and LOGSECOND must not be larger than &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.
DB6PM746
- DBCFG: the sum of LOGPRIMARY and LOGSECOND must not be larger than &1 ?The SAP error message DB6PM746 DBCFG: the sum of LOGPRIMARY and LOGSECOND must not be larger than &1 typically occurs in the context of database configuration, particularly when setting up or modifying the database parameters for a SAP system. This error is related to the configuration of the database's log files.
Cause:
The error indicates that the combined size of the primary log files (
LOGPRIMARY
) and secondary log files (LOGSECOND
) exceeds the maximum limit set by the database configuration. Each database has a maximum limit for the total number of log files that can be allocated, and if the sum of the primary and secondary log files exceeds this limit, the error is triggered.Solution:
To resolve this error, you need to adjust the values of
LOGPRIMARY
andLOGSECOND
so that their sum does not exceed the specified limit (&1
). Here are the steps to do this:
Check Current Configuration:
- Use the database management tools or SQL commands to check the current values of
LOGPRIMARY
andLOGSECOND
.- Determine the maximum allowed value for the sum of these parameters, which is indicated by
&1
in the error message.Adjust Parameters:
- Reduce the values of
LOGPRIMARY
and/orLOGSECOND
so that their sum is less than or equal to the maximum limit.- For example, if
LOGPRIMARY
is set to 10 andLOGSECOND
is set to 5, their sum is 15. If the maximum allowed is 12, you could changeLOGPRIMARY
to 8 andLOGSECOND
to 4.Apply Changes:
- After making the necessary adjustments, apply the changes. This may involve restarting the database or the SAP system, depending on the database and the changes made.
Verify:
- After applying the changes, verify that the error no longer occurs and that the database is functioning correctly.
Related Information:
If you continue to experience issues after making these adjustments, consider consulting with your database administrator or SAP support for further assistance.
Get instant SAP help. Start your 7-day free trial now.
DB6PM745
DBCFG - LOGPRIMARY: 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...
DB6PM744
DBCFG - LOGFILSIZ: 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...
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...
Click on this link to search all SAP messages.