Do you have any question about this error?
Message type: E = Error
Message class: DB6PM - DB2 UDB for UNIX, Windows: Performance Monitoring
Message number: 800
Message text: DBCFG - NUMLOGSPAN: value &1 not within permitted range
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.
DB6PM800
- DBCFG - NUMLOGSPAN: value &1 not within permitted range ?The SAP error message DB6PM800 DBCFG - NUMLOGSPAN: value &1 not within permitted range typically relates to a configuration issue in the database settings, specifically concerning the logging span configuration for the database.
Cause:
The error indicates that the value set for the parameter
NUMLOGSPAN
is outside the acceptable range defined by the database system. This parameter controls the number of log segments that can be used for logging transactions. If the value is too low or too high, it can lead to this error.Solution:
To resolve this error, you need to adjust the
NUMLOGSPAN
parameter to a value that is within the permitted range. Here are the steps to do this:
Check Current Value: First, check the current value of the
NUMLOGSPAN
parameter. You can do this by accessing the database configuration settings.Determine Permitted Range: Refer to the database documentation or configuration guidelines to find the valid range for the
NUMLOGSPAN
parameter.Modify the Parameter:
- If you have access to the database configuration tools or SQL command line, you can update the parameter directly.
- For example, if you are using a SQL command, it might look something like this:
SET PARAMETER NUMLOGSPAN = <new_value>;
- Replace
<new_value>
with a value that is within the permitted range.Restart Database: After making changes to the configuration, you may need to restart the database for the changes to take effect.
Test the Configuration: After the database has restarted, test the configuration to ensure that the error no longer occurs.
Related Information:
By following these steps, you should be able to resolve the DB6PM800 error and ensure that your database configuration is correct.
Get instant SAP help. Start your 7-day free trial now.
DB6PM799
DBCFG - DATABASE_MEMORY: invalid input format of value &1
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DB6PM798
DBCFG - DATABASE_MEMORY: 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...
DB6PM801
DBCFG - OVERFLOWLOGPATH: Directory &1 not found
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DB6PM802
DBCFG - MIRRORLOGPATH: Directory &1 not found
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.