cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver interfaces problem...

Former Member
0 Kudos

Hi all...

I have 2 questions...

1. Can we use multimaping in which both proxy and other adapter(say File or Mail) are in receiver side without any BPM?

If yes lemme know how please...

I could not do the above so i am going for 2 different mappings.....

2. Can i use the same receiver interface in more than 1 flow for the same sender and receiver components but the sender interfaces are in different namespaces?

I am trying to do above but i am getting the following error...

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

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="IF_DETERMINATION">CX_ID_PLSRV</SAP:Code>

<SAP:P1>Inbound interface found several times (for same sender and receiver) for the outbound interface urn:np.atl.warrants.stage2meterplus.WarrantsS2Meterplus_OB</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Error when determining the inbound interface: Inbound interface found several times (for same sender and receiver) for the outbound interface urn:interface_OB Inbound interface found several times (for same sender and receiver) for the outbound interface urn:interface_OB</SAP:Stack>

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

</SAP:Error>

Can any1 please throw some light on this issue..

Thanks in advance..

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

We cannnot use both proxy and other adapters at a time for the same outbound interface because the proxy and other adapters stay in different engines.(other adapters i mean File,Mail,JDBC,SOAP,etc)

former_member194786
Active Contributor
0 Kudos

Hi,

Multi-mapping using adapters on different adapter engine is not possible. Please refer the below link:

http://help.sap.com/saphelp_nwpi711/helpdata/en/48/cf944768583172e10000000a42189b/frameset.htm

It clearly says that the adapters have to be on the same adapter engine.

Regards,

Sanjeev.

Former Member
0 Kudos

> 1. Can we use multimaping in which both proxy and other adapter(say File or Mail) are in receiver side without any BPM?

Yes, you can do it without BPM if it is 1:N mapping but if it is N:1 then you have to use BPM.

I could't realize while answering. It is not possible, see the reason given below by Sanjeeve.

> 2. Can i use the same receiver interface in more than 1 flow for the same sender and receiver components but the sender interfaces are in different namespaces?

No, you cannot do like this. You can see it is clear from the error message it self that "Inbound interface found several times (for same sender and receiver)".

Regards,

Sarvesh

Edited by: Sarvesh Singh on Dec 14, 2009 8:54 PM