cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound proxy NO_RECEIVER_CASE_BE error

Former Member
0 Kudos

Hai Experts,

My scenario is HTTP req will send data to XI, same data will be passed to Server proxy. In this case as i dont need any communication channels,do we need any configurations to be done in Integration Directory.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

U need the Receiver XI adapter to post the data into Server proxy,so u need Receiver agreement and Receiver determination......in ID.

Asyn Inbound java proxy

/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Proxy to File

ABAP Proxy

How do you activate ABAP Proxies?

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

ABAP Proxy Runtime

http://help.sap.com/saphelp_nw04/helpdata/en/02/265c3cf311070ae10000000a114084/frameset.htm

ABAP CLIENT PROXY

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

ABAP SERVER PROXY

/people/siva.maranani/blog/2005/04/03/abap-server-proxies. [original link is broken]

To test a connection - /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

Client Proxy - /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Server Proxy - /people/siva.maranani/blog/2005/04/03/abap-server-proxies

XI: Debug your inbound ABAP Proxy implementation

Testing proxy - /people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

JAVA Proxies:

Asynchronous inbpund java Proxies

/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

Proxy Generation- For ABAP and Java proxy, create a Message Interface and then generate a proxy for that message interface.

http://help.sap.com/saphelp_nw2004s/helpdata/en/86/58cd3b11571962e10000000a11402f/content.htm

More on Java Proxy-

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b0...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5a...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7e...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b20...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903...

ABAP Proxies:

Integration Builders through proxy server (Part - 2)

/people/sap.user72/blog/2005/12/13/integration-builders-through-proxy-server-part--2

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Check links on proxy.

Regards,

Phani

Reward points if Helpful

Answers (3)

Answers (3)

rohit_goel
Participant
0 Kudos

in configuration u need to create the following!!!

1)Sender System and Reciver System

2)receiver communication channel.

3)give XI as adapeter in the reciver CC.

4)create Rcvr Determination,

5)Interface determination

6)Receiver agreement.

No sender CC and hence no sender agrrement is required.

one more thing,

have you done with the coding part of the Execute_Synchronous method.?

it is required in the Server Proxy case.

Former Member
0 Kudos

in configuration u need to create the following!!!

1)Sender System and Reciver System

2)receiver communication channel.

3)give XI as adapeter in the reciver CC.

4)create Rcvr Determination,

5)Interface determination

6)Receiver agreement.

No sender CC and hence no sender agrrement is required.

for referrence u can see any server proxy blogs...

Shabarish_Nair
Active Contributor
0 Kudos

you will not need a sender CC and a Sender agreement.

In ID, create a Receiver determination, interface determination and Receiver Agreement.