Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Setting timeout

Former Member
0 Likes
546

Hi all,

I'm making a long series of BAPI calls, and about six minutes in we get the error "connection closed without message (CM_NO_DATA_RECEIVED)". I would think this is some kind of timeout problem, except it fails at the same spot nine minutes in running on a slower system. Also, if I remove some calls, it fails at a different spot.

Are there some timeout settings we can check out on the R3 system? What else might this be?

Thanks.

1 REPLY 1
Read only

nishanthbhandar
Contributor
0 Likes
332

Hi Sansanee,

The default length of the connection time-out is set in the system profile in the parameter rspo/tcp/timeout/connect.

You can set the number of retries of a failed connect or read/write operation using the system profile parameter rspo/tcp/retries. You can specify how long the system should wait between retries using the parameter rspo/tcp/retrytime.

Cheers

Nishanth