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

Load balancing and RFC problem

Former Member
0 Likes
477

Hi!

I have a problem regarding load balancing and RFC's. We use the follow function in librfc32.dll (from VB6) for RFC calls: RfcOpenExt It's working fine no problem, but from now on we will have to use the this funcion due to load balancing: RfcOpenExtV3

The only difference between the two functions is the parameters. RfcOpenExtV3 has 5 additional parameters:

intLoadBalance1, strLbHost1, strLbSysName1, strLbGroup1, intSapGui1

I asked our tech guys for the details so that I can set up the parameters (double check everything) and the RfcOpenExtV3 doesn't working. Return value is zero.

Have somebody faced with this issue before?

Thanks in advance!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
432

Hi,

1. Probably this link may help.

[http://help.sap.com/saphelp_nw04/helpdata/en/22/042f18488911d189490000e829fbbd/content.htm]

Especially see the function parameters on this page,

which are the bottom.

regards,

amit m.

2 REPLIES 2
Read only

Former Member
0 Likes
433

Hi,

1. Probably this link may help.

[http://help.sap.com/saphelp_nw04/helpdata/en/22/042f18488911d189490000e829fbbd/content.htm]

Especially see the function parameters on this page,

which are the bottom.

regards,

amit m.

Read only

0 Likes
432

Hi! Thanks for the feedback! I already checked this help page and tried to modify the parameters but the return value is still 0, so no connection....