Hi Guys,
After migrating SAP BW system to SAP BW on HANA (according hana cookbook steps), I want to migrate cubes to in-mem cubes (to delete dimensional tables). Trying to do this with help of report RSDRI_CONVERT_CUBE_TO_INMEMORY.
However, getting error on every cube I try to convert. By debugging I find out it check table sys.table to see if table is partitioned (column PARTITION_SPEC). Strange thinks, only 3 cubes are partitioned (actually partitioning is set only on F tables, cause there is no package comprimation so the E tables are empty and partitioning is not set).
If I try to convert one of this cube, it check both E and F tables so it finish with error. On BW side there is no DB segmentation set.
Any ideas, what I forgot to set, to check or should i make script to manually set tables partitioned.…etc
Thanks, Martin.