cancel
Showing results for 
Search instead for 
Did you mean: 

Data Load error in Info cube after BW Upgrade 7.3

former_member541575
Participant
0 Kudos

Hi

Our BW system has been upgraded from BI 7.0 to BI 7.3

After Upgrade, i am facing an error during loading the data in infocube

Data package 1 / 11.11.2011 17:19:37 / Status 'Processed with Errors'

Message no. RSBK257

ABAP Dump is coming as below:

i have mentioned the symbol >>>>> where actually the Standard ABAP program stuck during loading.

please tell me how can i solve this.

Category ABAP Programming Error

Runtime Errors UNCAUGHT_EXCEPTION

Except. CX_RS_INPUT_INVALID

READ TABLE c_t_pdimid INDEX 1 INTO l_max_pdimid.

IF sy-subrc NE 0.

PDIMID = 0 may be missing in the package dimension table, but

the 0 partition always exist

l_max_pdimid-dimid = 0.

ENDIF.

IF i_pdimid > l_max_pdimid-dimid.

New DIMID/Partition

l_numcval_low = l_max_pdimid-dimid.

l_numcval_high = i_pdimid.

ELSE.

New pdimid is less than or equal to an existing pdimid: Raise Exception

l_str = i_pdimid. CONDENSE l_str.

RAISE EXCEPTION TYPE cx_rs_input_invalid

EXPORTING

method = 'RSDU_PART_SRVS:GET_PART_FFACT'

>>>>>>>>>> text = 'NEW PDIMID IS LESS THAN OR EQUAL TO AN EXISTING PDIMID' **Error occur in this point

parameter = 'I_PDIMID'

value = l_str.

ENDIF.

Regards

Atul

Edited by: AtulMohan Mishra on Nov 11, 2011 5:32 PM

Edited by: AtulMohan Mishra on Nov 11, 2011 8:03 PM

Edited by: AtulMohan Mishra on Nov 12, 2011 10:38 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello everyone.

I found this thread via Google by looking for the same error message.

Since two days we have one Infocube for which the load fails due to exactly this error.

We're on 7.3 since 2 years now and did not have this issue then.

The note mentioned above applies only to HANA, I think?

Has anyone found the root cause and the solution?

Thanks, Martin

Former Member
0 Kudos

We are copying our DB2 BW system to an Oracle database, and for one of our cubes, we are getting this error message. Also can't find an answer. No HANA for us either.

Former Member
0 Kudos

Hi Tom,

SAP was too slow working on our OSS Note... so in the meanwhile we found the reason:

Our cube's P/T/U dimensions were buffered on the database.

Those dimensions obviously must never be buffered, especially not the Packet-(P)-Dimension.

Having corrected that the error message did occur anymore.

Regards, Martin

Former Member
0 Kudos

SAP got back to me--our issue was some leftover entries in the admin table that had to be cleaned up. They did that and now the cube is loading.

Former Member
0 Kudos

Hello Tom,

Do you mean table RSDCUBE? I´m facing a similar problem after a migration to BW 7.4 on HANA

Thanks in advance

Regards

Eduardo

Former Member
0 Kudos

rsdrdreqdeltab is the table name. Even though the cube was empty, there were still rows related to it in this table. We had to clean it up and then the loads started working.

Former Member
0 Kudos


Hello,

there is no entries for the problematic cube inside this table

Thanks anyway!

0 Kudos

Hi Atul,

We are also facing the same issue. Did you get any solution?

Thanks and Regards

Hemant

Former Member
0 Kudos

Hi Hemanth,

Did you resolved it?

Please tell me the steps you followed.

Regards,

Kumar

Former Member
0 Kudos

Please check SAP Note 1639093

But this note in German langauge, So better to rise OSS for this issue to SAP

Regards,

Sushant