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


EZYRS32E

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

Cannot make pipe1.

Explanation

Trying to make a pipe to go between the parent and the child process. This pipe could not be made.

System action

RSHD ends.

Operator response

Try the failing command again and if it still fails contact the system programmer.

System programmer response

The pipe could not be made for one of the following reasons:
  • The FileDescriptor parameter points to a location outside of the allocated address space of the process.
  • Two file descriptors are already open (OPEN_MAX).
  • The system file table is full, or the device containing pipes has no free i-nodes.

Module

rshd.c

Procedure name

doit()

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014