2013 Feb 27 11:16 AM
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
2013 Feb 27 6:43 PM
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.