What does NTSTATUS 0xC0020037 (RPC_NT_NOTHING_TO_EXPORT) mean?

 
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


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