IBM Shop IBM Support Download
HomeNewsProductsServicesSolutionsAbout IBM
Search 
 
 

IBM Network Station Manager for S/390 Messages

IBM Network Station
IBM Network Station Manager for S/390 Messages
28 Jul 1997

Table of Contents

About This Book

This book contains messages for the following components:

Message ranges

Following are the messages documented in this book.

  • EZZ7001 - EZZ7043
  • EZZ7050 - EZZ7099
  • EZZ7200 - EZZ7250
  • EZZ7251 - EZZ7330
  • EZZ7350 - EZZ7448

  • TFTP Messages


    EZZ7001 - EZZ7043

    The following are C messages for TFTPD.

    EZZ7001I Starting.

    Severity: Informational.

    Explanation: The TFTPD daemon is starting.

    System Action: TFTPD continues.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: TFTPD (main)

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7002E New daemon fork failed: error message

    Severity: Error.

    Explanation: Unable to pre-fork a child daemon.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify adequate system resources and retry and/or correct the system error condition.

    Source Data Set: TFTPD (main)

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7003E Daemon fork to background failed: error message

    Severity: Error.

    Explanation: Unable to become a daemon.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify adequate system resources and retry and/or correct the system error condition.

    Source Data Set: TFTPD (main)

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7004E Error allocating memory for incoming datagram request: error message

    Severity: Error.

    Explanation: Unable to allocate storage needed to satisfy a request from a client.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify adequate system resources and retry and/or correct the system error condition.

    Source Data Set: TFTPD (main)

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7005E recvfrom - negative length datagram: error message

    Severity: Error.

    Explanation: The client has sent a datagram of negative length. This is a protocol error.

    System Action: TFTPD continues.

    User or Operator Response: None.

    System Programmer Response: Verify client adheres to TFTP protocol. If there is no client-side protocol error, contact IBM service.

    Source Data Set: TFTPD (main)

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7006E recvfrom - no datagram to receive

    Severity: Error.

    Explanation: The client has sent a datagram of zero length. This is a protocol error.

    System Action: TFTPD continues.

    User or Operator Response: None.

    System Programmer Response: Verify client adheres to TFTP protocol.

    Source Data Set: TFTPD (main)

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7007E Could not create a thread: error message

    Severity: Error.

    Explanation: The server was unable to create a thread to satisy a client request. The error is ignored.

    System Action: TFTPD continues.

    User or Operator Response: Retry the request.

    System Programmer Response: Verify adequate system resources and/or correct the system error condition.

    Source Data Set: TFTPD (main)

    Procedure Name: Store message in system log.

    EZZ7008W Ignoring unknown option -option

    Severity: Warning.

    Explanation: An unsupported command line option was used.

    System Action: Command line option ignored.

    User or Operator Response: None.

    System Programmer Response: Verify command line options used when TFTPD was started.

    Source Data Set: TFTPDARG

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7009E Could not open cache file: error message

    Severity: Error.

    Explanation: The file containing the list of files to be cached could not be opened.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify cache file specified on command line exists and has proper permissions and/or correct the system error condition.

    Source Data Set: TFTPDCCH

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7010E Cache file entries exceed limit.

    Severity: Error.

    Explanation: The file containing the list of files to be cached was opened but contained too many file names.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify cache file has no more than 30 file names listed.

    Source Data Set: TFTPDCCH

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7011E Bad conversion mode for cache file entry.

    Severity: Error.

    Explanation: One or more entries in the file containing the list of files to be cached has an invalid conversion mode.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify cache file has proper conversion modes. 'a' means to preconvert to NETASCII, 'b' means do not preconvert.

    Source Data Set: TFTPDCCH

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7012E Error allocating memory for filename: error message

    Severity: Error.

    Explanation: TFTPD is unable to allocate memory for caching files.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify adequate system resources and/or correct the system error condition.

    Source Data Set: TFTPDCCH

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7013E Error acessing file: file name

    Severity: Error.

    Explanation: Unable to access a requested file for caching.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify file has global read permissions and is located in a permitted directory. Verify no directory backout (../) exists in the path and filename.

    Source Data Set: TFTPDCCH

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7014E Could not open file (file name) for caching: error message

    Severity: Error.

    Explanation: Unable to open a requested file for caching.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify file can be opened, correct any system file problems with file and/or correct the system error condition.

    Source Data Set: TFTPDCCH

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7015E Error reading file (file name).

    Severity: Error.

    Explanation: Unable to read a requested file for caching.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify file can be read, correct any system file problems with file.

    Source Data Set: TFTPDCCH

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7016E Error allocating memory for file (file name): error message

    Severity: Error.

    Explanation: Unable to allocate memory to store a requested file for caching.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify adequate system resources to store the file and/or correct the system error condition.

    Source Data Set: TFTPDCCH

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7017E Bad cache file entry.

    Severity: Error.

    Explanation: The cache file has an improperly formatted entry.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify cache file.

    Source Data Set: TFTPDCCH

    Procedure Name: Store message in system log.

    EZZ7018E No files to be cached found.

    Severity: Error.

    Explanation: The cache file was read but did not appear to have any files listed in it.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify cache file.

    Source Data Set: TFTPDCCH

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7019E Error allocating memory for send data buffer: error message

    Severity: Error.

    Explanation: In attempting to send a data buffer to the client, TFTPD is unable to allocate memory for the buffer.

    System Action: TFTPD sends a NAK and an ERROR to the client.

    User or Operator Response: None.

    System Programmer Response: Verify adequate system resources and/or correct the system error condition.

    Source Data Set: TFTPDOPS

    Procedure Name: Store message in system log.

    EZZ7020E Send failed for: packet type: error message

    Severity: Error.

    Explanation: TFTPD was unable to send a DATA, ACK, or OACK to the client.

    System Action: TFTPD sends an ERROR to the client.

    User or Operator Response: None.

    System Programmer Response: Correct the system error.

    Source Data Set: TFTPDOPS, TFTPDOPT

    Procedure Name: Store message in system log.

    EZZ7021E recv failed for packet type: error message

    Severity: Error.

    Explanation: TFTPD was unable to receive a DATA, ACK or OACK from the client.

    System Action: TFTPD sends an ERROR to the client.

    User or Operator Response: None.

    System Programmer Response: Correct the system error.

    Source Data Set: TFTPDOPS, TFTPDOPT

    Procedure Name: Store message in system log.

    EZZ7022E retransmit failed for packet type: error message

    Severity: Error.

    Explanation: TFTPD was unable to complete a retransmit for a DATA, ACK, or OACK packet type.

    System Action: TFTPD sends an ERROR to the client.

    User or Operator Response: None.

    System Programmer Response: Correct the system error.

    Source Data Set: TFTPDOPS

    Procedure Name: Store message in system log.

    EZZ7023E send failed, retry number number, for packet type: error message

    Severity: Error.

    Explanation: TFTPD was unable to retransmit a DATA, ACK, or OACK to the client.

    System Action: TFTPD sends an ERROR to the client.

    User or Operator Response: None

    System Programmer Response: Correct the system error.

    Source Data Set: TFTPDOPS

    Procedure Name: Store message in system log.

    EZZ7024E Could not create socket: error message

    Severity: Error.

    Explanation: TFTPD was unable to create a socket.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Correct the system error.

    Source Data Set: TFTPDSCK

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7025E bind failed: error message

    Severity: Error.

    Explanation: TFTPD was usable to bind a port.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Correct the system error. Verify TFTPD's well-known port (69) is not already in use.

    Source Data Set: TFTPDSCK

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7026E connect failed: error message

    Severity: Error.

    Explanation: TFTPD was unable to set up a socket to send and/or receive from a client.

    System Action: The request is terminated.

    User or Operator Response: None.

    System Programmer Response: Correct the system error.

    Source Data Set: TFTPDSCK

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7027E nak - send error: error message

    Severity: Error.

    Explanation: TFTPD was unable to send a negative acknowledgement to the client.

    System Action: The error is ignored.

    User or Operator Response: Retry the request.

    System Programmer Response: None.

    Source Data Set: TFTPUTL

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7028I host name: write request for file name: result

    Severity: Informational.

    Explanation: Result of the client write request.

    System Action: TFTPD continues.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: TFTPDVLD

    Procedure Name: Store message in system log.

    EZZ7029I host name: read request for file name: result

    Severity: Informational.

    Explanation: Results of the client read request.

    System Action: TFTPD continues.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: TFTPDVLD

    Procedure Name: Store message in system log.

    EZZ7030I Exiting.

    Severity: Informational.

    Explanation: TFTPD is exiting.

    System Action: TFTPD ends.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: TFTPD (main), TFTPDARG

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7031E Exiting Abnormally, Error code: code

    Severity: Error.

    Explanation: TFTPD is exiting because of an internal error condition.

    System Action: TFTPD ends.

    User or Operator Response: None.

    System Programmer Response: Verify adequate resources, restart TFTPD.

    Source Data Set: TFTPD (main)

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7032E Exiting Abnormally, Signal received: signal code

    Severity: Error.

    Explanation: TFTPD is exiting because a signal was received.

    System Action: TFTPD ends.

    User or Operator Response: None.

    System Programmer Response: Restart TFTPD.

    Source Data Set: TFTPD (main)

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7033E Could not set code page: codepage

    Severity: Error.

    Explanation: Codepage is not set.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify codepage is available.

    Source Data Set: TFTPDSCP

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7034E Incorrect Thread Limit, Max Limit: limit

    Severity: Error.

    Explanation: An invalid thread limit was specified as a command-line argument.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Restart TFTPD with a valid thread limit.

    Source Data Set: TFTPDARG

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7035E Could not set Thread Limit to limit

    Severity: Error.

    Explanation: The system call to set the thread limit for a TFTP daemon failed.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Restart TFTPD with a valid thread limit for your system.

    Source Data Set: TFTPD (MVS main)

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7036E Error opening file stream: error message

    Severity: Error.

    Explanation: The system call to open a file stream failed.

    System Action: The request is terminated.

    User or Operator Response: None.

    System Programmer Response: Correct the system error.

    Source Data Set: TFTPDOPS

    Procedure Name: Store message in system log.

    EZZ7037E Error reading file stream: error message

    Severity: Error.

    Explanation: The system call to read from a file stream failed.

    System Action: The request is terminated.

    User or Operator Response: None.

    System Programmer Response: Correct the system error.

    Source Data Set: TFTPDOPS

    Procedure Name: Store message in system log.

    EZZ7038E host name: Error Packet received

    Severity: Error.

    Explanation: An error packet was received from the client which terminates the request.

    System Action: The request is terminated.

    User or Operator Response: None.

    System Programmer Response: Diagnose the client error.

    Source Data Set: TFTPDOPS, TFTPDOPT

    Procedure Name: Store message in system log.

    EZZ7039E host name: Timeout

    Severity: Error.

    Explanation: A request involving the client failed due to network timeouts.

    System Action: The request is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify the network performance. If necessary the timeout value may be increased by recycling TFTPD and using the -t option upon restart.

    Source Data Set: TFTPDOPS, TFTPDOPT

    Procedure Name: Store message in system log.

    EZZ7040E Error writing file stream: error message

    Severity: Error.

    Explanation: The system call to write to a file stream failed.

    System Action: The request is terminated.

    User or Operator Response: None.

    System Programmer Response: Correct the system error.

    Source Data Set: TFTPDOPS

    Procedure Name: Store message in system log.

    EZZ7041E host name: options protocol error

    Severity: Error.

    Explanation: A protocol error occurred between the client and server during options negotiation for a request.

    System Action: The request is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify client implements TFTP protocol correctly. If so, contact IBM service.

    Source Data Set: TFTPDOPT

    Procedure Name: Store message in system log.

    EZZ7042E Error with archive: directory name

    Severity: Error.

    Explanation: A specified archive directory name could not be used.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify archive directories specified exist, and are world-readable.

    Source Data Set: TFTPDARG

    Procedure Name: Store message in system log. Display message on operator console.

    EZZ7043E Number of archives specified exceed limit.

    Severity: Error.

    Explanation: More than 20 archive directories were specified.

    System Action: TFTPD is terminated.

    User or Operator Response: None.

    System Programmer Response: Restart TFTPD, specifying 20 or fewer archive directories.

    Source Data Set: TFTPDARG

    Procedure Name: Store message in system log. Display message on operator console.


    TIMED Messages


    EZZ7050-EZZ7099

    The following are TIMED messages.

    EZZ7051I Starting

    Severity: Informational.

    Explanation: The TIMED application is starting.

    System Action: TIMED continues.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: TIMED (main)

    Procedure Name: Store message in syslog. Display message to op console.

    EZZ7052E Exiting abnormally, daemon fork to background failed: reason

    Severity: Error.

    Explanation: Unable to become a daemon.

    System Action: TIMED is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify adequate system resources and retry and/or correct the system error condition.

    Source Data Set: TIMED (main)

    Procedure Name: Store message in syslog. Display message to op console.

    EZZ7053E Exiting abnormally, invalid option specified: option

    Severity: Error.

    Explanation: An unsupported command line option was used.

    System Action: TIMED is terminated.

    User or Operator Response: Verify command line options used when TIMED was started and retry.

    System Programmer Response: Verify command line options used when TIMED was started.

    Source Data Set: TIMEDARG

    Procedure Name: Store message in syslog. Display message to op console.

    EZZ7054E Exiting abnormally, sendto() error: reason

    Severity: Error.

    Explanation: TIMED was unable to send to the client.

    System Action: TIMED is terminated.

    User or Operator Response: None.

    System Programmer Response: Correct the system error.

    Source Data Set: TIMEDPTR

    Procedure Name: Store message in syslog. Display message to op console.

    EZZ7055E Exiting abnormally, recvfrom() error: reason

    Severity: Error.

    Explanation: TIMED was unable to receive from the client.

    System Action: TIMED is terminated.

    User or Operator Response: None.

    System Programmer Response: Correct the system error.

    Source Data Set: TIMEDPTR

    Procedure Name: Store message in syslog. Display message to op console.

    EZZ7056E Exiting abnormally, socket() error: reason

    Severity: Error.

    Explanation: TIMED was unable to create a socket.

    System Action: TIMED is terminated.

    User or Operator Response: None.

    System Programmer Response: Correct the system error.

    Source Data Set: TIMEDPTR

    Procedure Name: Store message in syslog. Display message to op console.

    EZZ7057E Exiting abnormally, bind() error: reason

    Severity: Error.

    Explanation: TIMED was unable to bind a port.

    System Action: TIMED is terminated.

    User or Operator Response: None.

    System Programmer Response: Correct the system error. Verify TIMED's well-known port (37) is not already in use.

    Source Data Set: TIMEDPTR

    Procedure Name: Store message in syslog. Display message to op console.

    EZZ7058I Exiting

    Severity: Informational.

    Explanation: TIMED is exiting.

    System Action: TIMED ends.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: TIMED (main)

    Procedure Name: Store message in syslog. Display message to op console.

    EZZ7059E Exiting Abnormally, Signal received: signal

    Severity: Error.

    Explanation: TIMED is exiting because a signal was received.

    System Action: TIMED ends.

    User or Operator Response: None.

    System Programmer Response: Restart TIMED.

    Source Data Set: TIMED (main)

    Procedure Name: Store message in syslog. Display message to op console.

    EZZ7060E Request received from clientaddr

    Severity: Informational.

    Explanation: Indicates that a time request was received from a client.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: TIMEDPTR

    Procedure Name: Store message in syslog.

    EZZ7061I Time successfully sent to clientaddr

    Severity: Informational.

    Explanation: Indicates that a time request from a client was satisfied.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: TIMEDPTR

    Procedure Name: Store message in syslog.

    EZZ7062I Daemon started

    Severity: Informational.

    Explanation: Indicates that the TIMED application has successfully become a daemon.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: TIMED (main)

    Procedure Name: Store message in syslog. Display message to op console.


    NSLD Messages


    EZZ7200-EZZ7250

    The following are NetStation LOGIN messages.

    EZZ7200I Starting

    Severity: Informational.

    Explanation: The network login server daemon is starting.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: nsld.c

    Procedure Name:

    EZZ7201E New daemon fork failed: errno

    Severity: Error.

    Explanation: Unable to fork a child daemon. errno is the system error.

    System Action: The network login server is terminated.

    User or Operator Response: Contact the system administrator.

    System Programmer Response: Check the error in the message. Verify adequate resources and retry.

    Source Data Set: nsld.c

    Procedure Name:

    EZZ7202E Daemon fork to background failed: errno

    Severity: Error.

    Explanation: Unable to become a daemon.

    System Action: The network login server is terminated. errno is the system error.

    User or Operator Response: Contact your system administrator.

    System Programmer Response: Check the error in the message. Verify system resources and retry.

    Source Data Set: nsld.c

    Procedure Name:

    EZZ7203E Error allocating memory for incoming datagram request: errno

    Severity: Error.

    Explanation: Unable to allocate storage needed to satisfy request from a client.

    System Action: The network login server is terminated. errno is the system error.

    User or Operator Response: Contact your system administrator.

    System Programmer Response: Check the error. Verify adequate system resources and retry.

    Source Data Set: nsld.c

    Procedure Name:

    EZZ7204E Error accepting connection: errno

    Severity: Error.

    Explanation: An error occurred while accepting a connection from a client.

    System Action: The network login server is terminated. errno is the system error.

    User or Operator Response: Contact your system administrator.

    System Programmer Response: Correct the system error reported.

    Source Data Set: nsld.c

    Procedure Name:

    EZZ7205E pthread_create failed: lost a connection from client

    Severity: Error.

    Explanation: The server was unable to create a thread to satisfy a client request.

    System Action: The connection is closed.

    User or Operator Response: Retry the request.

    System Programmer Response: If the problem persists, verify adequate resources and retry.

    Source Data Set: nsld.c

    Procedure Name:

    EZZ7206E Error sending what: error

    Severity: Error.

    Explanation: An error occurred trying to send a packet to the client. The type of packet is specified by what.

    System Action: If error is 0, some, but not all of the data was sent. Otherwise, error contains the system error code from the writev().

    User or Operator Response: Resources may have been temporarily unavailable. Try again. If the problem persists, contact your system administrator.

    System Programmer Response: Consult the system error and verify adequate system resources.

    Source Data Set: nsldrep.c

    Procedure Name:

    EZZ7207E Error reading user data: errno

    Severity: Error.

    Explanation: The network login server was unable to receive data from the client.

    System Action: An error reply packet is sent to the client and the socket is closed. errno is the system error.

    User or Operator Response: Resources may have been temporarily unavailable. Try again. If the problem persists, contact your system administrator.

    System Programmer Response: Consult the system error and verify adequate system resources.

    Source Data Set: nsldreq.c

    Procedure Name:

    EZZ7208E User data is corrupted

    Severity: Error.

    Explanation: The client did not send the amount of data that was expected.

    System Action: An error reply packet is sent to the client and the socket is closed.

    User or Operator Response: Consult the message sent by the network login server. The condition may be temporary, such as if the call was interrupted or resources were unavailable, or you may have to contact your system administrator.

    System Programmer Response: Consult the client's error message and verify adequate resources or correct the problem.

    Source Data Set: nsldreq.c

    Procedure Name:

    EZZ7209E User name is corrupted

    Severity: Error.

    Explanation: The user name that was received by the network login server was somehow corrupted.

    System Action: An error reply packet is sent to the client and the socket is closed.

    User or Operator Response: The condition may be temporary. Try again. If the problem persists, contact your system administrator.

    System Programmer Response: Investigate why the data is being corrupted. If possible, get a trace of the data that is being sent and the data that is being received.

    Source Data Set: nsldreq.c

    Procedure Name:

    EZZ7210E User password is corrupted

    Severity: Error.

    Explanation: The user password that was received by the network login server was somehow corrupted.

    System Action: An error reply packet is sent to the client and the socket is closed.

    User or Operator Response: The condition may be temporary. Try again. If the problem persists, contact your system administrator.

    System Programmer Response: Investigate why the data is being corrupted. If possible, get a trace of the data that is being sent and the data that is being received.

    Source Data Set: nsldreq.c

    Procedure Name:

    EZZ7211I Authenticating the user: username

    Severity: Informational.

    Explanation: The user username is being authenticated.

    System Action: The network login server determines if the client userid and password are valid.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: nsldgud.c

    Procedure Name:

    EZZ7212E Invalid user name: Error:errno

    Severity: Error.

    Explanation: The user name is invalid.

    System Action: An error reply packet is sent to the client along with a message describing the error and the connection is closed.

    User or Operator Response: Try again with a valid user name.

    System Programmer Response: Verify that the user name is defined to the system.

    Source Data Set: nsldgud.c

    Procedure Name:

    EZZ7213E Invalid password: Error:errno

    Severity: Error.

    Explanation: The client entered an invalid password for the specified user name.

    System Action: An error reply packet is sent to the client and the connection is closed.

    User or Operator Response: Correct the password and try again.

    System Programmer Response: None.

    Source Data Set: nsldgud.c

    Procedure Name:

    EZZ7214E User:username could not be authenticated

    Severity: Error.

    Explanation: The user could not be authenticated because either the user name was invalid or the password was invalid, or a system error occurred trying to authenticate the user.

    System Action: An error reply packet is sent to the client and the connection is closed. If the network login server is logging, there may be additional information in the system log.

    User or Operator Response: Consult the message sent by the login server. If it was an invalid user name or password, correct the error and try again. If it was a system error, contact your system administrator.

    System Programmer Response: Consult the system error to determine if it was a system problem. If so, correct the indicated problem.

    Source Data Set: nsldreq.c

    Procedure Name:

    EZZ7215I Sending ID_POSIX info to ip_address: uid=uid gid=gid

    Severity: Informational.

    Explanation: The user login data is being sent to the client. The client to whom data is being sent is ip_address. The user's uid is uid and gid is gid.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: nsldreq.c

    Procedure Name:

    EZZ7216I Sending MOUNT_NFS info to ip_address: server="server" path="path" variable=var

    Severity: Informational.

    Explanation: A MOUNT_NFS packet containing the specified information is being sent to the client whose ip address is ip_address.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: nsldreq.c

    Procedure Name:

    EZZ7217I Sending ENV_SET info to ip_address: variable="value"

    Severity: Informational.

    Explanation: A reply_env packet containing the specified environment variable is being sent to the client whose ip address is ip_address.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: nsldreq.c

    Procedure Name:

    EZZ7218I Sending MOUNT_TFTP info to ip_address: server="server" path="path" variable=var

    Severity: Informational.

    Explanation: A MOUNT_TFTP packet containing the specified information is being sent to the client whose ip address is ip_address.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: nsldreq.c

    Procedure Name:

    EZZ7219I User data is not available: errno

    Severity: Error.

    Explanation: User data could not be retrieved from the user database.

    System Action: An error reply packet is set to the client and the connection is closed. errno is the system error.

    User or Operator Response: Verify that the user name was entered correctly and try again. If the user name is correct, contact your system administrator.

    System Programmer Response: Verify that the user is defined to the system and is assigned a uid and gid.

    Source Data Set: nsldgud.c

    Procedure Name:

    EZZ7220I Sending information message to ip_address: message

    Severity: Informational.

    Explanation: The informational message message is being sent to the client whose ip address is ip_address. The message usually provides information about an error that occurred.

    System Action: The connection with the client is closed.

    User or Operator Response: Correct any errors.

    System Programmer Response: Correct any errors.

    Source Data Set: nsldreq.c

    Procedure Name:

    EZZ7221I Sending DONE message to ip_address

    Severity: Informational.

    Explanation: A DONE message is being sent to the client whose ip address is ip_address.

    System Action: A reply_done packet is sent to the client and the connection is closed.

    User or Operator Response: If an error message was returned, correct the error.

    System Programmer Response: If an error occurred, correct the error.

    Source Data Set: nsldreq.c

    Procedure Name:

    EZZ7222I Request received from ClientId: clientid, maj code:majorcode, min code:minorcode

    Severity: Informational.

    Explanation: A request with a major code of majorcode and a minor code of minorcode was received from the client whose id is clientid.

    System Action: The request is processed.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: nsldreq.c

    Procedure Name:

    EZZ7223E Major code(majorcode) is not an authentication request

    Severity: Error.

    Explanation: An invalid authentication request was received from the client.

    System Action: An error reply packet is sent to the client and the connection is closed.

    User or Operator Response: Contact your system administrator.

    System Programmer Response: If possible, trace the data that is sent from the client and received by the server to verify that it is not being corrupted. Also verify that there isn't a higher level of function on the client than is supported by the server.

    Source Data Set: nsldreq.c

    Procedure Name:

    EZZ7224E Minor code(minorcode) is not for simple authentication

    Severity: Error.

    Explanation: An invalid minor code was received on an AUTH_SIMPLE request.

    System Action: An error reply packet is sent to the client and the connection is closed.

    User or Operator Response: Contact your system administrator.

    System Programmer Response: If possible, trace the data that is sent from the client and received by the server to verify that it is not being corrupted. Also verify that there isn't a higher level of function on the client than is supported by the server.

    Source Data Set: nsldreq.c

    Procedure Name:

    EZZ7225E Client is not a Network Station(clientid:clientid)

    Severity: Error.

    Explanation: The clientid in the request header was invalid.

    System Action: An error reply packet is sent to the client and the connection is closed.

    User or Operator Response: Contact your system administrator.

    System Programmer Response: If possible, trace the data that is sent from the client and received by the server to verify that it is not being corrupted. Also verify that there isn't a higher level of function on the client than is supported by the server.

    Source Data Set: nsldreq.c

    Procedure Name:

    EZZ7226E Request received with invalid length: length

    Severity: Error.

    Explanation: The length field in the request header received by the client was either too long or too short.

    System Action: An error reply packet is sent to the client and the connection is closed.

    User or Operator Response: Contact your system administrator.

    System Programmer Response: If possible, trace the data that is sent from the client and received by the server to verify that it is not being corrupted. Also verify that there isn't a higher level of function on the client than is supported by the server.

    Source Data Set: nsldreq.c

    Procedure Name:

    EZZ7227I Authentication Request complete for clientId: clientid, rc=retcode

    Severity: Informational.

    Explanation: Processing for this client has completed.

    System Action: The connection is closed.

    User or Operator Response: If an error occurred, correct the problem.

    System Programmer Response: If an error occurred, correct the problem.

    Source Data Set: nsldreq.c

    Procedure Name:

    EZZ7228I Exiting

    Severity: Informational.

    Explanation: The network login server is exiting.

    System Action: The network login server is exiting.

    User or Operator Response: None.

    System Programmer Response: Restart the network login server if desired.

    Source Data Set: nsld.c

    Procedure Name:

    EZZ7229E Exiting abnormally, error code: code

    Severity: Informational.

    Explanation: The network login server received the signal code and is exiting.

    System Action: The network login server exits.

    User or Operator Response: None.

    System Programmer Response: Restart the network login server if desired.

    Source Data Set: nsld.c

    Procedure Name:

    EZZ7230E Exiting abnormally, signal received: error

    Severity: Error.

    Explanation: An internal error occurred.

    System Action: The network login server is exiting.

    User or Operator Response: None.

    System Programmer Response: A previous message should explain the error that caused the network login server to terminate. Correct the error and restart the network login server.

    Source Data Set: nsld.c

    Procedure Name:

    EZZ7231E Incorrect thread limit. Max limit:limit

    Severity: Error.

    Explanation: An invalid thread limit was specified as a command line argument. The thread limit must be between 1 and limit inclusive.

    System Action: The network login server is terminated.

    User or Operator Response: None.

    System Programmer Response: Restart the network login server with a valid thread limit.

    Source Data Set: nsldarg.c

    Procedure Name:

    EZZ7232I Ignoring unknown option -option

    Severity: Informational.

    Explanation: An unsupported option was specified as a command line option.

    System Action: The option option is ignored.

    User or Operator Response: None.

    System Programmer Response: Verify the command line options used when the network login server was started.

    Source Data Set: nsldarg.c

    Procedure Name:

    EZZ7233E Could not create socket: errno

    Severity: Error.

    Explanation: The network login server was unable to create a socket to listen on. errno is the system error.

    System Action: The network login server is terminated.

    User or Operator Response: None.

    System Programmer Response: Correct the system error reported.

    Source Data Set: nsldsck.c

    Procedure Name:

    EZZ7234E bind failed: errno

    Severity: Error.

    Explanation: The network login server was unable to bind to its port. The system error was errno.

    System Action: The network login server is terminated.

    User or Operator Response: None.

    System Programmer Response: Correct the system error reported.

    Source Data Set: nsldsck.c

    Procedure Name:

    EZZ7235E Error listening for connection: errno

    Severity: Error.

    Explanation: The network login server was unable to listen on its socket. The system error was errno.

    System Action: The network login server is terminated.

    User or Operator Response: None.

    System Programmer Response: Correct the system error reported.

    Source Data Set: nsld.c

    Procedure Name:

    EZZ7236E Memory allocation failed

    Severity: Error.

    Explanation: The network login server was unable to obtain storage.

    System Action: The network login server is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify adequate system resources and restart the server.

    Source Data Set: nsldrep.c, nsldgud.c

    Procedure Name:

    EZZ7237E Could not set thread limit to limit

    Severity: Error.

    Explanation: The system call to set the thread limit to limit failed.

    System Action: The network login server is terminated.

    User or Operator Response: None.

    System Programmer Response: Verify adequate system resources. Verify that your system can allow thread limits to be set at limit. If not, restart the network login server with a thread limit that is allowed on your system.

    Source Data Set: nsld.c

    Procedure Name:

    EZZ7238E System error while authenticating user: Error:errno

    Severity: Error.

    Explanation: A system error occurred while authenticating the user.

    System Action: An error reply packet is set to the client and the connection is closed. errno is the system error.

    User or Operator Response: Contact your system administrator.

    System Programmer Response: Correct the error indicated.

    Source Data Set: ndlsgud.c

    Procedure Name:

    EZZ7239W Password for username has expired

    Severity: Warning.

    Explanation: The user's password has expired and needs to be changed.

    System Action: The user is authenticated and an informational message is sent to the client.

    User or Operator Response: Logon to the host system from which you authenticated and change your password.

    System Programmer Response: None.

    Source Data Set: nsldgud.c

    Procedure Name:


    DHCP Messages


    EZZ7251-EZZ7330

    The following are Thin Client/DHCP messages.

    EZZ7251 TCP/IP does not appear to be functioning properly.

    Severity: System Error

    Explanation: The DHCP server cannot initialize socket due to a problem with TCP/IP.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: Use TCP/IP diagnostic utilities to verify the TCP/IP configuration.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7252 Missing configuration file name.

    Severity: System Error.

    Explanation: No DHCP server configuration file name was specified.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: Restart the DHCP server, specifying the configuration file name.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7253 Unexpected parameter: string

    Severity: System Error.

    Explanation: Invalid parameter detected when starting the DHCP server.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: Reenter the command with the correct parameters.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7254 Could not find the configuration file (cfg) in the ETC directory (etc) or in the current directory (disk:\\cfg2).

    Severity: System Error.

    Explanation: Either the default or specified DHCP server configuration file could not be found.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: Make sure the DHCP server configuration file is in place and restart the server.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7255 The configuration file (cfg) in the ETC directory (etc) or in the current directory (disk:\\cfg2) was empty or contained only comments.

    Severity: System Error.

    Explanation: The DHCP server configuration file contains no configuration options.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: Generate a valid DHCP server configuration file.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7256 A sharing violation occurred while opening the configuration file (cfg) in the ETC directory (etc) and in the current directory (disk:\\cfg2).

    Severity: System Error.

    Explanation: The DHCP server was unable to open the configuration file with READ access.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: Make sure the DHCP configuration file has the necessary file access permissions.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7257 The configuration file name (cfg) entered was invalid.

    Severity: System Error.

    Explanation: The DHCP server configuration file name specified is an invalid file name.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: Correct the file name and retry.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7258 The configuration file name (cfg) entered has caused an unexpected error (rc = err).

    Severity: System Error.

    Explanation: Accessing the DHCP configuration file caused an unexpected error.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: Correct the problem indicated by the file access error "rc" and retry.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7259 Could not find the configuration file (cfg) in the current directory (disk:\\cfg2) and the ETC environment variable was not set.

    Severity: System Error.

    Explanation: The DHCP server was unable to locate the configuration file.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: Make sure the configuration file is either in the current directory or in the ETC path with the ETC environment variable set.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7260 The configuration file (cfg) in the current directory (disk:\\cfg2) was empty or contained only comments.

    Severity: System Error.

    Explanation: The DHCP server configuration file contains no configuration options.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: Generate a valid DHCP server configuration file.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7261 A sharing violation occurred while opening the configuration file (cfg) in the current directory (disk) and the ETC environment variable was not set.

    Severity: System Error.

    Explanation: The DHCP server was unable to open the configuration file with READ access.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: Make sure the DHCP configuration file has the necessary file access permissions.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7262 There is a problem reading the configuration file.

    Severity: System Error.

    Explanation: The DHCP server had a problem accessing or interpreting the configuration file.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: A previous message may indicate the specific problem. If not, verify the configuration file exists in the proper directory, has the necessary file access permissions and contains valid configuration options. DHCP defaults to locating the DHCPSD.CFG file in the ETC path - make sure the ETC environment variable is set if using this path. Otherwise specify the full path for the configuration file when starting the DHCP server.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7263 USAGE: name [-?] | [-b] | [ [-v | -q] [<ConfigFile>] ]

    Severity: Informational.

    Explanation: Banner Text.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7264 name Version version - IBM DHCP

    Severity: Informational.

    Explanation: Banner Text.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7265 This program is the DHCP server. This server is used to provide dynamic configuration udpates of hosts on the attached networks. The configurations that this server provides are defined in the server's configuration file.

    Severity: Informational.

    Explanation: Informational text.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7266 Where:

    Severity: Informational.

    Explanation: Informational text.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7267 -? Display help message.

    Severity: Informational.

    Explanation: Informational text.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7268 -b Display the program banner.

    Severity: Informational.

    Explanation: Informational text.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7269 -q Execute in quite mode.

    Severity: Informational.

    Explanation: Informational text.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7270 -v Execute in verbose mode.

    Severity: Informational.

    Explanation: Informational text.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7271 <ConfigFile> DHCP Server configuration file. This file defaults to the

    Severity: Informational.

    Explanation: Informational text.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7272 following rules:

    Severity: Informational.

    Explanation: Informational text.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7273 NAME: name

    Severity: Informational.

    Explanation: Informational text.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7274 LOCATION: Searches the current working directory, if not there

    Severity: Informational.

    Explanation: Informational text.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7275 the ETC directory (name) is searched.

    Severity: Informational.

    Explanation: Informational text.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7276 RELATED COMMANDS: dadmin

    Severity: Informational.

    Explanation: Informational text.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console.

    EZZ7277 DHCP Server Initialized at time

    Severity: Informational.

    Explanation: Informational text.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: dhcpsd

    Procedure Name: Display message to op console. Write message to user log.

    EZZ7278 Options:

    Severity: Informational.

    Explanation: Informational text displayed when running -v "verbose" mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: profile

    Procedure Name: Display message to op console.

    EZZ7279 Mismatched scope parameters detected. You could experience unexpected results.

    Severity: Warning.

    Explanation: none

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: profile

    Procedure Name: Display message to op console.

    EZZ7280 Processing will continue without change.

    Severity: "Warning"

    Explanation: none

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: profile

    Procedure Name: Display message to op console.

    EZZ7281 Request from: clientid

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7282 Type:

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7283 DISCOVER

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7284 REQUEST

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7285 DECLINE

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7286 RELEASE

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7287 INFORM

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7288 BOOTP REQUEST

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7289 UNKNOWN MESSAGE TYPE

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7290 Status:

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7291 IP Addr: addr

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7292 msg

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7293 Client authentication failed - NO REPLY.

    Severity: Informational.

    Explanation: none

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7294 Offering address to the client - REPLY OFFER.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7295 No addresses available for the client - NO REPLY.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7296 Offering reserved address to the client - REPLY OFFER.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7297 Previously bound/no addresses available for client - NO REPLY.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7298 Offering expired/released address to client - REPLY OFFER.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7299 Expired/released address not available for the client - NO REPLY.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7300 No address is available for client (unknown error) - NO REPLY.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7301 aborting OFFER.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7302 Requested hostname does not match offered - NO REPLY.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7303 Responding with client information - REPLY ACK.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7304 Renewing an unused lease - REPLY ACK.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7305 Renewing a lease on another server - NO REPLY.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7306 Requested address not in address pool - NO REPLY.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7307 Renewing an unused lease REPLY NONE.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7308 Requesting an unavailable address - NO REPLY.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7309 Requesting an existing lease - REPLY ACK.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7310 NAKing existing lease renew - REPLY NAK.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7311 Renewing a released lease - REPLY ACK.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7312 Released lease is unavailable to renew - NO REPLY.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7313 Renewing an expired lease - RESPONSE.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7314 Cannot renew expired lease - NO RESPONSE.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7315 Requesting a reserved address - REPLY ACK.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7316 Requesting an unavailable reserved address - REPLY NAK.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7317 Offer not accepted by client - NO REPLY.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7318 Client requested address lease from wrong server - REPLY NAK.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7319 Attempting to act on a non-existing lease - NO ACTION.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7320 No server was specified - NO ACTION.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7321 Reserved lease declined by client - ADDRESS MARKED DECLINED.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7322 Active lease declined by client - ADDRESS MARKED DECLINED.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7323 Reserved lease released by client - ADDRESS RELEASED.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7324 Active lease released by client - ADDRESS RELEASED.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7325 Server is not configured to support BOOTP - NO REPLY.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7326 Offering a BOOTP client a permanent lease - REPLY OFFER.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7327 Reply cancelled because requested address is not in our pool.

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7328 Validity of network location undetermined - REPLY NONE

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7329 Client moved to another subnet - REPLY NAK

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.

    EZZ7330 Client may have received address from another server - REPLY NONE

    Severity: Informational.

    Explanation: Informational text displayed when running "verbose" (-v) mode.

    System Action: None.

    User or Operator Response: None.

    System Programmer Response: None.

    Source Data Set: replygen

    Procedure Name: Display message to op console.


    NSM Messages


    EZZ7350-EZZ7448

    The following are Network Station Manager messages.

    EZZ7350 (User: User_name) Unable to access HTML file File_name

    Severity: Error.

    Explanation: The HTML file File_name could not be accessed by the IBM Network Station Manager. See the message below for the specific cause of the error.

    System Action: None.

    User or Operator Response: Correct the error and try the request again. If the file does not exist, reinstall the IBM Network Station Manager licensed program.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmcgi.c

    Procedure Name: None.

    EZZ7351 (User: User_name) Required information Variable_name not found or not valid.

    Severity: Error.

    Explanation: Information required by the IBM Network Station Manager was not found in the HTML form data or was not valid. This may be caused by one of the following:

    Viewing HTML pages from the IBM Network Station Manager without going through the IBM Network Station Manager main screen.

    Using IBM Network Station Manager CGI programs from non-IBM Network Station Manager HTML pages.

    Editing the IBM Network Station Manager HTML files.

    Not allowing the IBM Network Station Manager to control the flow of operation by using the back up button on the browser to return to previous screens.

    System Action: None.

    User or Operator Response: Do one of the following and try the request again.

    Only use the published URL to access the IBM Network Station Manager functions.

    Do not use IBM Network Station Manager CGI programs from other HTML pages.

    If the HTML files have been edited, reinstall the IBM Network Station Manager licensed program to restore the HTML files to their correct state.

    Restart the IBM Network Station Manager.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmcgi.c qytcmscg.c qytcmssc.c

    Procedure Name: None.

    EZZ7352 (User: User_name) Problem found with HTML file File_name

    Severity: Error.

    Explanation: The IBM Network Station Manager cannot process the request due to a problem in HTML file File_name.. This may be caused by one of the following:

    Using IBM Network Station Manager CGI programs from non-IBM Network Station Manager HTML pages.

    Editing the IBM Network Station Manager HTML files.

    System Action: None.

    User or Operator Response: Do one of the following and try the request again.

    Do not use IBM Network Station Manager CGI programs from other HTML pages.

    If the HTML files have been edited, reinstall the IBM Network Station Manager licensed program to restore the HTML files to their correct state.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmclc.c qytcmpgc.c qytcmscg.c qytcmtcg.c qytcmtgc.c

    Procedure Name: None.

    EZZ7353 (User: User_name) Unable to process data from HTML page.

    Severity: Error.

    Explanation: The IBM Network Station Manager was unable to process the data from the HTML page. This may be caused by one of the following:

    Using IBM Network Station Manager CGI programs from non-IBM Network Station Manager HTML pages.

    Editing the IBM Network Station Manager HTML files.

    An error reading data from the HTML page.

    System Action: None.

    User or Operator Response: Do one of the following and try the request again.

    Do not use IBM Network Station Manager CGI programs from other HTML pages.

    If the HTML files have been edited, reinstall the IBM Network Station Manager licensed program to restore the HTML files to their correct state.

    If neither of the above apply, retry your request.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmaic.c qytcmccg.c qytcmclc.c qytcmpcg.c qytcmsgc.c qytcmssc.c qytcmtcc.c

    Procedure Name: None.

    EZZ7354 (User: User_name) Error during authentication for user User_profile_name

    Severity: Error.

    Explanation: The user name supplied by the server was null. This can occur if the user has not been authenticated before the IBM Network Station Manager program is invoked.

    System Action: None.

    User or Operator Response: Correct the error and try to sign on to the IBM Network Station Manager program again.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmcgi.c

    Procedure Name: None.

    EZZ7355 (User: User_name) Unable to access required file File_name

    Severity: Error.

    Explanation: The required file File_name could not be accessed by the IBM Network Station Manager. See the message below for the specific cause of the error.

    System Action: None.

    User or Operator Response: Correct the error and try the request again. If the file does not exist, reinstall the IBM Network Station Manager licensed program.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmpgc.c qytcmpsc.c qytcmtcc.c

    Procedure Name: None.

    EZZ7356 (User: User_name) Unable to access system preferences file File_name

    Severity: Error.

    Explanation: The system-wide preferences in file File_name could not be accessed by the IBM Network Station Manager. The system-wide preferences for the client application being worked with cannot be viewed or changed. They may not be usable by the client application meaning that the system preferences will use their default values as shipped by IBM. See the message below for the specific cause of the error.

    System Action: None.

    User or Operator Response: Correct the error and try the request again.

    If the file was damaged, delete the file and restore a previously saved copy or create it again by selecting new system preferences through the IBM Network Station Manager.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmpgc.c qytcmpsc.c

    Procedure Name: None.

    EZZ7357 (User: User_name) Unable to access user preferences file File_name

    Severity: Error.

    Explanation: The user preferences in file File_name could not be accessed by the IBM Network Station Manager. The user preferences for the client application and user being worked with cannot be viewed or changed. They may not be usable by the client application meaning that the user preferences will use the system values. See the message below for the specific cause of the error.

    System Action: None.

    User or Operator Response: Correct the error and try the request again.

    If the file was damaged, delete the file and restore a previously saved copy or create it again by selecting new user preferences through the IBM Network Station Manager.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmpgc.c qytcmpsc.c

    Procedure Name: None.

    EZZ7358 (User: User_name) Unable to update system preferences in file File_name

    Severity: Error.

    Explanation: The system-wide preferences in file File_name could not be updated by the IBM Network Station Manager. None of the requested changes to the system preferences have been made. See the message below for the specific cause of the error.

    System Action: None.

    User or Operator Response: Correct the error and try the request again.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmpsc.c qytcmtcc.c

    Procedure Name: None.

    EZZ7359 (User: User_name) Unable to update user preferences in file File_name

    Severity: Error.

    Explanation: The user preferences in file File_name could not be updated by the IBM Network Station Manager. None of the requested changes to the user preferences have been made. See the message below for the specific cause of the error.

    System Action: None.

    User or Operator Response: Correct the error and try the request again.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmpsc.c qytcmtcc.c

    Procedure Name: None.

    EZZ7360 (User User_name) Unable to retrieve list of users.

    Severity: Error.

    Explanation: The IBM Network Station Manager was unable to retrieve the requested list of users. See the message below for the specific cause of the error.

    System Action: None.

    User or Operator Response: Correct the error and try the request again. Otherwise, enter the specific user name directly in the entry field.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmclc.c

    Procedure Name: None.

    EZZ7361 (User: User_name) Unable to convert program data from one Coded Character Set ID to another.

    Severity: Error.

    Explanation: The IBM Network Station Manager encountered an error while converting program data from one Coded Character Set to another. See the message below for the specific cause of the error.

    System Action: None.

    User or Operator Response: This error indicates a system problem in the area of National Language Support. Verify that the NLS support has been properly installed.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmccv.C

    Procedure Name: None.

    EZZ7362 (User: User_name) Unable to access system hardware preferences in file File_name

    Severity: Error.

    Explanation: The system-wide IBM Network Station hardware preferences in file File_name could not be accessed by the IBM Network Station Manager. The system-wide preferences in this file cannot be viewed or changed. This file is also accessed by IBM Network Stations and may not be readable by them. IBM Network Stations may still be able to read their default values as shipped by IBM, their workstation-specific preferences, and their user-specific preferences. See the message below for the specific cause of the error.

    System Action: None.

    User or Operator Response: Correct the error and try the request again.

    If the file was damaged, delete the file and restore a previously saved copy or create it again by selecting new system hardware preferences through the IBM Network Station Manager.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmtcc.c

    Procedure Name: None.

    EZZ7363 (User: User_name) Unable to access workstation or user specific hardware preferences in file File_name

    Severity: Error.

    Explanation: The workstation or user specific IBM Network Station hardware preferences in file File_name could not be accessed by the IBM Network Station Manager. The workstation or user specific hardware preferences in this file cannot be viewed or changed. The file also may not be readable by the IBM Network Station when it loads preferences for itself or its user. The IBM Network Station may still be able to read the default preferences as shipped by IBM and the system-wide preferences. See the message below for the specific cause of the error.

    System Action: None.

    User or Operator Response: Correct the error and try the request again.

    If the file was damaged, delete the file and restore a previously saved copy or create it again by selecting new workstation or user specific hardware preferences through the IBM Network Station Manager.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmtcc.c

    Procedure Name: None.

    EZZ7364 (User: User_name) Unable to update workstation preferences in file File_name

    Severity: Error.

    Explanation: The workstation preferences in file File_name could not be updated by the IBM Network Station Manager. None of the requested changes to the workstation preferences have been made. See the message below for the specific cause of the error.

    System Action: None.

    User or Operator Response: Correct the error and try the request again.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmtcc.c

    Procedure Name: None.

    EZZ7368 (User: User_name) Required file File_name contains a statement that is not valid.

    Severity: Error.

    Explanation: The required file File_name contains a statement which could not be parsed by the IBM Network Station Manager. The IBM Network Station Manager cannot continue because of the possibility that preference settings will be lost. This file is installed with the IBM Network Station Manager. The IBM Network Station Manager has detected a change since installation.

    System Action: None.

    User or Operator Response: Reinstall the IBM Network Station Manager licensed program.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmtcc.c

    Procedure Name: None.

    EZZ7369 (User User_name) does not have the proper authority to access user Accessed_User_Name

    Severity: Error.

    Explanation: User User_name does not have the proper authority to perform administrative functions through the IBM Network Station Manager.

    System Action: None.

    User or Operator Response: Do one of the following and try the request again.

    Contact a valid System Administrator and have them set up user User_name as a Systems Administrator.

    Use a different user profile when signing on to the IBM Network Station Manager which has the required authority.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmcgi.c

    Procedure Name: None.

    EZZ7371 (User: User_name) Unable to access IBM Network Station DNS configuration file File_name

    Severity: Error.

    Explanation: The DNS configuration file, File_name, could not be accessed. This file contains statements that configure the domain name servers and host tables on IBM Network Stations. IBM Network Stations may not be able to connect to remote hosts because of this error. See the message below for the specific cause of the error.

    System Action: None.

    User or Operator Response: Correct the error given in the message below. Then delete the file if it exists. Use the "Update host table and DNS configuration" button on the Hardware Settings - System Defaults page of the IBM Network Station Manager to create the file again.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmtnr.c qytcmtsc.c

    Procedure Name: None.

    EZZ7373 (User: User_name) Unable to access startup file File_name

    Severity: Error.

    Explanation: The application startup data in file File_name could not be accessed by the IBM Network Station Manager. The application startup programs, menus, environment variables, or Internet network information cannot be viewed or changed and may not be usable. See the message below for the specific cause of the error.

    System Action: None.

    User or Operator Response: Correct the error and try the request again.

    If the file was damaged, delete the file and restore a previously saved copy or create it again by selecting new startup or Internet network information through the IBM Network Station Manager.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmscg.c qytcmssc.c

    Procedure Name: None.

    EZZ7374 (User: User_name) Unable to access or create system startup file File_name

    Severity: Error.

    Explanation: The system startup file File_name could not be accessed or created by the IBM Network Station Manager. In order to save a user startup file, the system startup file must exist. The requested changes to the user startup programs, menus, environment variables, or Internet network information cannot be saved. See the message below for the specific cause of the error.

    System Action: None.

    User or Operator Response: Correct the error and try the request again.

    If the system file was damaged, delete the file and restore a previously saved copy or create it again by selecting new startup or Internet network information through the IBM Network Station Manager.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmssc.c

    Procedure Name: None.

    EZZ7375 (User: User_name) Unable to update startup file File_name

    Severity: Error.

    Explanation: The application startup information in file File_name could not be updated by the IBM Network Station Manager. The requested changes to the startup programs, menus, environment variables, or Internet network information cannot be saved. See the message below for the specific cause of the error.

    System Action: None.

    User or Operator Response: Correct the error and try the request again.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmssc.c

    Procedure Name: None.

    EZZ7376 (User: User_name) Corrupted password value found in system preferences file File_name

    Severity: Error.

    Explanation: The IBM Network Station Manager encountered a corrupted password setting in the system-wide preferences file ( File_name ). The system-wide preferences in this file have been corrupted and are not viewable. The file also may not be readable by IBM Network Stations.

    System Action: None.

    User or Operator Response: Data in this file has been lost. Delete the file and restore a previously saved copy or create it again by selecting new system hardware preferences through the IBM Network Station Manager.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmtcg.c

    Procedure Name: None.

    EZZ7377 (User: User_name) Unable to access required file File_name

    Severity: Error.

    Explanation: The required file File_name could not be accessed by the IBM Network Station Manager.

    System Action: None.

    User or Operator Response: If there is a message below, correct the error and try the request again. If there is no message below, the file does not exist. In that case, reinstall the IBM Network Station Manager licensed program.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmscg.c qytcmssc.c

    Procedure Name: None.

    EZZ7381 (User: User_name) Error occurred while determining the national language version.

    Severity: Error.

    Explanation: The IBM Network Station Manager was in the process of determining the correct national language version to present when the error occurred. This may be caused by one of the following:

    The primary language version of the IBM Network Station Manager licensed program has not been installed.

    A secondary language version of the IBM Network Station Manager licensed program has been installed without having previously installed the primary language version.

    The primary language version of the IBM Network Station Manager does not match the primary language of the system.

    System Action: None.

    User or Operator Response: Do one of the following and try the request again.

    Reinstall the primary language version of the IBM Network Station Manager licensed program which matches the primary language of the system.

    Reinstall a secondary language version of the IBM Network Station Manager licensed program after installing the primary language version.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmaic.c

    Procedure Name: None.

    EZZ7383 (User: User_name) User User does not exist.

    Severity: Warning.

    Explanation: The user ( User ) is not an existing user name defined on this system. Only those users that have a valid user name can be configured by the IBM Network Station program.

    System Action: None.

    User or Operator Response: Do one of the following and try the request again.

    System Administrator:

    Specify an existing user name that is valid.

    Press the Browse button on the HTML screen to display a list of users that are valid and can be configured for the IBM Network Station program. Select a user from the list.

    Others:

    Contact the System Administrator. It is possible that the user name that was authenticated is only valid for access via the Server.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmccg.c

    Procedure Name: None.

    EZZ7384 (User: User_name) IBM Network Station Workstation not found.

    Severity: Warning.

    Explanation: The IBM Network Station name/terminal Workstation could not be resolved.

    System Action: None.

    User or Operator Response: Specify a valid IBM Network Station name. If the name is valid, verify that the domain name server is active.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmccg.c

    Procedure Name: None.

    EZZ7438 (User: User_name) Unexpected condition(s) detected during update Host Table and DNS Configuration: Missing_Info

    Severity: Error.

    Explanation: All of the expected information was not available. Information is extracted from the /etc/resolv.conf file. Refer to the explanations below for the information that may be missing.

    No Domain Name: Host Table not updated with a default domain name because one could not be located. No 'search' or 'domain' statement exits from which the default domain name can be identified. On the 'search' statement, the first domain specified is used as the default domain name and the last 'search' or 'domain' statement detected in the file determines the default domain name.

    No Name Servers: Host Table not updated with any name servers because none could be located. No 'nameserver' statement exits which identifies the nameserver to be used. One 'nameserver' statement is needed with a single IP address of the nameserver.

    System Hardware settings have been updated with other selections made.

    System Action: None.

    User or Operator Response: If you expect a default Domain Name and/or Name Servers to be updated in the Host Table, correct the error and try the request again.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmtcc.c

    Procedure Name: None.

    EZZ7439 (User: User_name) Unable to access Dump file File_name

    Severity: Error.

    Explanation: The Dump file File_name could not be accessed by the IBM Network Station Manager. See the message below for the specific cause of the error.

    System Action: None.

    User or Operator Response: Correct the error and try the request again. If the file does not exist, reinstall the IBM Network Station Manager licensed program.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmfdf.c

    Procedure Name: None.

    EZZ7440 (User User_name) Unable to retrieve list of Dump Files from directory Dump_Directory_Name.

    Severity: Error.

    Explanation: The IBM Network Station Manager was unable to retrieve the requested list of dump files from directory Dump_Directory_Name. See the message below(if any) for the specific cause of the error. You may not have read permission to the dump directory or there is no valid dump file.

    System Action: None.

    User or Operator Response: Correct the error and try the request again.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmclc.c

    Procedure Name: None.

    EZZ7441 (User: User_name) Unexpected error occurred. Dump saved in file Dump_File_Name

    Severity: Critical.

    Explanation: Unexpected error has occured. The trace of the CGI is saved in file Dump_File_Name

    System Action: None.

    User or Operator Response: Do one of the following and try the request again.

    Try submitting the request again.

    Restart the IBM Network Station Manager.

    Contact your Network Station Administrator with the Dump file name.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmcut.c

    Procedure Name: None.

    EZZ7442 (User: User_name) User Initiating_User_name initiating conversation is not the current user User_name

    Severity: Warning.

    Explanation: In processing a series of requests, the IBM Network Station Manager has detected a request comming from user User_name who is not the user that initiated the conversation with the IBM Network Station Manager. All requests on the current session must originate from user Initiating_User_name.

    System Action: None.

    User or Operator Response: Do one of the following and try the request again.

    Try submitting the request again.

    Restart the IBM Network Station Manager.

    Contact your Network Station Administrator.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmcgi.c

    Procedure Name: None.

    EZZ7443 (User: User_name) Request received from unexpected IP Address ( Unexpected: Unexpected_IP_Addr, Expected: Expected_IP_Addr).

    Severity: Warning.

    Explanation: The IP Address Unexpected_IP_Addr for this request does not match the previous IP Address Expected_IP_Addr used during this session. In processing a series of requests, the IBM Network Station Manager has detected a request comming from IP address Unexpected_IP_Addr. This is not the IP address that initiated the conversation with the IBM Network Station Manager. All requests on the current session must originate from IP address Expected_IP_Addr.

    System Action: None.

    User or Operator Response: Do one of the following and try the request again.

    Try submitting the request again.

    Restart the IBM Network Station Manager.

    Contact your Network Station Administrator.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmcgi.c

    Procedure Name: None.

    EZZ7444 (User: User_name) IBM Network Station Message Log Initialization Failed with RC: Return_Code., Dump file ( Dump_File_Name ) created.

    Severity: Error.

    Explanation: An unexpected error occurred during initialization for the IBM Network Station Manager message logging. If possible, a dump file ( Dump_File_Name) was created.

    System Action: None.

    User or Operator Response: Try the request again.

    If the problem persists, collect the appropriate information and contact your Service Representative.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmccv.c

    Procedure Name: None.

    EZZ7445 (User: User_name) IBM Network Station Manager System Initialization failed with RC: Return_Code., Dump file ( Dump_File_Name ) created.

    Severity: Error.

    Explanation: An unexpected error occurred during system initialization for the IBM Network Station Manager. If possible, a dump file ( Dump_File_Name) was created.

    System Action: None.

    User or Operator Response: Try the request again.

    If the problem persists, collect the appropriate information and contact your Service Representative.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmain.c qytcmcls.c qytcmcsp.c qytcmjgt.c qytcmjst.c qytcmpgt.c qytcmpst.c qytcmsgt.c qytcmsst.c qytcmtgt.c qytcmtst.c

    Procedure Name: None.

    EZZ7446 Description for message Unknown_Message could not be found.

    Severity: Error.

    Explanation: The IBM Network Station Manager issued a message for which the message detail could not be found in the message catalog.

    This could be caused by applying a PTF which requires a message catalog update and the catalog has not been updated.

    System Action: None.

    User or Operator Response: See your Network Station Administrator.

    Insure that the message catalog has been updated with the latest message descriptions. If the error persists, collect the appropriate documentation and contact your Service Representative.

    System Programmer Response: None.

    Source Data Set: qytcmccv.c

    Procedure Name: None.

    EZZ7447 Unexpected system error occurred. errno= Errno, Message: Errno_Msg

    Severity: Error.

    Explanation: A system call returned an unexpected error. The error number received is listed above, along with any text which may be available from the system identifying the error.

    System Action: None.

    User or Operator Response: Contact your Network Station Administrator.

    Insure that program temporary fixes (PTFs) included with the IBM Network Station Manager licensed program have been applied. Restart the IBM Network Station Manager and then try the request again.

    If the error persists, collect the available documentation and contact your Service Representative.

    System Programmer Response: None.

    Source Data Set: qytcmccv.c qytcmcgi.c

    Procedure Name: None.

    EZZ7448 (User: User_name) Unexpected error ( Signal_Name ) occurred, Dump file ( Dump_File_Name ) created.

    Severity: Error.

    Explanation: An unexpected error occurred while running the IBM Network Station Manager. If possible, a dump file ( Dump_File_Name) was created.

    Refer to your system documentation for a description of the signal error ( Signal_Name ) returned.

    System Action: None.

    User or Operator Response: Do one of the following and try the request again.

    If the problem persists, collect the appropriate information and contact your Service Representative.

    Message resulted from Process Name / ID: Process_Name / Process_ID

    System Programmer Response: None.

    Source Data Set: qytcmccv.c

    Procedure Name: None.

     

    PrivacyTerms of useContact---