cancel
Showing results for 
Search instead for 
Did you mean: 

Sync-Async without BPM-> error(XIServer:TOO_MANY_RECEIVERS_CASE_BE)

Former Member
0 Kudos

Hi all

This is without BPM scenario.

I am doing a SOAP - XI - RFC - XI - SOAP scenario(this is a sync call)......also at the same time i am writing a file onto a directory in async mode.

What exactly i want is ...when i receive file from SOAP...i want to call RFC using an interface mapping in a sync mode....also the SOAP request i have received...i want to write it as a backup file onto a directory....using FILE receiver adapter in Async mode.

So basically wheen i configure it in a receiver determination.... i have two receiver 1. RFC 2. FILE and two interface determination and recevier agreement respectively ....but i am facing a problem where when i run this scenario...it gives me following error:

<context>XIAdapter</context>

<code>ADAPTER.JAVA_EXCEPTION</code>

<text><![CDATA[

com.sap.aii.af.ra.ms.api.DeliveryException: XIServer:TOO_MANY_RECEIVERS_CASE_BE:

at com.sap.aii.adapter.xi.ms.XIEventHandler.onTransmit(XIEventHandler.java:455)

at com.sap.aii.af.ra.ms.impl.core.queue.consumer.CallConsumer.onMessage(CallConsumer.java:134)

at com.sap.aii.af.ra.ms.impl.core.queue.Queue.run(Queue.java:917)

at com.sap.aii.af.ra.ms.runtime.MSWorkWrapper.run(MSWorkWrapper.java:56)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(AccessController.java:219)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

Please help !

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thnks I solved it

Former Member
0 Kudos

Hi Neha,

Facing same issue. Can you please share how did you resolved it finally.

Alim

former_member200962
Active Contributor
0 Kudos

The concept that you are trying is wrong....SYNC Sender and more than one receivers (One ASYNC and other SYNC)

Former Member
0 Kudos

then what can i do....to incorporate one sender and and two receivers 1. Sync 2. Async without BPM ??

stefan_grube
Active Contributor
0 Kudos

> then what can i do....to incorporate one sender and and two receivers 1. Sync 2. Async without BPM ?

This is not possible.

Shabarish_Nair
Active Contributor
0 Kudos

have two receivers.

one for the RFC and other one for the File.

The have their respective interface determinations.

Plus you need to have a BPM in this case