no more endpoints available...?

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.
 
K

Kevin D. Goodknecht [MVP]

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.
 
W

William Stacey

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top