cancel
Showing results for 
Search instead for 
Did you mean: 

telnet/sapconsole GUI 640

Former Member
0 Kudos

Hello,

after upgrade sapconsole from Gui 620 to GUI 640/23(for our websapconsole user) we have some problems with telnet/sapconsole .

RF-user login with a personally Barcode. This barcode contains login-information and the input information for the next 2 transactions included with "enter".

So the user could start in 620 with the 3. transaction.

Since 640 only the login with enter is accept and it's stopping in the next transaction. the rest will be "read over" .

Also some carriage return after scanning ABK-Barcodes does not work.

What's new in 640 and how can I solve the problem.

Regards Michael Winkler

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Micheal,

First get the registry keys properly set up. You can do it by typing 'regedit' at Start->Run

HKEY Local Machine

\System\CurrentControlSet\Services\TCPIP\Parameters\DatabasePath

is changed from REG_EXPAND_SZ to REG_SZ.

HKEYLocal Machine\System\CurrentControlSet\Services\TCPIP\Parameters\DatabasePath

(change it to DatabasePath1 or something similar so you don't lose it)

Create an EXPANDABLE-String Value (REG_EXPAND_SZ) with the same name and value. (should be - %SystemRoot%\system32\drivers\etc)

I wish you try out typing in commandline

sapshcut -sysname=<aaaa> -client=900 -user=<username>

-pw=<user pwd> -command=<initial screen tcode> to check it.

if it works, there doesnt seems to be any problem with GUI 640.

--Regards

Divya

Former Member
0 Kudos

Hi there,

I am trying to get my SAPConsole to automatically logon to a specific client

I have got everything working OK but each time I connect via telnet I have to process the SAP logon screen

You mention additional parameters to pass to a sapscht, are there additional parameters that can be passed to sapcnsl.exe - I tried variations on yours but none seem to work

Any help gratefully received

Cheers

Ben

Former Member
0 Kudos

All sorted

cd C:\Program Files\SAP\FrontEnd\SAPgui\websapconsole

sapcnsl.exe -p "SAPConsole Profile" -c <client> -u <usnername> -s <password> -l <langu> -a

thanks