cancel
Showing results for 
Search instead for 
Did you mean: 

Errors in calculation views after upgrading to SAP HANA SP05

Former Member
0 Kudos

HI,

We have upgraded to patch level SP05, as we moved to this we are facing issues in data preview of calculation views . Views are getting validated & activated but i am not able to view the data . Its showing error.....

First Error:-

cannot iterate over result set rows: SAP DBTech JDBC: [2048]: column store error: search table error:  [2615] Error executing physical plan: exception 2615:

OlapEngine/Parallel/BwPopAggregateParallel.cpp:584

executor: a plan operation received an invalid argument; $function$=executePopEx; $message$=executor: a plan operation received an invalid argument;BwPopAggregateParallel pop1(addGroupByReturn('MANDT', False, indColumn=0, hashColumn=1),addGroupByReturn('ABC', False, indColumn=0, hashColumn=0),addGroupByReturn('DEF', False, indColumn=0, hashColumn=2))(2615)

,in executor::Executor in cube: _SYS_BIC:pkg123/AN_45_5/olap

I had checked the under beneath analytic view it is getting activated & also showing me result but as i use this view in another calculation view it is dumping this above errors.

Second error:

Apart from this if i try to union two views in my calculation views & if they have some calculated measure in union its showing me datatype error ..

Note :The calculated measure ABC is of decimal type 13,2.

Error coming:-

Cannot iterate over result set rows: SAP DBTech JDBC: [2048]: column store error: search table error:  [2620] executor: plan operation failed;ceUnionPop (Union_3): Failed to append column ABC; current column type = ParallelHashMapKefigureColumn<decfloat> other column type =NullColumn<fixed8(11, 2)>

Please let us know whether we are missing some patch or its any development issue....All above views were performing absolutely well in SP04 pack.

Need your help guys.....!!!!

Thnkss

Kulwinder

Accepted Solutions (1)

Accepted Solutions (1)

lbreddemann
Active Contributor
0 Kudos

Hi Kulwinder,

this sound like a case for support.

Please do open a support message on component BC-DB-HDB to have this checked,

cheers, Lars

Former Member
0 Kudos

Hi Lars,

Thanksss for inputs. i got reply from support message:

Both two errors are bugs in present 45 revision. This will be solved in next revision of SAP HANA Database. As of now we got one workaround for error

First Error:-

cannot iterate over result set rows: SAP DBTech JDBC: [2048]: column store error: search table error:  [2615] Error executing physical plan: exception 2615:

OlapEngine/Parallel/BwPopAggregateParallel.cpp:584

executor: a plan operation received an invalid argument; $function$=executePopEx; $message$=executor: a plan operation received an invalid argument;BwPopAggregateParallel pop1(addGroupByReturn('MANDT', False, indColumn=0, hashColumn=1),addGroupByReturn('ABC', False, indColumn=0, hashColumn=0),addGroupByReturn('DEF', False, indColumn=0, hashColumn=2))(2615)

,in executor::Executor in cube: _SYS_BIC:pkg123/AN_45_5/olap

Solution :-

Change the cardinality of join in the analytivc view to n:n. It works. But this is not permanent solution.

the bug will be removed in next version.:)

Thanksss

Kulwinder

Answers (0)