cancel
Showing results for 
Search instead for 
Did you mean: 

Planning Function throws error with PAK activated

Former Member
0 Kudos
1,067

Hello,

we have an ABAP planning function that works just fine. If we enable PAK on the system we get the following error message in tcode RSPLAN (executing planning sequence):

Condition 'aMainIndexInfo.getAttrAndKfNames().size() == itsItab->getNumColumns()' failed.#table provided in set values differs from session structure

In SM21 I get the following:

Database error 2048 at EXE

> column store error: alterPlanningSession error: [38001]
> ;Session '20170713102717_4038090' not valid. Last error:
> Condition 'aMainIndexInfo.getAttrAndKfNames().size() ==
> itsItab->getNumColumns()' failed. table provided in set
> values differs from session structure

X MESSAGE BRAIN 299: CL_RSPLS_SESSION_STORE_MANAGER WRITE_VIEW-04-

indexserver*.trc on the hana side states the same issue as well as the indexserver_alert file.

There is no dump written in ST22.

I did not find any note about this problem, only a lot of other notes regarding PAK problems. Someone has an idea where I can get additional informations about the error or someone got a good note on this?

function module TREX_EXT_PE_GET_CURRENT_VIEW yields the same result for the session identified in the error message.

E_RETURN_CODE 38.001
E_RETURN_TEXT Condition 'aMainIndexInfo.getAttrAndKfNames().size() == itsItab->getNumColumns()' failed.#table provided in set values differs from session structure

HANA Version: 1.00.122.05.1481577062

BW Version: 7.5 SP3

If not we need to create a ticket. Thank you in advance.

View Entire Topic
yurmu
Newcomer
0 Kudos

Error comes by direct planning on ADSO, use Composite Provider over ADSO with all characteristics as key. Than it should work.

Greetings

CubeServ AG