cancel
Showing results for 
Search instead for 
Did you mean: 

Error Run ABAP reports step

Former Member
0 Kudos

hi,

I'm installing SAP NW 7.3 EHP1.

I got this issue, please help me to solve it.

FCO-00011 The step runRSWBOINS with step key NW_CI_Instance_ABAP_Reports -> runRSWBOINS was executed with status ERROR

TRACE      2013-08-19 11:32:01.065 [iaxxrfcimp.cpp:1035]

           CAbRfcImpl::performFunctionCall

Calling function module: INST_EXECUTE_REPORT

 

ERROR      2013-08-19 11:44:46.911 [iaxxrfcimp.cpp:1068]

           CAbRfcImpl::performFunctionCall

FRF-00025  Unable to call function. Error message: connection closed without message (CM_NO_DATA_RECEIVED) .

TRACE      2013-08-19 11:44:46.911 [iaxxrfcimp.cpp:1069]

           CAbRfcImpl::performFunctionCall

RFC failure or system exception raised

TRACE      2013-08-19 11:44:46.911 [iaxxrfcimp.cpp:1070]

           CAbRfcImpl::performFunctionCall

connection closed without message (CM_NO_DATA_RECEIVED)

INFO       2013-08-19 11:44:46.958 [iaxxbjsco.cpp:546]

           CIaJSCo::disconnect_nothrow(000:DDIC:EN:f01-sap-tm-v1:00::LVV:)

RFC connection closed.

TRACE      2013-08-19 11:44:46.958 [iaxxejsbas.hpp:439]

           handleException<ERfcExcept>()

Converting exception into JS Exception ERfcException.

TRACE      2013-08-19 11:44:46.958

Function setMessageIdOfExceptionMessage: modlib.jslib.caughtException

ERROR      2013-08-19 11:44:46.958

           CJSlibModule::writeError_impl()

MUT-03025  Caught ERfcExcept in module call: connection closed without message (CM_NO_DATA_RECEIVED).

TRACE      2013-08-19 11:44:46.958 [iaxxejsbas.hpp:515]

           EJS_Base::dispatchFunctionCall()

JS Callback has thrown unknown exception. Rethrowing.

ERROR      2013-08-19 11:44:46.989 [sixxcstepexecute.cpp:916]

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: connection closed without message (CM_NO_DATA_RECEIVED) .).

Accepted Solutions (0)

Answers (3)

Answers (3)

Reagan
Advisor
Advisor
0 Kudos

Hello

Try with a different version of the kernel.

Regards

RB

Sriram2009
Active Contributor
0 Kudos

Hi Luan


Kindly go thru the SAP Note 1863563 - CM_NO_DATA_RECEIVED during a call to VMC

Thanks

Ram

AtulKumarJain
Active Contributor
0 Kudos

HiLuan,

Please check

http://scn.sap.com/thread/1541671

with similiar issue.

BR

Atul

Former Member
0 Kudos

<<  sqlplus "/ as sysdba"

truncate table sap<sid>.ddlog;

create sequence

sap<sid>.ddlog_seq minvalue -2147483640 maxvalue 2147483640

increment by 1 cache 50 noorder nocycle; (all written in one line)

3. start up the central instance again >>

I realy don't undertand how to do?

Can you tell me clearly?