no more endpoints available...?

  • Thread starter Thread starter Adam
  • Start date Start date
A

Adam

I am getting en error when logging into the domain.
The error is event id 5789. The error stats:

Attempt to update DNS Host Name of the computer object in
active directory failed. The update value
was "servername". The following error occurred: There are
no more endpoints available from the endpoint mapper.

I have looked through microsofts site and have not been
able to find out what this error means. Can someone Please
help me.
 
In Adam <[email protected]> posted a question
Then Kevin replied below:
: I am getting en error when logging into the domain.
: The error is event id 5789. The error stats:
:
: Attempt to update DNS Host Name of the computer object in
: active directory failed. The update value
: was "servername". The following error occurred: There are
: no more endpoints available from the endpoint mapper.
:
: I have looked through microsofts site and have not been
: able to find out what this error means. Can someone Please
: help me.
Look at this to see if it can help you.
http://www.eventid.net/display.asp?eventid=5789&source=

If you will post the ipconfig /all from this server we might be able to see
the cause.
 
From a socket perspective, it means an application tried to bind to a socket
with an endpoint (i.e. an IPAddress, port pair) and no more ports where
available. However, exceptions are sometimes thrown that do not exactly
match the actuall error, but usually are close. Maybe some app is running
wild binding endpoints and not releasing them. use netstat to check
ports/ip pairs.
 
Back
Top