cancel
Showing results for 
Search instead for 
Did you mean: 

DBIF_RSQL_SQL_ERROR

Former Member
0 Kudos

Hi

In my one of process chain failed due to short dump at DTP Level.

it Showing Runtime error : DBIF_RSQL_SQL_ERROR

Can any body help me what is root Cause for this.

Thanks,

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi....

What is the whole error message ? is it "DBIF_RSQL_SQL_ERROR

CX_SY_OPEN_SQL_DB"

If yes....then it is a deadlock issue.......index problem......

Are you loading a cube ? If yes........then check whether Drop Index and create index steps are included in the Process Chain or not.......

the flow should be :

Start process

/

Drop Index

/

DTP

/

Create Index

If it is a DSO...then ask the Basis Team to check the Bitmap Index....and recreate it....

Check the SAP note : 631668 for details..

Regards,

Debjani..

Former Member
0 Kudos

Hi

we are loading the data DSO.

In our process chains we dont have Indexes.

Please let me know.

Thanks

sven_mader2
Active Contributor
0 Kudos

Hi,

read the short dump in all. not only the first line. There you see a detail message.

Or see in transaction SM21. There is sometimes more information.

Sven

srikanthbwbw
Active Participant
0 Kudos

Hi

You get this error due to various reasons. Mostly if there are any deadlocks or table space issues or lack of memory to process. Please go thru the short dump properly and paste the error message to help you furthur.

Thanks

Srikanth

Former Member
0 Kudos

Hi,

This dump is due to table space. Ask your basis consultant to increase table space. There are lot of discussions on this in this forum.

Thanks,

V.Senthil