cancel
Showing results for 
Search instead for 
Did you mean: 

DUMP ANALYSIS- DBIF_RSQL_INTERNAL_ERROR when reading data from infocube

former_member220155
Participant
0 Kudos

HI ALL,

When i am trying to read the data from an info provider RSDRI_INFOPROV_READ.

the runtime error which is comig is DBIF_RSQL_INTERNAL_ERROR

it is throwing a dump which says An internal error in the database interface occurred during access to

the data of table "RSMDATASTATE ".

the lines at which it is dumping are

SELECT SINGLE * FROM RSMDATASTATE

INTO E_S_DATASTATE

WHERE INFOCUBE = I_INFOCUBE

I checked in the table RSMDATASTATE it is having an entry for the required infoprovider.

Please suggest me if anybody across this error in the past.

is there anything to do with cube settings rool ups and compression or something. Please suggeste me.

Thanks in advance

Best regards

SG

Accepted Solutions (1)

Accepted Solutions (1)

sven_mader2
Active Contributor
0 Kudos

Hi,

what is the detail error message? SQL error is not enought to know the problem.

this is a simple select. the the abap structure different to the database structure - check the database structure in SE11?

Sven

Answers (3)

Answers (3)

former_member220155
Participant
0 Kudos

Thanks for your reply.

Solved the issue myself.

Former Member
0 Kudos

You are trying to read all the values of table RSMDATASTATE into E_S_DATASTATE . check whether E_S_DATASTATE has all thefields as RSMDATASTATE and also in the same sequence , otherwise it will throw a dump

Former Member
0 Kudos

check this thread...

[;

--- thanks...