cancel
Showing results for 
Search instead for 
Did you mean: 

Connection problem in .Net connector 2.0 runtime

panuk
Discoverer
0 Kudos

Hi,

For deployment I placed the SAP.Connector.Dll and SAP.Connector.Rfc.Dll in /Bin folder of my web application, also librfc32.dll in WINNT\System32.

But the web application still not work with error message

"SAP.Connector.RfcException: Missing R3NAME=... or ASHOST=... in connect_param in RfcOpenEx"

Best regards,

Naowadee

Accepted Solutions (0)

Answers (1)

Answers (1)

reiner_hille-doering
Active Contributor
0 Kudos

The error message means that the connection string is incomplete. Likely reason: You are using a SAPLogonDestination, but on your target system your either have no SAPLOGON.INI or the SAPLOGON.INI doesn't contain the destination you refer to.

Solution: Copy the SAPLOGON.INI from your development system to c:\windows of the target machine or use a different Destination type, e.g. ConfigDestination.

panuk
Discoverer
0 Kudos

I fixed the problem, thanks for your help.

reiner_hille-doering
Active Contributor
0 Kudos

What's about marking the problem as solved?