Site icon EfmSoft

What does Windows error code 1824 (RPC_S_UUID_LOCAL_ONLY) mean?

 
Previous Next
RPC_S_NOT_RPC_ERROR RPC_S_SEC_PKG_ERROR

RPC_S_UUID_LOCAL_ONLY

The generated UUID must not be treated as globally unique

RPC_S_UUID_LOCAL_ONLY is a warning-style result from UUID creation. The runtime produced a usable UUID, but could not obtain the network-address information needed for the normal globally unique construction, so uniqueness is guaranteed only on the current computer.

Decide whether local uniqueness satisfies the caller. It can be acceptable for temporary in-machine keys, but not for persistent identifiers exchanged across hosts, replicated objects, or interface/object UUID allocation. Record the status rather than discarding it as success, and use a generation method with the required uniqueness guarantees when the value leaves the machine.

What to inspect

References


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

Exit mobile version