Lynx
(Lnx)
April 19, 2022, 6:13pm
1
Good afternoon friends, help please with SAP LOGON, the route does not accept parameters, how could I solve it
“C:\Program Files (x86)\SAP\FrontEnd\SAPgui\saplgpad.exe” /LSXML_FILE=\cotmat.net\NETLOGON\SAPGUI\GT\FULL\SAPUILandscape.xml
This is the route that is used, it has two parts, first the executable, then the parameter. I need to enter that parameter in uipath
1 Like
Lynx
(Lnx)
April 19, 2022, 7:23pm
4
@suraj.setty The problem is with the parameter that I have underlined, but I don’t know how to add it without getting an error
jack.chan
(Jack Chan)
April 20, 2022, 2:58am
5
@Lynx not sure if this will work but can you try go to Security tab and copy the shortcut link and try use that instead?
e.g. in screenshot my shortcut is C:\users\desktop\brave.lnk
2 Likes
@Lynx
Hello,
as far as I can see it is not possible to set arguments at the SAP Logon Path, only a filename. That’s why this approach can’t work on that way.
@jack.chan suggestion sounds interesting, to use a shortcut in this context. Let us know your result, I have never tried that.
Please take a look at the SAP Documentation , it is possible to set an environment variable to solve your requirement.
Best regards
Stefan
3 Likes
Lynx
(Lnx)
April 20, 2022, 1:44pm
7
Yes, I have tested using the shrotcut, it works perfect.
This is what I put in the Sap Logon path:
string.Format(“{0}\SAP Logon Pad Con.lnk”, Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory))
Thank you very much to all.
1 Like
system
(system)
Closed
April 23, 2022, 1:45pm
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.