cancel
Showing results for 
Search instead for 
Did you mean: 

.NET connector 2.0 connection problems to remote SAP server

Former Member
0 Kudos

I am attempting to configure a Custom Logon Setting to connect to a remote SAP server. Scenario is: client -> SAProuter -> internet VPN -> SAProuter -> SAP server

SAPgui 6.4 connects OK using following properties:

SystemID: CE8

SAP GUI Parameters: /H/<client side SAProuter host IP>/H/<server side SAProuter host IP>/S/3297/H/cpce801/S/3275

UserName: <user>

Password: <password>

I have tried many, many combinations of Custom Logon Settings with many different error messages for the connection attempt. The one that creates a similar connection string as above is:

System number: 75

Client: 850

language: en

username: <user>

password: <password>

AppServerHost: /H/cpce801/S/3275

SAProuterString: /H/<client SAProuter IP address>/H/<server SAProuter IP address>/S/3297

The following error results:

Connect to SAP gateway failed

Connect_PM GWHOST=/H/172.18.192.246/H/194.117.106.130/S/3297/H/cpce801/S/3275, GWSERV=sapgw75, ASHOST=/H/172.18.192.246/H/194.117.106.130/S/3297/H/cpce801/S/3275, SYSNR=75

no SAP ErrInfo available

Accepted Solutions (1)

Accepted Solutions (1)

reiner_hille-doering
Active Contributor
0 Kudos

Try keeping SAProuterString empty and AppServerHost the full path (router string and hostname) WITHOUT service, e.g. "/H/<SAProuter1>/S/<SapRouter1Port>/H/<SAProuter2>/S/<SapRouter2Port>/H/<AppServer>"

Former Member
0 Kudos

Thanks for your help. Your suggestion solved the problem.

Answers (0)