cancel
Showing results for 
Search instead for 
Did you mean: 

SAP NW04s 64-bit SLES10 - Problem with SAPGui

Former Member
0 Kudos

Hello community,

i use the sapgui from a windows xp client.

with sapgui (java) 7.00r5 - i dont have problems with logon. i must only change the conn string to follow: conn=/H/192.168.8.4/S/320<u>1</u> for dipatcher port and i dont touch the /etc/services on windows xp client - there are the standard ports: sapdp00, sapdp01, sapdp02 ... and sapgw00, sapgw01 ....

netstat -ano output:

TCP 192.168.8.99:1155 192.168.8.4:3201 HERGESTELLT 4024

the connection is ok.

but,

with sapgui 7.10 windows binary - i have problems with logon.

the connection is waiting for response. where can i change the port from XX<u>00</u> to xx<u>01</u>? i cant find a possibility in saplogon.ini to change the port.

netstat -ano output:

TCP 192.168.8.99:1182 192.168.8.4:32<u>00</u> HERGESTELLT 1240

I must change the port from 3200 to 3201, where can i find the trigger to change that in sapgui windows binary 7.10?

here my /etc/services (the sap-part) from sap-app-server(192.168.8.4).

####SAP#####

sapmsN4S 3601/tcp # SAP System Message Port

sapmsN4S 3600/tcp # Change Max

sapdp01 3201/tcp # SAP System Dispatcher Port

sapdp01s 4701/tcp # SAP System Dispatcher Security Port

sapgw01 3301/tcp # SAP System Gateway Central Instance Port

sapgw01s 4801/tcp # SAP System Gateway Security Port

#sapdp00 3600/tcp #change MAX

sapdp00 3200/tcp # SAP System Dispatcher Port

#sapdp99 3299/tcp #MAX#

sapdp00s 4700/tcp # SAP System Dispatcher Security Port

sapgw00 3300/tcp # SAP System Gateway Central Instance Port

sapgw00s 4800/tcp # SAP System Gateway Security Port

sapdbni72 7269/tcp

sql6 7210/tcp # SAP DB

####SAP-ENDE###

192.168.8.4 = n4shost.site.com / NW04s on SLES10SP1

192.168.8.99 = windows xp client with sapgui 7.10 windows binary

niping-results:

on 192.168.8.4 is the niping server started.

and then on client:

D:\Programme\SAP\FrontEnd\SAPgui>niping -c -H n4shost.site.com -S <u>3200</u>

Sun Sep 16 10:34:17 2007

connect to server o.k.

and the cursor is standing, i must strg+c to break it.

D:\Programme\SAP\FrontEnd\SAPgui>niping -c -H n4shost.site.com -S <u>3201</u>

Sun Sep 16 10:38:01 2007

connect to server o.k.

      • ERROR => bytes_written <> bytes_read (1000, 14) [nixxtst.cpp 1040]

Have any ideas to this problem?

thanks,

christoph

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

i solved the problem. in sapgui windows binary 7.10 i changed the systemnumber from <u>00</u> to <u>01</u>. then i can use the sapdp01, not sapdp00.

netstat -ano result:

TCP 192.168.8.99:1267 192.168.8.4:3201 HERGESTELLT 3268

ok.

thanks.

christoph