cancel
Showing results for 
Search instead for 
Did you mean: 

OLAP :merging multi value dicts is not implemented

Former Member
0 Kudos

Dear Experts,

    we use the select sql statement based on the Analytic View, sometime the data will missing. The same select sql statement return 0 records, most of the time, the same select sql statement will return correct records.

   And sometimes will give me the below error: Error executing physical plan : olap: merging multi value dicts is not implemented;BwPopJoin1Inwards pop26.....(please check the attached file).

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member93896
Active Contributor
0 Kudos

Hello Martin,

this can happen if the involved tables and query lead to very big results (or intermediate results). Please try to partition the biggest table in your analytic view as per SQL Reference page 70.

http://help.sap.com/hana_appliance

Regards,
Marc
SAP Customer Solution Adoption (CSA)

Former Member
0 Kudos

Hey Martin, I got the same error (merging multi value dicts is not implemented;BwPopJoin1Inwards) and was resolved by running the merge dlta index command.

UPDATE <TABLENAME > MERGE DELTA INDEX

-Thanks,

Vinod Nair.