cancel
Showing results for 
Search instead for 
Did you mean: 

SAPLOGON on MacOs

former_member210967
Participant
0 Kudos

Hi guys,

Can anyone help me out with telling me which actions to be done to connect SAP via MacOS. We have downloaded the SAPGUI for Java, but in the logon application we do not know the correct string to fill in for the wright connection.

Cheers, John

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member210967
Participant
0 Kudos

Thanks, all you gave the light that was needed.

We solved our problem by typing in the string:

conn=/H/<our ip adress of the server>/S/3210

3210 is the GUI port used.

THis all works fine and SAP via the Apple is running.

Former Member
0 Kudos

hi john,

run file guilogon.

On SAPGUI for Java window, follow this step :

- click New

- Fill Description

- Connection type : R/3

- Choose Advance tab

- Give check (v) to Expert Connection

- Type :

For Load balancing server :

conn=/M/IP_Address_of_Message_Server/S/36xx ---> xx = port of system number

For Single server :

conn=/H/IP_Address_of_Apps_Server/S/32xx ---> xx = port of system number

For more further config, you visit my blog, http://sapbasis.wordpress.com

ardhian

http://ardhian.kioslinux.com

http://sapbasis.wordpress.com

RMW
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello John,

doing a search for "java configuration" in [SAP GUI forum|; with date range "all" will show you many threads discussing the configuration of SAP GUI for Java .

The one which you might be interested in particular is [Configure SAP GUI for Java|;.

Also reading chapters 7 + 9 of the manual part of SAP GUI for Java should help.

When having ini files from SAP GUI for Windows, you should look into "sapmsg.ini", "saproute.ini" and "services" file.

Best regards

Rolf-Martin

P.S. moved thread to SAP GUI forum since this is not really Mac specific