cancel
Showing results for 
Search instead for 
Did you mean: 

Load DLL Librfc32.dll failed

Former Member
0 Kudos

Hello,

I wrote a little test program to connect to SAP server and call one RFC .

It works fine on my development PC. But on the deployment PC every time I try to connect to the SAP server a error message appear.

Unable to load dll (librfc32.dll). ... Exception HRESULT:8007007E

But I had copy this file from my development PC to the deployment PC to c:\windows\system32 and to the application directory where also the sap.connector.dll's are stored.

Both PCs are running WinXPSP2.

Has anybody an idea what is wrong ?

Thanks

Jens

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

the Dll's MFCxx71.dll are missing.

The error message was a little bit incomplete.

Former Member
0 Kudos

Hi Jens,

I think this is not deal with SAP Connector.

You have marked your question as solved. Don't forget to give points if helpful.

Former Member
0 Kudos

Hi Jens,

Have you tried to copy dll to your application directory such as "c:/program files/your application/bin"?