Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: SOI - Safe Online Import/Upgrade Messages
Message number: 599
Message text: Table &1: Table change other than row/column store is not supported
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.
SOI599
- Table &1: Table change other than row/column store is not supported ?The SAP error message SOI599 indicates that there is an issue with the way a table is being modified in the context of SAP HANA. Specifically, it suggests that a change is being attempted on a table that is not supported because it is not a simple row or column store operation. This error typically arises when there are attempts to change the storage type of a table or when trying to perform operations that are not compatible with the current table structure.
Cause:
- Storage Type Change: The error often occurs when there is an attempt to change a table from row store to column store or vice versa, which is not allowed directly.
- Unsupported Operations: Certain operations on tables that are not compatible with the current storage type or structure can trigger this error.
- Database Constraints: The table may have constraints or dependencies that prevent the change from being executed.
Solution:
- Check Table Definition: Review the table definition and ensure that the operations you are trying to perform are valid for the current storage type.
- Use Appropriate SQL Commands: If you need to change the storage type, you may need to create a new table with the desired storage type and migrate the data from the old table to the new one.
- Data Migration: If changing the storage type is necessary, consider the following steps:
- Create a new table with the desired storage type.
- Use
INSERT INTO new_table SELECT * FROM old_table
to migrate the data.- Drop the old table if it is no longer needed.
- Consult Documentation: Refer to the SAP HANA documentation for specific guidelines on table storage types and supported operations.
- Check for Dependencies: Ensure that there are no dependencies or constraints that would prevent the operation from being executed.
Related Information:
By following these steps, you should be able to resolve the SOI599 error and successfully manage your SAP HANA tables.
Get instant SAP help. Sign up for our Free Essentials Plan.
SOI598
Rename table &1 to &2 is not supported
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SOI597
Error retrieving db type of index (normal or fulltext)
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SOI600
============================= Classify ==================================
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SOI601
Designtime classification for release & already done. Delete values first
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.