Site icon EfmSoft

What does errno 74 (EPROGUNAVAIL) mean?

 
Could be also:
ConstantTypeOS
EBADMSGerrnoLinux
EMULTIHOPerrnoSolaris
IRQL_GT_ZERO_AT_SYSTEM_SERVICEBugCheck CodeWindows
Previous Next
EBADMSG EMULTIHOP

EPROGUNAVAIL

EPROGUNAVAIL is Darwin’s error for an ONC RPC program that is unavailable at the remote endpoint. It is not a synonym for “cannot connect.” RFC 5531 places PROG_UNAVAIL among the statuses for a call whose RPC message was accepted: the peer understood enough of the request to report that it has not exported the requested program.

An ONC RPC call identifies a program number, a program version, and a procedure number. Program discovery and transport mapping are separate concerns handled by RPC binding services. Consequently, a network path can be healthy while the requested service is absent, registered on a different transport or endpoint, disabled by deployment policy, or replaced by a different implementation.

Collect the identifiers before changing anything

Keep the distinction with nearby RPC results

References


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

Exit mobile version