cancel
Showing results for 
Search instead for 
Did you mean: 

FILE TO INBOUND ABAP PROXY - " LOOP_IN_MESSAGE_ROUTING ERROR "

ravi_sirigiri
Participant
0 Kudos

Hi ,

Getting the following Error in *FILE TO INBOUND ABAP PROXY* which is updating a Database table in R/3.

<?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>XIProtocol</SAP:Category>

<SAP:Code area="MESSAGE">LOOP_IN_MESSAGE_ROUTING</SAP:Code>

<SAP:P1>is.01.lgscms</SAP:P1>

<SAP:P2>IS</SAP:P2>

<SAP:P3>XI</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>XI protocol error</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

How to rectify the Error..

Regards,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

when you are getting the error?? when you receive data or posting to proxy?

go to RWB>component monitoring>Adapter engine-->Communication Channel monitoring. there see if there is more information about error

could you explain how are you getting the error please.

Thanks

Rodrigo

Edited by: Rodrigo Pertierra on Feb 25, 2008 11:04 AM

ravi_sirigiri
Participant
0 Kudos

Hi,

when the input file is Successfully picked from the specified folder through FILE ADAPTER and when i check in the SXMB_MONI, this error message is coming.

I have written some code in the Inbound ABAP proxy to update the input file data into Z table in R/3 system.

Ravi

Former Member
0 Kudos

Hi Ravi !

Check if the url for the receiver is

http://<host>:<port>/sap/xi/engine?type=receiver

or

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

if using XI 3.0

Regards,

Matias.

Edited by: Matias Denker on Feb 25, 2008 2:12 PM

Answers (2)

Answers (2)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

where the messager fail?? in PI o Receiver server?

the receiver server whats the status of tcode SPROXY?? any error?

test this

http://<host><port>/sap/xi/engine?type=receiver

did you check RWB communication component monitoring>adapter engine>communication channel monitoring

Thanks

Former Member
0 Kudos

Hi,

There a note on this error: SAP Note 565692

but it only tells about incorrect config...

So check if reciever determination is correctly configured or not.

Refer below discussion

Thanks

Swarup