cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC adapter MessageExpiredException

Former Member
0 Kudos

Hi there,

I am using <b>JDBC adapter</b> in a integration process. After a call is made to the database, it is coming back with the following error:

com.sap.aii.af.ra.ms.api.MessageExpiredException: Message aa3cb50e-4e57-eb4e-9d79-0f4a9759a6b4(INBOUND).

This error does not occur every time but only occurs i.e. once in 10 times.

What could be the reason for it and what required to prevent it.

1. Is it that the database to where the call is made is real slow and not fine tuned or

2. Do I need to change any timeout parameter in XI for JDBC adapter.

Please advise.

Regards,

Faiq

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Refer to note 730870. Please see question 14.

Regards,

Sudheer.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Faiq -

There is a <i>timeout</i> property that determines how long the XI messaging system waits for synchronous responses. Once the timeout is reached, a <i>MessageExpiredException</i> can occur.

This property name is <i>xiadapter.inbound.timeout.default</i> within the <i>SAP XI Adapter: XI</i> J2EE service (access from J2EE visual admin tool).

See Note 791379 for more details.

Regards,

Jin