z/OS Communications Server: IP Messages Volume 3 (EZY)
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EZYRS19E

z/OS Communications Server: IP Messages Volume 3 (EZY)
SC27-3656-00

Cannot make second port

Explanation

The rshd server was unable to connect to the specified port.

System action

RSHD ends.

Operator response

Try the command again.

System programmer response

The connect socket call to connect with the requested socket on the client failed for one of the following reasons:
  • The Socket parameter is not valid.
  • The Socket parameter refers to a file, not a socket.
  • The specified address is not available from the local machine.
  • The addresses in the specified address family cannot be used with this socket.
  • The socket is already connected.
  • The establishment of a connection timed out before a connection was made.
  • The attempt to connect was rejected.
  • No route to the network or host is present.
  • The specified address is already in use.
  • The Address parameter is not in a writable part of the user address space.
  • The socket is marked as nonblocking. The connection cannot be immediately completed. The application program can select the socket for writing during the connection process.
  • The specified path name contains a character with the high-order bit set.

Module

rshd.c

Procedure name

doit()

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014