There are no more endpoints available from the endpoint mapper

U

ubiracir

DsBindWithCred to localhost failed with status 1753
(0x6d9):
There are no more endpoints available from the
endpoint mapper.
how to resolution this problem????
 
J

Jimmy Andersson [MVP]

When you register an RPC endpoint to an interface with the same
interface/GUID of a previously-registered endpoint, the newer endpoint
mapping overwrites the previous endpoint mapping. The endpoint mapper does
not allow two processes to register the same interface.
Take a look in the Event Viewer for errors regarding RPC since the endpoint
mapper is part of it. If you do a search with google, if memory serves, this
error has come up before and you might find a solution.

Regards,
/Jimmy
 
D

Dave Shaw [MVP]

A little more information might be useful - such as, "When does this error
occur?"

I believe this is an RPC problem where the RPC server cannot allocate
additional endpoints to another server to allow replication. Are you using
a firewall or blocking ports somewhere between DCs?

-ds
 

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