Do you have any question about this error?
Message type: E = Error
Message class: DB6PM - DB2 UDB for UNIX, Windows: Performance Monitoring
Message number: 760
Message text: DBCFG - DFT_SQLMATHWARN: only "YES" or "NO" are allowed
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.
DB6PM760
- DBCFG - DFT_SQLMATHWARN: only "YES" or "NO" are allowed ?The SAP error message DB6PM760 DBCFG - DFT_SQLMATHWARN: only "YES" or "NO" are allowed typically indicates that there is an issue with a configuration parameter related to SQL math warnings in the database settings. This error arises when a configuration value is set to something other than the expected "YES" or "NO".
Cause:
The error is caused by an invalid value being assigned to the
DFT_SQLMATHWARN
parameter in the database configuration. This parameter is expected to accept only two values:
If the value is set to anything else (e.g., "TRUE", "FALSE", or any other string), the system will throw this error.
To resolve this error, you need to check and correct the configuration of the DFT_SQLMATHWARN
parameter. Here are the steps to do that:
Access Database Configuration:
Check Current Value:
DFT_SQLMATHWARN
parameter. You can usually do this by running a query or checking the configuration settings in the database management interface.Update the Parameter:
SET DFT_SQLMATHWARN = 'YES'; -- or 'NO'
Save Changes:
Test the Configuration:
By following these steps, you should be able to resolve the DB6PM760 error and ensure that your database configuration is set correctly.
Get instant SAP help. Start your 7-day free trial now.
DB6PM759
DBCFG - MAXFILOP: 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...
DB6PM758
DBCFG - AVG_APLS: value &1 lower 1 or larger MAXAPPLS
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DB6PM761
DBCFG - APPGROUP_MEM_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...
DB6PM762
DBCFG: INDEXSORT = NO can have negative impact on the performance of
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.