cancel
Showing results for 
Search instead for 
Did you mean: 

Synch RFC error

Former Member
0 Kudos

Hello,

in one of our BPMs we have to use a synchronous RFC to avoid that a server error is thrown due to a timeout. The RFC triggers an IDOC to be created (we use correlations) but under some conditions there might be no IDOC created and our BPM throws a server error with timeout.

We have already set the <b>xiadapter.inbound.timeout.default</b> to a higher value to avoid the MessageExpired (INBOUND) error. But now we have this error:

<b>com.sap.aii.af.ra.ms.api.RecoverableException: com.sap.aii.af.ra.ms.api.MessageExpiredException: Message be79b430-aad3-11db-cf2b-001185eb2336(OUTBOUND) expired</b>

Unfortunately the <b>xiadapter.outbound</b>-Parameters are only for asynch calls. Now, is there another parameter which has to be increased?

Regards.

Oliver.

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

try implementing this blog - /people/community.user/blog/2006/09/21/xi-rfcadapter-reconnect-issue

Should help you solve the reconnect issue. I assume time out should be a direct interferance with the same.

Former Member
0 Kudos

Hi,

we did as described but we still have the same error. Any other ideas?

Regards.

Oliver.

Answers (0)