Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DUMP ANALYSIS- DBIF_RSQL_INTERNAL_ERROR

Former Member
0 Likes
463

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.

KIndly suggest if can be a ORACLE Database issue.

Regards,

Sharad

Edited by: sharad narayan on Sep 8, 2010 5:09 PM

1 REPLY 1
Read only

Ralf
Active Participant
0 Likes
338

Hi Sharad,

RSMDATASTATE manages the delta status for Infoproviders.

The content of this table can influence what users see or not see in reports. Also it has an impact during cube compression and other activities.

You getting this shortdump could hint to an inconsistency in this table or indeed just a problem with the DB.

That's all I can provide with this level of detail.

Best,

Ralf