cancel
Showing results for 
Search instead for 
Did you mean: 

proxy to proxy

Former Member
0 Kudos

I developed proxy to proxy scenario.

client proxy,program, server proxy are all on the IDES system.

I got error in SXMB_MONI.


  <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> 
- <!--  Call Adapter 
  --> 
- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
  <SAP:Category>XIServer</SAP:Category> 
  <SAP:Code area="INTERNAL">LOOP_IN_MESSAGE_ROUTING</SAP:Code> 
  <SAP:P1>is.00.tfxi7</SAP:P1> 
  <SAP:P2>CENTRAL</SAP:P2> 
  <SAP:P3>XI</SAP:P3> 
  <SAP:P4 /> 
  <SAP:AdditionalText /> 
  <SAP:ApplicationFaultMessage namespace="" /> 
  <SAP:Stack>Loop in message flow found: system is.00.tfxi7, pipeline CENTRAL with inbound adapter XI already processed (see hoplist header)</SAP:Stack> 
  <SAP:Retry>M</SAP:Retry> 
  </SAP:Error>

Accepted Solutions (0)

Answers (8)

Answers (8)

Former Member
0 Kudos

Thank you all.

I changed the XI receiver adapter parameters( client, host) to IDES, and it works now.

I misunderstood about the XI adapter.

Former Member
0 Kudos

proxy is on IDES, not XI server.

Thanks.

Former Member
0 Kudos

Hi

You cannot use system working as XI for ABAP proxy. You either need to have a different client or a different system. XI system has IE and where you are getting loop Receiver system should not be central as well.

Thanks

Gaurav

Former Member
0 Kudos

Hi ,

I believe you are trying to make XI as a business system that is receiver of your message and then again sender of the message. But the problem is you are trying to make use of the same XI server as Integration Engine and Business system both.

You can have the SAP XI working as either IE or BS but not both at the same time. You will need to adopt a different approach...

Regards

Praveen Kalwa

Former Member
0 Kudos

HI,

Go throgh the following thread it may help you

Regards

Sridhar Goli

Former Member
0 Kudos

Thanks. But I don't think so.

Former Member
0 Kudos

In XI receiver adapter use integration engine url as /sap/xi/engine?type=receiver.

Regards,

Ganesh

Former Member
0 Kudos

Hi Shen Peng,

This error shows the Client Proxy code.Please check code once.

Regards,

Sateesh