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

Runtime Error - DBIF_RSQL_INVALID_CURSOR

Former Member
0 Likes
569

Hi,

I am trying to load the data in DSO using Function Module based DataSrc. It is working fine in Dev system but it is giving error in Qas system, I am getting a short dump while running an extractor for BW.

Here is the error:

Runtime Errors         DBIF_RSQL_INVALID_CURSOR

Exception              CX_SY_OPEN_SQL_DB

Please find attached the screen-shot of ST22 dump. I tried researching in SCN, but was not able to find much on this. Please advise.

Regards,

Harpreet

1 REPLY 1
Read only

Former Member
0 Likes
455

Hello Harpreet,

Many times we get this error due to a program error or a bug. OR

Your cursor can be invalidated by statements like commit work, call transaction,rollback work and submit etc. Please check for it.

For details refer notes: 1600050,858231,1124093,1776102,1363853,1285640.

Regards,

Sudhir Kothavale.