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

RFC problem

Former Member
0 Likes
451

hi experts,

when i am calling RFC from an adapter system with small rate , then it executing fine and giving me required results . But when i am calling the same function module at higher rate - Stress Testing. It works fine till some calls but then on it goes into hold and pops up an error "Timeout during allocate of registered prog".

thanks in advance

rohit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
425

hi,

Try to put a "wait up to <x> seconds" (one second should be enough) from one call and another. It surely will during more but this should solve your problem.

To trace the RFC, use the ST05 transaction and select "RFC trace".

regards

Prashant

3 REPLIES 3
Read only

shivhare
Active Contributor
0 Likes
425

Hi,

try to run this process in background ..

Regards,

Amit

Read only

Former Member
0 Likes
425

If u want to execute this in foreground, ask ur basis person to increase the value of Param "rdisp/max_wprun_time".

hope this solves ur problem.

Read only

Former Member
0 Likes
426

hi,

Try to put a "wait up to <x> seconds" (one second should be enough) from one call and another. It surely will during more but this should solve your problem.

To trace the RFC, use the ST05 transaction and select "RFC trace".

regards

Prashant