cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message (INBOUND) expired

Former Member
0 Kudos

error-message-for-soap.pngHi All,

com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message <Message ID>(INBOUND) expired we are getting this error in PI system.Can any one explain why we are getting this error and when do we get this error in PI. I am seeing request and response messages in PI but they are in error state.

I have searched in SCN but i did not get valid answer for this issue.Please help me we are getting this issue frequently in prod.

Thanks,

Prasad.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thank you every one for your response.

former_member186851
Active Contributor
0 Kudos

The issue has been resolved Prasad?

If yes please share the solution.

Former Member
0 Kudos

Hi Raghuraman,

This is the real time interface it means SOAP to proxy outbound scenrio . When we are sening request from ECC to Legacy system, request go to thirdparty legacy system but Legacy system is down on that time . So we are getting request and response message errors in PI system.

Thanks,

Prasad.

PriyankaAnagani
Active Contributor
0 Kudos

Message is getting expired means, the synchronous timeout is happening before PI receives the repose from receiver system.

Check the below before increasing the synchronous timeout in middleware.

1. If the receiver system has any connectivity or performance issues due to which it is not responding on time. Basis would help in this by collecting the traces.

2. Program in the receiver system(proxy/RFC in case of receiver SAP system) if its taking long time and check to tune its performance.

3. Check if the data being transmitted is huge.

4. Check if there are any network glitches.

--Priyanka

former_member190293
Active Contributor
0 Kudos

Hi Prasad!

This might mean that sender system has closed synchronous connection before response message came to messaging system.

Regards, Evgeniy.

former_member186851
Active Contributor
0 Kudos

Hello Prasad,

check if note-2211696 helps.