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

Problem while calling RFC

former_member396896
Participant
0 Likes
450

Hello Experts,

The problem is when i call RFC from an adapter system once, then it executes properly and returns data. But when i am calling the same function module at faster rate ( calling it 50 times in a minute, this includes opening up connection and invoking RFC and closing up connection without waiting for its response or data ) - Stress Testing. It works fine till 40th call but then on it goes into queue..n throws error like "timeout during allocate of registered prog".

And could u tell me the T-code as whr to monitor the RFC status.

Any Help.

3 REPLIES 3
Read only

andrea_galluccio2
Contributor
0 Likes
418

Hi,

just two suggestions.

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".

Bye

Andrea

Read only

0 Likes
418

thnx Andrea for the reply.

Just a small mistake in the post. its like 50 calls in one second ( Not in one minute ).

Read only

former_member396896
Participant
0 Likes
418

Every system has max rfc connections at a time defined at OS level, cannot exceed it.