on ‎2007 Feb 14 6:50 PM
I just got a new laptop, and when I logon to SAP, I got an error "Sapgui 640 - Logon balancing error 88: Cannot connect to message server (rc=9). I see this message was answered at the following link
but that resolution, to change the registery, did not fix my problem. Does anybody have any other suggestions? I also copied my saplogin.ini file from my old laptop, and that didn't solve it either.
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
> I just got a new laptop, and when I logon to SAP, I
> got an error "Sapgui 640 - Logon balancing error 88:
> Cannot connect to message server (rc=9). I see this
> message was answered at the following link
What do you see if you click on the "yes" button?
This may be a name resolution problem, e. g. if you enter "hostname.mycompany.com" and your DNS is not properly configured, you get that error too.
--
Markus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is what I get when I click "yes":
Additional error information:
Errpr: service 'sapmsYRP' unknown
Component NI (network interface), version 37
rc = -3, module ninti.c, line 463
Detail NiPGetServByName: servicej 'sapmsYRP' not found
System Call getservbyname
I did find a SAPMSG.INI file on my old laptop with the following information in it, whcih I copied to my C:\Windows directory on my new laptop, but that didn't help.
[Message Server]
YRP=yrp.saphosting.york.com
YBP=ybp.saphosting.york.com
> This is what I get when I click "yes":
>
> Additional error information:
>
> Errpr: service 'sapmsYRP' unknown
>
> Component NI (network interface), version 37
> rc = -3, module ninti.c, line 463
> Detail NiPGetServByName: servicej 'sapmsYRP' not
> found
> System Call getservbyname
That means, that the service is not known.
> I did find a SAPMSG.INI file on my old laptop with
> the following information in it, whcih I copied to my
> C:\Windows directory on my new laptop, but that
> didn't help.
>
> [Message Server]
> YRP=yrp.saphosting.york.com
> YBP=ybp.saphosting.york.com
What operating system do you have?
You need to enter the service into
c:\windows\system32\drivers\etc\services
or check
c:\winnt\system32\drivers\etc\hosts
Create there an entry with
sapmsYRP 36<instance-number>
--
Markus
Hi,
Try check your "services" file (normally located in the \WINDOWS\system32\drivers\etc folder) there are maybe some sapmsxxx entries missing.
(try compare the file with the same on your old laptop).
Regards
Rolf
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The file you should search is named "services" without extension.
The file can be edited with Notepad or so.
In this file there should be some entries starting with sapmsXXX (where XXX is the <SID> of your SAP-system).
After the sapmsXXX there soul be something like 36yy/TCP (where yy is the instance number of your SAP system).
Regards
Rolf
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.