NS3000/iX Error Messages Reference Manual (36923-90041)

64 Chapter5
NetIPC (SOCKERRS) Error Messages
MESSAGE: INVALID NAME LENGTH.
28 CAUSE: Specified name length was too large or negative.
ACTION: Check your name length parameter. Shorten the name if
necessary.
MESSAGE: INVALID DESCRIPTOR.
29 CAUSE: Specified descriptor is not a valid socket, connection, or
destination descriptor.
ACTION: Check the value being specified.
MESSAGE: UNABLE TO NAME CONNECTION SOCKETS.
30 CAUSE: The socket descriptor given in the IPCNAME call was for a
VC socket; VC sockets may not be named.
ACTION: Check if the correct descriptor was specified.
MESSAGE: DUPLICATE NAME.
31 CAUSE: Specified name was previously given.
ACTION: Use a different name.
MESSAGE: NOT CALLABLE INSPLIT STACK.
32 CAUSE: The particular NetIPC intrinsic cannot be called from split
stack.
ACTION: Recode to call the intrinsic from the stack. Vectored data may
be required.
MESSAGE: INVALID NAME.
33 CAUSE: Name is too long or has a negative length.
ACTION: Check the name’s length. Shorten the name if necessary.
MESSAGE: CRITICAL ERROR PREVIOUSLY REPORTED; MUST
SHUTDOWN SOCKET.
34 CAUSE: NetIPC previously detected and reported an irrecoverable
error; most likely it was initiated by the protocol module.
ACTION: The socket can no longer be used. Call IPCSHUTDOWN to clean
up.
MESSAGE: ATTEMPT TO EXCEED LIMIT OF NAMES PER SOCKET.
35 CAUSE: A socket can have only four names; the caller attempted to give
it a fifth.
ACTION: Use no more than four names.
MESSAGE: TABLE OF NAMES IS FULL.
36 CAUSE: Socket registry or give table is full.