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

Error DBIF_RSQL_INVALID_RSQL system copy

Former Member
0 Likes
821

During a system copy we have encountered an error :


An error occurred while processing option SAP NetWeaver 7.4 Support Release 1 > SAP HANA Database > System Copy > Target System > Standard System > Based on AS ABAP > Standard System( Last error reported by the step: Unable to call function. Error message: Error DBIF_RSQL_INVALID_RSQL occured. P1=ABAP-gene .). You can now:

Choose Retry to repeat the current step.

Choose Log Files to get more information about the error.

Stop the option and continue with it later.

Log files are written to /tmp/sapinst_instdir/NW740SR1/HDB/COPY/SYSTEM/STD/AS-ABAP/.

please help me~

During a system copy we have encountered an error :


An error occurred while processing option SAP NetWeaver 7.4 Support Release 1 > SAP HANA Database > System Copy > Target System > Standard System > Based on AS ABAP > Standard System( Last error reported by the step: Unable to call function. Error message: Error DBIF_RSQL_INVALID_RSQL occured. P1=ABAP-gene .). You can now:

Choose Retry to repeat the current step.

Choose Log Files to get more information about the error.

Stop the option and continue with it later.

Log files are written to /tmp/sapinst_instdir/NW740SR1/HDB/COPY/SYSTEM/STD/AS-ABAP/.

please help me~

3 REPLIES 3
Read only

Former Member
0 Likes
714

Have you looked at the log files?

This is a DB problem, not ABAP.

Rob

Read only

0 Likes
714

Rob,

     Thanks!

I'm not sure whether the database problems through the log files.

INFO       2016-05-03 09:31:04.790 [iaxxrfcimp.cpp:607]

           CAbRfcImpl::setFunction

Function module INST_EXECUTE_REPORT set successfully.

INFO       2016-05-03 09:31:04.797 [iaxxrfcimp.cpp:1011]

           CAbRfcImpl::callFunction

Executing function call INST_EXECUTE_REPORT.

ERROR      2016-05-03 09:31:05.336 [iaxxrfcimp.cpp:1068]

           CAbRfcImpl::performFunctionCall

FRF-00025  Unable to call function. Error message: Error DBIF_RSQL_INVALID_RSQL occured. P1=ABAP-gene .

INFO       2016-05-03 09:31:05.337 [iaxxbjsco.cpp:546]

           CIaJSCo::disconnect_nothrow(000:DDIC:EN:mpbpcapp01td:02::BP1:)

RFC connection closed.

ERROR      2016-05-03 09:31:05.338

           CJSlibModule::writeError_impl()

MUT-03025  Caught ERfcExcept in module call: Error DBIF_RSQL_INVALID_RSQL occured. P1=ABAP-gene.

ERROR      2016-05-03 09:31:05.449 [sixxcstepexecute.cpp:896]

FCO-00011  The step runRSWBOINS with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CI_Instance|ind|ind|ind|ind|ci|0|NW_CI_Instance_ABAP_Reports|ind|ind|ind|ind|abapReports|0|runRSWBOINS was executed with status ERROR ( Last error reported by the step: Unable to call function. Error message: Error DBIF_RSQL_INVALID_RSQL occured. P1=ABAP-gene .).

Another log files:

<td class="tbl_cell_error">An error occurred at step:<br/><b>ERROR      2016-05-03 09:31:05.449 [sixxcstepexecute.cpp:896]

<br/>FCO-00011  The step runRSWBOINS with step key <i>NW_CI_Instance_ABAP_Reports -> runRSWBOINS</i>  was executed with status ERROR</b></td>

Read only

Former Member
0 Likes
714

Hi,

RSWBOINS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level).

No SAP database TABLES are accessed within this report code. If you open report, consist of function module TR_TCE_CONF_SINGLE that copy configurations of SE06.

Can you please perform syntax check for RSWBOINS (in se38) and check if any error is coming or not. If not then this might be the case when maximum limit of SQL statements might be  exceeded.

Praveen