Do you have any question about this error?
Message type: E = Error
Message class: SDB2U - DB2/390: Messages for Function Group SDB2U
Message number: 012
Message text: DSSIZE should be 1,2,4,8,16,32,64 or 128,256(V10) or 1024(V12) GB.
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.
SDB2U012
- DSSIZE should be 1,2,4,8,16,32,64 or 128,256(V10) or 1024(V12) GB. ?The SAP error message SDB2U012 indicates that there is an issue with the configuration of the database size (DSSIZE) for your SAP HANA database. This error typically arises when the specified DSSIZE value is not one of the acceptable sizes defined by SAP.
Cause:
The DSSIZE parameter defines the maximum size of the database in gigabytes (GB) that can be allocated for the SAP HANA database. The error message specifies that the DSSIZE should be set to one of the following values:
If the DSSIZE is set to a value that is not in this list, the system will throw this error.
To resolve this error, you need to adjust the DSSIZE parameter to one of the acceptable values. Here are the steps to do this:
Access the SAP HANA Studio or HANA Cockpit:
Check Current DSSIZE Setting:
SELECT * FROM M_DATABASE;
DSSIZE
column in the output.Modify DSSIZE:
ALTER SYSTEM ALTER CONFIGURATION ('global.ini', 'SYSTEM') SET ('memory', 'DSSIZE') = '<desired_value>' WITH RECONFIGURE;
<desired_value>
with one of the acceptable sizes (e.g., 128, 256, or 1024 for V10 and later).Restart the Database:
Verify Changes:
By following these steps, you should be able to resolve the SDB2U012 error and configure the DSSIZE correctly for your SAP HANA database.
Get instant SAP help. Start your 7-day free trial now.
SDB2U010
PIECESIZE must be a power of 2 between 256 and &.
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SDB2U009
Index does not exist in the database
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SDB2U013
Table & does not exist
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SDB2U014
Index & does not exist
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.