cancel
Showing results for 
Search instead for 
Did you mean: 

Messages in SXMB_MONI of R/3 are in Automatic retry mode

santosh_k3
Active Participant
0 Kudos

Hi All,

My scenario is FTP->R/3->BW

ie..,

1) File to Proxy(IB)(R/3)

2)Proxy(OB) to proxy(IB)(BW)

Due to migration of XI , the server is down

so my question is,

When when i debug the IB proxy of R/3

I see the message in the sxmb_moni of R/3 as "Message is in automatic retry mode"

an the error in the message ;

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Integration Server

-->

- <SAP:ErrorHeader xmlns:SAP="http://sap.com/exchange/MessageFormat">

<SAP:Context />

<SAP:Code p1="400" p2="ICM_HTTP_CONNECTION_FAILED" p3="" p4="">HTTP.HTTP_CLIENT_RECEIVE_FAILED</SAP:Code>

<SAP:Text language="EN">Error during http receive: Error code: 400 Error text: ICM_HTTP_CONNECTION_FAILED</SAP:Text>

</SAP:ErrorHeader>

I would like to know that if the XI server is up

the message will automatically send to XI and then to BW.

or

else there is an error in coding part.

Thanks

Sai

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Yes once the XI server is up, it will resend the message in queue. But there is a limitation on number of retry.

If the number of retry exceeds, i think it wont.

Once its in XI it will then be directed to BW

Regards

Ramesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

> I would like to know that if the XI server is up

> the message will automatically send to XI and then to BW.

There is a retry interval time and number of retries are there. based on the retry interval it re-tries the failed messages based on number of retries. If this number of retries are over then we have to take care of those failed messages manually.

In PI Com channel also we can see those settings.

Regards,

Venkata Ramesh