cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous JDBC - message timeout

Former Member
0 Kudos

Hi,

I have a scenario RFC-XI-JDBC synch. I am getting a message timeout error while trying to post large data volume. Apparently the sync message is geting expired after timeout (default 180 sec).

I found SAP note 730870 (question 14) suggests to increase the property xiadapter.inbound.timeout.default. However, SAP note 791379 says you should never change this value.

Is anyone has chaged this value in oreder to optimize performance ? Pls suggest.

Also pls let me know if you have any other suggestion.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

First try to to check how much time will XI take to post the messge in the Database(for all the fields). based on that you can increase the time interval.

Thanks

Faroo

Former Member
0 Kudos

We are executing a DELETE and an INSERT statement within the single transaction. In the worst case scenario, the scenario should be able to DELETE 4000 records and INSERT another 4000 to it.

However, I am getting an message timeout error in the response message.

Here is the details:

com.sap.aii.af.ra.ms.api.MessageExpiredException: Message ccfaa480-bd4a-11dc-b6f5-00145e4d4476(INBOUND) expired

We have increased the following XI parameters.

1. jdbc timeout 200 to 300

2. connect time from 120 to 200

Still we are getting inconsistent results on timeout error.

Please help.

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Go thru the Discussion in the below thread - Might Help

Regards

Agasthuri Doss

Former Member
0 Kudos

Agasthuri,

I have a RFC-XI-JDBC synch scenario and having timeout issue in adapter framework.

Please go through the thread and suggest a solution.

- Shibaji

GabrielSagaya
Active Contributor
0 Kudos