‎2010 Sep 08 4:08 PM
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
‎2010 Sep 14 7:09 PM
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