How To Fix SDB2U012 - DSSIZE should be 1,2,4,8,16,32,64 or 128,256(V10) or 1024(V12) GB.


SAP Error Message - Details

  • 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.

  • 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 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:

    • For versions prior to V10: 1, 2, 4, 8, 16, 32, 64, 128, 256 GB
    • For version V10 and later: 1024 GB

    If the DSSIZE is set to a value that is not in this list, the system will throw this error.

    Solution:

    To resolve this error, you need to adjust the DSSIZE parameter to one of the acceptable values. Here are the steps to do this:

    1. Access the SAP HANA Studio or HANA Cockpit:

      • Log in to your SAP HANA system using the HANA Studio or HANA Cockpit.
    2. Check Current DSSIZE Setting:

      • You can check the current DSSIZE setting by executing the following SQL command:
        SELECT * FROM M_DATABASE;
      • Look for the DSSIZE column in the output.
    3. Modify DSSIZE:

      • If the DSSIZE is not set correctly, you can change it using the following SQL command:
        ALTER SYSTEM ALTER CONFIGURATION ('global.ini', 'SYSTEM') SET ('memory', 'DSSIZE') = '<desired_value>' WITH RECONFIGURE;
      • Replace <desired_value> with one of the acceptable sizes (e.g., 128, 256, or 1024 for V10 and later).
    4. Restart the Database:

      • After making changes to the configuration, you may need to restart the SAP HANA database for the changes to take effect.
    5. Verify Changes:

      • After the restart, verify that the DSSIZE has been updated correctly by running the SQL command again.

    Related Information:

    • Documentation: Refer to the official SAP HANA documentation for more details on memory management and configuration settings.
    • SAP Notes: Check for any relevant SAP Notes that may provide additional guidance or updates related to this error.
    • Version Compatibility: Ensure that you are aware of the version of SAP HANA you are using, as the acceptable DSSIZE values may vary between versions.

    By following these steps, you should be able to resolve the SDB2U012 error and configure the DSSIZE correctly for your SAP HANA database.

    • 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
ERPlingo simplifies finding the accurate answers to SAP message errors. I now use every week. A must have tool for anyone working with SAP! Highly recommended!
Rate 1
Kent Bettisworth
Executive SAP Consultant