cancel
Showing results for 
Search instead for 
Did you mean: 

CM_NO_DATA_RECEIVED error during NW7.3 ABAP System Copy - Restart Instance Phase

Former Member
0 Kudos

Dear All,

Working on Homogenous system copy in HP-UX and oracle.

We imported the ABAP without the ddl statements from source system. In SAPDFACT..TSK there was issue with index creation, and ignored those as 0 index in not required for BW system. Replaced err for index creation with ign.

Now the issue is with the restart instance phase, in sapisnt

TRACE  2012-05-21 10:43:18.511

JSCo.setParameter(DESCRIPTION, Generated RFC destination for IGS)

TRACE  2012-05-21 10:43:18.561

JSCo.setParameter() done: true

TRACE  2012-05-21 10:43:18.561

JSCo.execute()

INFO   2012-05-21 10:43:18.661 [iaxxrfcimp.cpp:1025]

CAbRfcImpl::callFunction

Executing function call INST_CREATE_TCPIP_RFCDEST.

TRACE  2012-05-21 10:43:18.661 [iaxxrfcimp.cpp:1049]

CAbRfcImpl::performFunctionCall

Calling function module: INST_CREATE_TCPIP_RFCDEST

ERROR  2012-05-21 10:43:23.761 [iaxxrfcimp.cpp:1082]

CAbRfcImpl::performFunctionCall

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

TRACE  2012-05-21 10:43:23.771 [iaxxrfcimp.cpp:1083]

CAbRfcImpl::performFunctionCall

RFC failure or system exception raised

TRACE  2012-05-21 10:43:23.771 [iaxxrfcimp.cpp:1084]

CAbRfcImpl::performFunctionCall

connection closed without message (CM_NO_DATA_RECEIVED)

INFO   2012-05-21 10:43:23.771 [iaxxbjsco.cpp:560]

CIaJSCo::disconnect_nothrow(000:DDIC:EN:hostname:94::SID

RFC connection closed.

Thanks

Jaianandh V

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Jai,

The sapinst runs the function module  INST_CREATE_TCPIP_RFCDEST to create the RFC's IGS_RFC_DEST and GFW_ITS_RFC_DEST. As you are  performing system copy, these RFC's might already exist with wrong parameters. Kindly delete these RFC's and new RFC will be created.

This should resolve your issue.

Regards,

Sonia

Former Member
0 Kudos

How can i delete these RFC's?

Answers (3)

Answers (3)

Former Member
0 Kudos

If you get this error during System Copy during the last phase "Run ABAP Reports"

You will observer that, sapinst log does not have much info, take a look at the work directory and look at "dev_w" logs, ensure that see if you see any SQL errors. Also check SM21 .

If you see "access to tabel DDLOG" , run the report as per the note

185821 - ORA-2289 during insert on DDLOG

Thanks,

Uday

Sriram2009
Active Contributor
0 Kudos

Hi Jai

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

Thanks

Ram

former_member189725
Active Contributor
0 Kudos

Can you please mention the index which you ignored creating.

Can you please check if the SAP system is running ? check the dev_rd trace in work directory for any further details.

Regards

Ratnajit