A server has moved or otherwise changed its binding information. How do I make the client obtain the new binding ?
First, remember that a client must always be prepared to deal with stale binding handles. Before starting to make RPCs, call rpc_mgmt_is_server_listening() to verify the handle, and continue importing bindings until you get one that works. If the server information has changed recently, the information in the client’s cache may need updating. Call rpc_ns_mgmt_set_exp_age() with an expiration_age value of 0 to force an update.
Related Questions
- Im getting the error "This DHCP client was unable to obtain an IP Network address from a DHCP server." How do I fix it?
- A server has moved or otherwise changed its binding information. How do I make the client obtain the new binding ?
- Do my client applications have to be changed if I decide to use the PrivateNet server?