cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple calls using RFC adapter

Former Member
0 Kudos

Hi,

I have RFC - XI - RFC scenario. If I execute the RFC once it works perfectly fine. But if I execute the same RFC multiple times using different sessions. It gives me a dump:

"alternativeServiceIdentifier: party/service from channel configuration are not

For RFC adapter, I have made initial connection - 2 and Maximum connection - 5.

Regards

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member185751
Contributor
0 Kudos

Hi,

Refer to the answer of Q 26 in this note: 730870. Check if it helps.

Also refer to note: 774705

Regards,

Sridhar

Former Member
0 Kudos

Hi Sridhar,

I have gone through the notes.

Here my scenario works perfectly fine. only if I execute the RFC multiple times from different SAP R/3 sessions I am getting the dump.

Regards

Vijaya

Former Member
0 Kudos

Hi Kartik,

sorry. in your post you said you done RFC-XI-RFC. can you please send me the details of this scenario with screen shots which you used to done. so that i can also work and get some idea. because i just start XI.

if you like to send please send to dg.saravanan@gmail.com.

Former Member
0 Kudos

Hello

Are you getting error when you are trying to execute more than 5 times. Once I noticed that when my max connections was set to say 2 and if I execute ABAP transaction 3 times then it was getting stuck in sm58.But after sometime it was ok.

I guess it might be having a delay releasing the connection to SAP R/3.

Regards

Rajeev

Former Member
0 Kudos

Hi rajeev,

My max connection is 5 and intial connection is 2.

I am calling the RFC only twice

regards

Former Member
0 Kudos

Hi Kartik,

Since in your RFC Adapter you have max connections set to 5 you should be able to make 5 concurrent connections with out any problem.

Are you getting exceptions with 5 or less connections ???

(Usually we set min = 1 and max = 10 connections)

Naveen

Former Member
0 Kudos

Hi,

Please check sm59 whether the connection is tested fine.

Regards

Priyanka

Former Member
0 Kudos

Hi

TCP/IP is working fine. The whole scenario is working fine except the case where in I try to execute the FM multiple times from different session.

Regards

Former Member
0 Kudos

Hi Kartik,

this is a guess

At the end of your RFC place a comitt work.

regards

john