Site icon EfmSoft

What does Windows error code 1761 (RPC_S_ENTRY_NOT_FOUND) mean?

 
Previous Next
RPC_S_ENTRY_ALREADY_EXISTS RPC_S_NAME_SERVICE_UNAVAILABLE

RPC_S_ENTRY_NOT_FOUND

The missing object is a namespace entry

RPC_S_ENTRY_NOT_FOUND means the RPC name-service layer could not locate the requested entry. The entry normally acts as a publication point from which clients import or look up binding handles compatible with an interface and optional object UUID.

This is not equivalent to RPC_S_NO_ENDPOINT_FOUND. A namespace lookup can fail before the client has a server binding or reaches a server endpoint mapper.

What to inspect

Do not substitute the server's DNS name for an RPC namespace entry unless the application contract explicitly defines that mapping. Use the same naming model on export and lookup.

References


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

Exit mobile version