cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Adaptor problem

swatantra_vijay3
Participant
0 Kudos

Hi guys

I am facing a strange problem , I am having Aysnc RFC to File scenario.

I am calling the RFC with the below code. If i execute the program ,sometimes it works and sometimes not .I checked all the settings and couldn't found any clue

I made 'initialRfcClientConnectCheck' for rfc adaptor in visual admin but no sucess.

CALL FUNCTION w_func_mod_name IN BACKGROUND TASK

DESTINATION w_destination

EXPORTING

i_werks = p_i_werks

TABLES

outbound_tab = int_outbound.

Commit work.

If some one faced this kind of problem pls let me know , it wud be a great help

Thanks in advance

Regards

swatantra

.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Go to your RFC adapter sender communication channel in ID and change tha value of parameter "Maxium Connections" to some 10 or 15,by default it is 1.

This is the no. og connections between ur R3 server and XI,so increase those no. of connections and then try.

Thanks.

swatantra_vijay3
Participant
0 Kudos

Hi,

I tried that also i made the maximum connection 15 but problem is still persisting. I executed the progrm thrice and only once the the message processed .

Any clues

Regards

swatantra

MichalKrawczyk
Active Contributor
0 Kudos

hi,

have a look at my comment to this weblog:

/people/community.user/blog/2006/09/21/xi-rfcadapter-reconnect-issue

there are other setting apart from 'initialRfcClientConnectCheck' to be done

depending on the SP level

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

swatantra_vijay3
Participant
0 Kudos

Hi michal

we are on Service pack:09

Release:NW04S_09_REL

Any clues

Thanks in advance

Swatantra

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

do you have r3 was 6.20 or higher ?

if so go for proxy - it will save you much problems in the future

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

swatantra_vijay3
Participant
0 Kudos

Hi Mical,

Ya we have R/3 ECC 6.0 so no probs, but pls guide me how to create the proxy.

Thanks in advance

Regards

Swatantra

Former Member
0 Kudos

Hey

have a look at the following blog

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

it explains everything about ABAP proxies

thanx

ahmad

Pl:Reward with points for helpful answers