cancel
Showing results for 
Search instead for 
Did you mean: 

AppServerHost

Former Member
0 Kudos

Hallo,

i am trieing to write a programm with the sap .net connector all work fine, but i need some help.

I would like to hold my programm variable, so i would like to read the sap server ip from a ini file, this all work fine but when i say sapLogonDestination.appserberhost = "192.168.0.1" it doesnt make it how can i menage it.

sorry for my worse englisch...

Thanks florian

Accepted Solutions (0)

Answers (1)

Answers (1)

reiner_hille-doering
Active Contributor
0 Kudos

SAPLogonDestination takes most settings from SAPLOGON.INI (that's the reason for its name).

The AppServerHost is one of the settings that comes from there - so to reconfigure your app all you need to do is to change SAPLOGON.INI - either with an text editor or with SAPLOGON.

If you want to control the connection string completely, use Destination instead.