Site icon EfmSoft

What does Windows error code 1760 (RPC_S_ENTRY_ALREADY_EXISTS) mean?

 
Previous Next
RPC_S_INTERFACE_NOT_FOUND RPC_S_ENTRY_NOT_FOUND

RPC_S_ENTRY_ALREADY_EXISTS

Namespace entries have their own lifecycle

RPC_S_ENTRY_ALREADY_EXISTS is a name-service status. An RPC namespace entry is a named location used to publish or organize binding information and object UUIDs. It is not the same thing as an endpoint mapper record and not the same as a registered server interface.

The status usually means initialization code assumes it is creating a fresh namespace entry while an earlier deployment, another instance, or a previous run already created it.

What to check

Endpoint mapper restart or firewall changes are unrelated. Resolve the namespace ownership and create-versus-update logic.

References


Looking for a different code? Search another status or error code.

Exit mobile version