cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy for PI 7.31 java stack only

Former Member
0 Kudos

Hi All

I have created the proxy connectivity as per Michael blog

http://scn.sap.com/people/michal.krawczyk2/blog/2012/01/19/michals-pi-tips-how-do-you-activate-abap-...

But when I test the RFC destination PI_AAE I am getting the below error

Error: Application error occurred during the request processing.Cannot process an HTTP
request to servlet [MessageServlet] in [XISOAPAdapter] web application

SLD check is working fine but SPROXY transaction is also throwing error "Could to connect to ESR"

Please help me out for solving the issue

Regards

Sandeep

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi All

The issue has been resolved .By creating  a soap sender channel for PI_AEE RFC destination to work.

The message servlet is pointing to soap channel with XI protocol for proxy communication

Answers (3)

Answers (3)

Former Member
0 Kudos

Did you check the correct SLD settings in transaction SLDAPICUST? Maintain these entries and start SLDCHECK again.

Best Regards

H.

iaki_vila
Active Contributor
0 Kudos

Hi Sandeep,

Try to check the connection mentioned in this thread's answer http://scn.sap.com/message/13262828#13262828

Regard

Former Member
0 Kudos

Hi Inaki

In my case its java only stack.

As mentioned above all other RFC destinations and SLDCHECK is working fine.

Regards

Sandeep

samiullah_qureshi
Active Contributor
0 Kudos

Hi Sandeep,

Please make sure your G type RFC destination SAP_PROXY_ESR is working fine.

Regards,

Sami

Former Member
0 Kudos

Hi Sami

SAP_PROXY_ESR Its working fine but SPROXY transaction is not working and PI_AEE RFC destination is throwing error as mentioned above