Version 6.3.8 for UNIX
 —  Messages and Codes  —

Natural System Error Messages 5451-5500

NAT5460: Initialization of socket/SSL communication failed.

Text Initialization of socket/SSL communication failed.
Expl. The initialization of the socket/SSL communication for Natural for Ajax
failed. A socket error occurred. When using SSL encryption,
make sure that the client/server certificates and private keys are set
up correctly.
Actn. Contact your system administrator.

NAT5461: Session disconnected. Error number :1:, error text :2:.

Text Session disconnected. Error number ..., error text ....
Expl. While the session was waiting to receive data from Natural for
Ajax, it was disconnected abnormally.
Actn. Contact your system administrator.

NAT5462: Receive data length failed. Error no. :1:, error text :2:.

Text Receive data length failed. Error no. ..., error text ....
Expl. An error occurred while receiving the length of the next packet
from Natural for Ajax.
Actn. Contact your system administrator.

NAT5463: Receive data failed. Error number :1:, error text :2:.

Text Receive data failed. Error number ..., error text ....
Expl. An error occurred while receiving the next packet
from Natural for Ajax.
Actn. Contact your system administrator.

NAT5464: Send data length failed. Error number :1:, error text :2:.

Text Send data length failed. Error number ..., error text ....
Expl. An error occurred while sending the length of the next packet
to Natural for Ajax.
Actn. Contact your system administrator.

NAT5465: Send data failed. Error number :1:, error text :2:.

Text Send data failed. Error number ..., error text ....
Expl. An error occurred while sending the next packet
to Natural for Ajax.
Actn. Contact your system administrator.

NAT5466: The time limit expired.

Text The time limit expired.
Expl. While the session was waiting to receive data from Natural for
Ajax, the time limit specified in NWO̲TIMEOUT has expired.
Actn. Contact your system administrator.

NAT5470: Page layout :1: is not defined.

Text Page layout ... is not defined.
Expl. The application requested a page layout that was not defined
in Natural for Ajax.
Actn. Create the page layout before using it in an application.

NAT5471: Identifier :1: is not defined in layout :2:.

Text Identifier ... is not defined in layout ....
Expl. The application sent data for a field that was not defined
in the requested page layout.
Actn. Check the page layout and regenerate the page adapter.

NAT5472: Event :1: is not supported by Natural for Ajax.

Text Event ... is not supported by Natural for Ajax.
Expl. The application sent an event to Natural for Ajax in the SEND EVENT
clause of a PROCESS PAGE statement that is not supported by
Natural for Ajax.
Actn. Check the program and correct the error.

NAT5477: Incorrect NAME syntax :1:.

Text Incorrect NAME syntax ....
Expl. The syntax of the indicated value ... in the NAME clause of the
PROCESS PAGE statement is incorrect.
Actn. Correct the indicated value in the NAME clause of the PROCESS PAGE
statement.

NAT5478: Incompatible NAME :1:.

Text Incompatible NAME ....
Expl. The indicated value ... in the NAME clause of the PROCESS PAGE statement
is incompatible with the corresponding VALUE variable. NAME and VALUE
must be both scalar or array type variables with the same number of
dimensions.
Actn. Correct the indicated value in the NAME clause or change the VALUE
parameter to a compatible variable.

NAT5479: Identifier :1: is not defined in PROCESS PAGE statement.

Text Identifier ... is not defined in PROCESS PAGE statement.
Expl. The client has sent data for a field that is not defined by NAME/VALUE
for the current PROCESS PAGE statement.
Actn. Make sure that the page adapter corresponds to the page layout of the
page requested by the PROCESS PAGE statement. Regenerate, transfer and
recatalog the adapter if necessary.

NAT5500: VSAM error during job submission.

Text ESY5500 VSAM error during job submission.
Expl. An error occurred during job submission.
Actn. Resubmit job. If error persists, contact the systems programmer.

Top of page