cancel
Showing results for 
Search instead for 
Did you mean: 

Call WS RCVR_DETERMINATION.NO_RECEIVER_CASE_BE

Former Member
0 Kudos

Hello,

We are facing probleme calling WS from ECC through PI.

Our scenario is synchrone : ECC -->PI->WS and the response to ECC .

An exception occurred which is explained in detail below.

The exception, which is assigned to class 'CX_AI_SYSTEM_FAULT', was not caught

and

therefore caused a runtime error.

The reason for the exception is:

Erreur (id=RCVR_DETERMINATION.NO_RECEIVER_CASE_BE)

I refresh the Cach, check the receveir determination, but still the same problem.

Accepted Solutions (0)

Answers (8)

Answers (8)

former_member332004
Discoverer
0 Kudos

did you solve ?

Former Member
0 Kudos

Any idea ??

iaki_vila
Active Contributor
0 Kudos

Hi Mou,

Try to create the receiver channel without the * on the sender party.

Regards.

Former Member
0 Kudos

HI,

Thank you for your responce, actualy I have this error :

iaki_vila
Active Contributor
0 Kudos

Hi Mou,

The text is in french, in think the endpoint is generating this exception because you are not using a code page or the code page used is erroneous. Try to use TextCodepageConversionBean or XmlAnonymizerBean (page 5 http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/502991a2-45d9-2910-d99f-8aba5d79f...)

Regards.

Former Member
0 Kudos

Thank you,

Where can I add this code page ? in the sender using the XI adapter ?

iaki_vila
Active Contributor
0 Kudos

Hi Mou,

I was thinking the message was arriving to the receiver side and my idea was to add in the SOAP receiver side. Are you using a sender abap proxy to do the communication or a RFC?

Regards.

Former Member
0 Kudos

Hi,

My sender ( ECC)  use XI adapter, and the receveir HTTP adapter, as I mentiend in the screenshots above.

Any idea please ?

Cordialy

apu_das2
Active Contributor
0 Kudos

Hi mou,

This is due to the configuration issue in SLD.

Check the BS , SWCV you defined in SLD under which your SI lies . Check the Product assigned to the SWCV and Technical system assigned to BS.

Some days before we had also faced the same issue.

Thanks,
Apu

justin_santhanam
Active Contributor
0 Kudos

Hello Mou,

I hope you have correctly defined the Outbound(From ECC) an Inbound Interface(to WS) as Synchronous interfaces, correct?

Thank you,

Justin.

Former Member
0 Kudos

Yes that exactly what I did.

ravicarpenter
Active Participant
0 Kudos

Hi,

Is your scenario triggered by an ABAP proxy ? If so, are you able to see the message in the SXMB_MONI on the ECC side. From the MONI, check the sender and the interface name. Correspondigly in PI can you see the receiver determination for the same ?

Former Member
0 Kudos

Hello,

you find in the attachment below , the entries in sxmb_moni in PI, and its content :

iaki_vila
Active Contributor
0 Kudos

Hi Mou,

Have you checked your scenario from ID test tool?

Check your configured receivers in the Receiver determination, the must fit with your receiver agreement receiver side and if you have a typo error.

If you can, you can share a screenshoot of the objects.

Regards,

Former Member
0 Kudos

Hi, You can find the receiver ( WS), the receiver determinatino and the sender ECC :

former_member186851
Active Contributor
0 Kudos

is it a sync or async scenario?

Former Member
0 Kudos

Hello,

It s a sync scenario.

former_member186851
Active Contributor
0 Kudos

Can you refer the below link,might be helpful

Former Member
0 Kudos

Hello,

I copied the Receiver with an other name and modify the receiver agr but stil the same prob.