cancel
Showing results for 
Search instead for 
Did you mean: 

JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE:Failed to write data in delta

Former Member
0 Kudos

Hi All,

I am using RFC Receiver adapter to post data in BI.

but getting following error, can someone guide me what could be the problem? I searched many thread but no solution.

Do we need to do some kind on shell RFC in BI first to call RFC with / (/BI0/QI6AZXITEST_RFC ).

Because in message mapping &in generated XML / is converted to _-.ot it is some other problem.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Work bench Trace

-


  • Information :RfcAdapter received a asynchronous message. Trying to send tRFC for J2EE_GUEST with TID XIvNEm11mCHROqNhVFBl}mIm.

-


  • Error :Adapter Framework caught exception: error while processing message to remote

system:com.sap.aii.adapter.rfc.core.client.RfcClientException: JCO.Exception while calling /BI0/QI6AZXITEST_RFC in remote

system (RfcClient[cc_bud_receiver]):com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Failed to write data in delta queue

-


  • 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 /BI0/QI6AZXITEST_RFC in remote

system (RfcClient[cc_bud_receiver]):com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Failed to write

data in delta queue.

-


Error :The message status was set to NDLV.

-


prateek
Active Contributor
0 Kudos

Do we need to do some kind on shell RFC in BI first to call RFC

No. Conversion of / into _ is standard behavior.

The reason for error could be some missing configuration at BW side like inactive services.

Regards,

Prateek

Former Member
0 Kudos

Thanks for reply.

in BI RFC there is one mandatory element 'DATASOURCE'.

Do you think what should be the value in that field, may be that is the problem.

Regards

Former Member
0 Kudos

Hi Rohan,

Its a question to the BW guys, check with them what they are expecting in that filed. Also you can go ahead and open the function moudle in se37 and see for any documentation on it.

If it is mandatory then in your mapping it should fail because all mandatory fiedls will be having occurrence 1..1 and if you dont have value then it will fail in mapping and throws error in sxmb_moni. So please cross check that once again with bw guys. Also make sure you have the updated FM if it is a custom FM.

Regards,

---Satish

Answers (0)