SAP Knowledge Base Article - Preview

2670318 - Partitioned Multistore table has restriction when any column in the table has 'LONGDATE' & 'TIMESTAMP'' as data type -- HAN-DYT

Symptom

A table, which has been used in SAP Manufacturing Execution(15.1.5),  has column with  'LONGDATE' as Data type. When customer converted the table to multistore table in Dynamic Tiering, below error was returned.

   CREATE COLUMN TABLE "AC_LO1" ( "COL1" NVARCHAR(10), "COL1" LONGDATE CURRENT_UTCTIMESTAMP NOT NULL, ... ,"COL_N" SECONDDATE ) ;
   ALTER TABLE AC_LO1 PARTITION BY RANGE (COL_N)
             (USING DEFAULT STORAGE  (PARTITION  '20180701' <= values < '20180713',  PARTITION OTHERS)) ;
   ALTER TABLE AC_LO1 ALTER PARTITIONition(COL_N) USING EXTENDED STORAGE ('20180701' <= values < '20180713');

  Error =>
     Could not execute 'ALTER TABLE AC_LO1 ALTER PARTITIONition(COL_N) USING EXTENDED STORAGE ('20180701' <= values < ...'
    ... SAP DBTech JDBC: [7]: feature not supported: cannot create multistore table with timestamp field


Read more...

Environment

SAP Dynamic Tiering 2.0

Product

SAP HANA, platform edition 2.0

Keywords

Multistore table; "feature not supported" ; partitioning ;  partition ; , KBA , HAN-DYT , SAP HANA Dynamic Tiering , How To

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.