How do I fix problems when launching the SAPGUI?

How do I fix problems when launching the SAPGUI?

Hi, When I launch SAPGUI from a command line with ...&user &passs and &trans filled in I just get the login screen (even though the login and p/w are in the launch command line). What am I doing wrong?

    Requires Free Membership to View

    When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

You need to use SAPSHCUT for this. Maybe you're using SAPGUI.exe instead, which will not accept the username and password as parameters.
You need to pass these parameters:
-sysname = entry name in SAPLogon
-client = client number
-user = user ID
-pw = password (in plain text)

Optionally, you can pass parameter -command to execute a transaction upon logon.

See example below:
sapshcut -sysname=SAP
Production -client=000 -user=sap* -pw=06071992 -command=SM04

This was first published in November 2003