cancel
Showing results for 
Search instead for 
Did you mean: 

Desktop Shortcut for Group Authentication

Former Member
0 Kudos

My organization is implementing load balancing and our users currently access application servers directly via a desktop shortcut that IT has created for them. I need to know how to create a desktop shortcut on the PC that uses our new group authentication settings.

In addition, I'd love to find some documentation about the switches that can be used with SAPGui.exe.

Our current shortcut target is configured as follows, but won't work with group authentication.

"c:\program files\sap\sap\frontend\sapgui.exe" /H/Server.domain.com/S/3207 /3

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member204677
Active Participant
0 Kudos

Hello Landon,

you need to add the parameter for group logon: /G

so e.g. .../S/3207/G/<NAME> /3

Regards, Martin

Former Member
0 Kudos

Landon,

Why not use the create shortcut button off the GUI once you have logged on usig the correct settings?

Regards,

John

Former Member
0 Kudos

This is exactly what I was looking for. Thanks!

Former Member
0 Kudos

This certainly would work, but would change the user's experience. Thanks though!