cancel
Showing results for 
Search instead for 
Did you mean: 

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

vishnu_pallamreddy
Contributor
0 Kudos

Hi All,

My scenario is ECC to JDBC synchronous...

I am getting some times the below error:

com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message 00505681-067c-1ee5-97a7-89e4ff02ed39(INBOUND) expired.


Any one please let me know why i am getting this error and what are the possible sollutions?



Accepted Solutions (1)

Accepted Solutions (1)

former_member186851
Active Contributor
0 Kudos

Hello Vishnu,

Increase the timeout parameter,

Refer the below link

http://scn.sap.com/thread/3422245

vishnu_pallamreddy
Contributor
0 Kudos

Hi Raghuraman,

I am getting that issue some times only.

These are the Time parameters I am using in CC.

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Vishnu,

The parameters which you maintained in the channel takes care of any connectivity timeout happens with the DB and the PI system. But there will be a synchronous message timeouts configured in your PI system globally which takes care of the processing time of synchronous time after which it will throw time out.

Can you pls check those parameters.

You can configure this sync timeout either in a channel level for specific interface or globally which affects all the sync interfaces.

Setting a Channel-Specific Timeout - Advanced Adapter Engine - SAP Library

former_member186851
Active Contributor
0 Kudos

Hello Vishnu,

Is it happening in any specific environment or all the environments?

vishnu_pallamreddy
Contributor
0 Kudos

Hi Raghu,

It is happening in Prod Environment.

vishnu_pallamreddy
Contributor
0 Kudos

Hi Vishnu,

what is the max value for syncTimeout parameter in Module Tab.

How to configure sync Time out parameters globally ?

former_member186851
Active Contributor
0 Kudos

Refer the link I shared Vishnu..it states how to increase the timeout.

vishnu_pallamreddy
Contributor
0 Kudos

Yeah OK Raghu..

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Vishnu,

Is this issue happening for all the sync scenarios in your prod environment?

Pls test in non-production environment by setting either channel specific time out(if your PI version is enabled to utilise  the feature) or global parameter.

Normally, we go for scenario specific parameter.

vishnu_pallamreddy
Contributor
0 Kudos

Hi Vishnu,

i am getting this issue for only one interface.

former_member186851
Active Contributor
0 Kudos

Hello Vishnu,

Check the channel config of this scenario with other JDBC channels.

iaki_vila
Active Contributor
0 Kudos

Hi Vishnu,

Do you have sync scenario that the time to wait the response of the endpoint system is greater than problematic one?, i mean if you check the monitoring you can check the start and end time of the response message.

Have you checked suggestion about to change the specific channel timeout?

Regards.

vishnu_pallamreddy
Contributor
0 Kudos

Hi Raghu,

all Config parameters are same.

I need to check with DB team.

I think issue with DB.

I need to check with DB team at that time DB is running or not?

vishnu_pallamreddy
Contributor
0 Kudos

Hi Inaki,

I have verified Vishnu's suggestion. for that I need the max value for syncTimeout parameter in Module.

In moni it is showing more than 3 mins.

start time and end time are like below:

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Vishnu,

Can you check in non-production first by testing a sample scenario by setting the sync time out parameter as 4 mins for safe zone.

You can refer the below blog for more information:

vishnu_pallamreddy
Contributor
0 Kudos

Hi Vishnu,

I will test and let you know the results.

Thanks all...

Answers (2)

Answers (2)

former_member186851
Active Contributor
0 Kudos

Hello Vishnu,

you can check with DB team as well wheter the DB is up and running.

iaki_vila
Active Contributor
0 Kudos

Hi Vishnu,

My few cents, when i have timeout problems i usually use this document http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c059d583-a551-2c10-e095-eb5d95e03...

Regards.