| Previous | Next |
| EPT_NT_NOT_REGISTERED | RPC_NT_INCOMPLETE_NAME |
RPC_NT_NOTHING_TO_EXPORT
There is no RPC information to export
A name-service entry export should publish interfaces, object UUIDs, binding handles, or a combination of them. This status means the export request has no useful data to place into the entry.
Diagnose the order of server initialization. The server may need to register interfaces and obtain binding handles before exporting a name-service entry.
What to inspect
- Check that RpcServerRegisterIf completed before export.
- Call RpcServerInqBindings after protocol sequences are enabled.
- Avoid exporting an empty entry as a substitute for endpoint mapper registration.
References
- Microsoft: RPC name service entry overview
- Microsoft: Registering RPC interfaces
- Microsoft: Specifying RPC endpoints
- Microsoft Open Specifications: NTSTATUS values
Looking for a different code? Search another status or error code.