cancel
Showing results for 
Search instead for 
Did you mean: 

Error with RFC receiver channel

Former Member
0 Kudos

Hi,

Getting this below error for receiver RFC channel. Can anyone please look into this error urgently.

Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.NullPointerException: while trying to invoke the method com.sap.aii.adapter.rfc.core.config.RfcConfig.getChannel() of a null object returned from com.sap.aii.adapter.rfc.core.client.RfcClientPool.getConfig()



Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184720
Active Contributor
0 Kudos

Hi Swapnashree - Try restarting the RFC adapter service in NWA

XPI Adapter : RFC

Former Member
0 Kudos

Hi,

Restarted but no result. Getting another error :


Delivering the message to the application using connection RFC_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.adapter.rfc.core.client.RfcClientException: JCO.Exception while calling Z_SD_XI_BAPI_CREATE_VA_SLSORD3 in remote system (RfcClient[CC_RFC_Z_BRONZE_VA_RCVR]):com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Could not open file /usr/sap/XP3/interfaces/va/br_vaout_20140401_04204.


I do not understand why RFC receiver channel is giving this error.


Can any one please look into it on priority.I need it to get resolved very soon.


Thanks

former_member192343
Active Contributor
0 Kudos

you have a error calling rfc module Z_SD_XI_BAPI_CREATE_VA_SLSORD3

the program code of this module couldn't open file /usr/sap/XP3/interfaces/va/br_vaout_20140401_04204

that's why it throwing exception and you see error in channel

Regards,

Mikhail

former_member184720
Active Contributor
0 Kudos

As Mikhail mentioned, it's an issue with your remote function.

Did you execute the RFC in ECC directly? does it work?