on 11-11-2011 3:58 PM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
Hi Atul,
We are also facing the same issue. Did you get any solution?
Thanks and Regards
Hemant
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please check SAP Note 1639093
But this note in German langauge, So better to rise OSS for this issue to SAP
Regards,
Sushant
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.