BASICS:How to translate Network Facility error codes or File Facility error codes.
book
Article ID: KB0085078
calendar_today
Updated On:
Products
Versions
TIBCO InConcert
-
Not Applicable
-
Description
Resolution: These error codes come from the underlying OS that is used. The the network errors 1 though 16 are in /usr/include/rpc/clnt.h. The network errors on PC clients, those above 10000, are in WINSOCK.H.
The File facility and OS error codes on UNIX are found in /usr/include/sys/errno.h.
NOTE: All code should call CxxIcStatus::translate to get the translation of the error code in to text. In IcJava this call is toString and is in the IcStatusFacility.
Issue/Introduction
BASICS:How to translate Network Facility error codes or File Facility error codes.
Environment
Product: TIBCO InConcert
Version: All
OS: All
--------------------