cancel
Showing results for 
Search instead for 
Did you mean: 

librfc32 and .net connectorv2 on windows server 2003 x64 platform

Former Member
0 Kudos

Hi,

I am developing a web application to call BAPI on a SAP server using ASP.NET (via .NET Connector 2.0)

I have two production servers:

-Server1 is 32-bits Window 2003 server (WOW64)

-Server2 is 64-bits Window 2003 server.

I have twho problems :

A.

I try to install the librfc32(64bits) in system32 on server2. I've no Error during installation (copy it in system32 and regsvr32).

Thereforre, i have some problem during the execution of my web application(64bits version).

All the tables which are passed as references to the rfc method are empty.

B.

Second problem is the following:

I try to install the librfc32(32bits) in system32 on server1.

I've Error during installation (copy it in system32 and regsvr32).

regsvr32 response is: The specified module could not be found.

After i try to install the librfc32(64bits) in system32 on server1.

I've no Error during installation (copy it in system32 and regsvr32).

Thereforre, i have some problem during the execution of my web application((32bits version))

I have the message "librfc not found"

Thanks so much

Julien

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hello I have the same problem.

as it has solved?

Thank you very much