Application Development 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: 

Runtime Errors DBIF_RSQL_SQL_ERROR & Exception CX_SY_OPEN_SQL_DB

Former Member
0 Kudos

hi guys

we are using a custom program to run read and display some changed documents from CDHDR and CDPOS table. The program is working fine in development box but it is throwing a dump in the quality box and it gives the <b>Runtime Errors DBIF_RSQL_SQL_ERROR & Exception CX_SY_OPEN_SQL_DB</b>. Any idea what is the problem and what needs to be done?

Suresh

2 REPLIES 2

Former Member
0 Kudos

Can't really tell without looking at the code. Would you post it please?

Also the Oracle (or whatever database) error number.

Rob

Message was edited by:

Rob Burbank

Former Member
0 Kudos

This error is possible if the tables are too big. You can avoid this by using PACKAGE SIZE addition to your select query.

Sri