cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP-RFC(BPM)-FILE Scenario

Former Member
0 Kudos

I have a problem on using the 'http-RFC(BPM)-File scenario'. When i enter values using the Client http adapter, it displays message telling that "BPE_ADDAPTER.SYNCHONOUS_MESSAGE"

The error msg is displayed below:

Result:

<SAP:Error>

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code>BPE_ADAPTER.SYNCHONOUS_MESSAGE</SAP:Code>

<SAP:Stack>The process does not support the given synchronous interface or does not support synchronous messages</SAP:Stack>

</SAP:Error>

Also in SAP XI monitor, the sender services along with the corresponding sender interfaces.

Expecting this prob will be off soon.

thanks

vinod v

Accepted Solutions (0)

Answers (2)

Answers (2)

udo_martens
Active Contributor
0 Kudos

Hi Vinod,

your process is asynchronous (no sync async bridge). But you send "Quality of Service = Best Effort" (Url paramater qos=BE). You should send "Exactly Once" (EO).

Regards,

Udo

Former Member
0 Kudos

Hi Vinod,

Can you explain about your scenario.

Br,

Karan