cancel
Showing results for 
Search instead for 
Did you mean: 

problem while creating logon group in sapgui

Former Member
0 Kudos

Dear all,

To create logon group in SAP GUi, I am trying with group options

When we hit the generate list with proper entries, in some machines

It is showing login groups. But in some machine it will show

sapmsPRD message not reachable or unknown.

We try with service file (in local machine), we enter

The port sapmsPRD 3600 or sapmsPRD 3200

The above technique is success in some machine in some machine is not.

Regards,

satish

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

You need to enter in the services file


sapms<SID>      3600/tcp

If you use DNS in an active Directory domain you may need to


ipconfig /flushdns

to make the local system re-read its service file.

Markus

Former Member
0 Kudos

Hello ,

thanks for reply, i don't have DNS are DHCP, we are useing static IP configuration , and also i got same problem after restart also.

please let mw know, now what i can do

Regards,

satish

Former Member
0 Kudos

Hi,

if you are not using DNS Server than you have to make following entry in services file on all windows hosts where SAP GUI installsed

sapmsSID tab 36<installation number>/tcp

or just change services file (/windows/system32/drivers/etc) on your local windows machine and distribute this file on other windows hosts.

regards,

kaushal

markus_doehr2
Active Contributor
0 Kudos

Please enter the correct line in the services file and try again.

Markus

former_member204746
Active Contributor
0 Kudos

Satish.

insert a few blank lines after your entry.

if it was the last entry and no blank lines are inserted after, it ignores that last line.

Former Member
0 Kudos

this stupid old fgets() story of the MSCRT!!!

you will find it again and again...

peter

Former Member
0 Kudos

markus,

services entries are not related to DNS at all and directly readed by getservbyname() etc.

ipconfig /flushdns won't help with the services...

regards

Peter