cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy connection issue

Former Member
0 Kudos

Hi I have done SOAP to proxy synchronous interface.

ESR and ID part is done.

I am struggling to overcome the connections and configuration issue.

I have used SOAP channel with xi protocol for proxy receiver channel.

At http destination area i whave given RFC destination from PI system from sm59.

But if i maintain RFC destination in CC it is not working. when i tried with ping test it is giving some error.

Channel is active and Green.

Could some one help how to maintain and configure the proxy connection in pi and ecc.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186851
Active Contributor
0 Kudos

Hello Raju,

Which version of PI your using?

You should create destination and use in the channel or manually give the ECC system details in the Receiver Proxy channel.

Former Member
0 Kudos

I am using 7.31 duel stack.

Former Member
0 Kudos

I am getting the system error when i use RFC destination as below

If I go with the URL option

Which url should i maintain the below scree ?

former_member186851
Active Contributor
0 Kudos

Hello Raju.

URL of ECC..

Check the below discussion

https://scn.sap.com/thread/3562142

nitindeshpande
Active Contributor
0 Kudos

Hi Raju,

If you are using SOAP channel with XI 3.0 protocol, which means you want the messages to move through AAE. For this you need to create ICO. Hence this would result in communication only through Java stack of PI system and messages will not go through ABAP stack of PI system.

As the communication is from Java stack to ABAP stack, you need to create a HTTP destination in PI and not RFC destination, in NWA of SAP PI system. Either you can create HTTP destination in NWA of SAP PI system and use it in your Proxy receiver channel or enter direct URL. URL would be -

http://host:port/sap/xi/engine?type=entry

Also, it is suggested to create HTTP destination, in order to make it reusable. If you create another proxy receiver channel then you can use the same HTTP destination, instead of entering all the details like URL, username password, etc.

Regards,

Nitin

Former Member
0 Kudos

Thank you very much this make very sense....! It is very clear to me.
I am working on cross module that is the reason for little confusion.

nitindeshpande
Active Contributor
0 Kudos

Hi Raju,

If your query is answered. Request you to close the thread.

Regards,

Nitin