cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to RFC interface -Time out issue

Former Member
0 Kudos

Hi Experts,

I developed one interface SOAP->PI->ECC (RFC) synchronous interface, it is working fine, but for specific test data ECC takes long time to give response(5 mnts),in this case I am getting time out error .

How to avoid this, looking for best guidelines..

Regards,

Jam

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Jam,

Check the SAP Note: 730870 FAQ's on RFC adapter

Ref: Question no 11.

Thanks,

Former Member
0 Kudos

HI Jam ,

as you mentioned it is working fine for specific data and you are able to get response.. then I donu2019t think there is any problem with interface.. instead try to debug your RFC with data for which you are getting time out error.. I think for that data RFC is taking too much time to process and not able to send response within timeout settings..

thanks,

Bhupesh

Shabarish_Nair
Active Contributor
0 Kudos

refer Note 856597 - FAQ: XI 3.0 / PI 7.0 / PI 7.1 SOAP Adapter

there is a section that explains how to control time outs in the SOAP adapter.

Note that the issue could be on the SAP target end also in case the RFC is taking too long to execute.

Former Member
0 Kudos

Hi Experts,

Thnaks for your replies,

issue with SAP ECC side, it is taking long time to give response, i have executed Function modulke with test data, it almost took 5 mnts to give response .

So any additional settings required in RFC adapter

how to go ahead.

Regards,

Jam

former_member189387
Active Contributor
0 Kudos

Hi ,

Please refer the best document

How To... Investigate Timeouts In Synchronous XI/PI Scenarios

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c059d583-a551-2c10-e095-eb5d95e03...

Regards.,

V.Rangarajan

Former Member
0 Kudos

any clues