cancel
Showing results for 
Search instead for 
Did you mean: 

Error in scenario HTTP -> XI -> RFC SYN

Former Member
0 Kudos

In the monitor this registering the following error

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: No response available.</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

So that this can happen

Thank's

Accepted Solutions (0)

Answers (3)

Answers (3)

STALANKI
Active Contributor
0 Kudos

This is the usual error in RFC.Can you check the RFC adapter FAQ? It details the procedure over there.Probably you have to set your timeout parameter in RFC adapter.Check the RFC adapter FAQ in service market place.

Former Member
0 Kudos

Hi,

Run the RFC locally and see if you get any response back for the parameter specficied

Re-activate your RFC communication channel

AFAIK you should actual get some repsonse in the parameter.

Regards

Vijaya

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

1. Look into the Receiver RFC adapter and check its status.

2. Check the RFC request Message. Is it valid? Try to execute the RFC with the same data and check if it works fine.

Also refer into this blog and cross check the steps,

/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit

Regards

Bhavesh