How To Fix DT758 - ROW store not allowed: Table & contains column(s) of type GEOM_EWKB


SAP Error Message - Details

  • Message type: E = Error

  • Message class: DT - Table activation (incl. indexes)

  • Message number: 758

  • Message text: ROW store not allowed: Table & contains column(s) of type GEOM_EWKB

  • 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 DT758 - ROW store not allowed: Table & contains column(s) of type GEOM_EWKB ?

    The SAP error message DT758 indicates that you are trying to create or modify a table that contains columns of type GEOM_EWKB (which is a geometry type used for storing spatial data) in a row store database. However, row store tables do not support this type of column.

    Cause:

    The primary cause of this error is that the database table you are trying to create or modify is defined as a row store table, but it includes one or more columns of type GEOM_EWKB. Row store tables in SAP HANA do not support spatial data types, which is why you are encountering this error.

    Solution:

    To resolve this error, you have a couple of options:

    1. Change the Table Type:

      • If you need to store spatial data, you should create the table as a column store table instead of a row store table. Column store tables in SAP HANA support spatial data types, including GEOM_EWKB.
      • You can specify the table type when creating the table using the SQL command:
        CREATE COLUMN TABLE your_table_name (
            your_column_name GEOM_EWKB,
            ...
        );
    2. Remove Spatial Columns:

      • If the spatial data is not necessary for your application, you can remove the columns of type GEOM_EWKB from the table definition. This will allow you to create or modify the table as a row store table.

    Related Information:

    • SAP HANA Documentation: Refer to the official SAP HANA documentation for more details on data types and table types. This will provide you with comprehensive information on how to work with spatial data and the differences between row store and column store tables.
    • Spatial Data Handling: If you are working with spatial data, consider using the appropriate functions and features provided by SAP HANA for handling spatial data types effectively.
    • Performance Considerations: Understand the performance implications of using row store vs. column store tables, especially when dealing with large datasets or specific types of queries.

    By following the above solutions, you should be able to resolve the DT758 error and successfully create or modify your table as needed.

    • 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
The AI Support Assistant is great. It provides comprehensive assistance even on the most difficult issues. I highly recommend this service.
Rate 1
John Jordan
SAP Consultant & Author