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


EZYTE46E

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

EXECL: error description rsn = errnojr

Explanation

This message is written to the client as well as the syslog file. An error has occurred in trying to open the shell process to do the requested command.

description describes the error.

errnojr is the hexadecimal UNIX System Services reason code. The format of the 4-byte reason code is explained in the introduction to the reason codes (Errnojrs) chapter of the z/OS UNIX System Services Messages and Codes, where the reason codes are listed.

System action

Processing ends.

Operator response

Try the command again. If the problem persists contact the system programmer.

System programmer response

An execl can fail for the following reasons:
  • The new process's combined argument list and environment list has more bytes than the system defined limit ARG_MAX.
  • The process did not have appropriate permissions to run the specified file for one of the following reasons:
    • The process did not have permission to search a directory named in your path.
    • The process did not have execute permission for the file to be run.
    • The file to be run was not a regular file and the system cannot run files of its type.
  • The new process image file has the appropriate permission and has a recognized format, but the system does not support execution of a file with this format.
  • A loop exists in symbolic links.
  • One or more pathname components in path or file does not exist.
  • The new process image file has the appropriate access permission but is not in the proper format.
  • The new process requires more memory than is permitted by the operating system.
  • A directory component of path or file is not really a directory. Correct the error indicated by description and errnojr.

Module

telnetd.c

Procedure name

doit()

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014