Natural System Error Messages 5450-5499

NAT5450: Conversion of field or return value not possible.

Text
Conversion of field or return value not possible.
Explanation
A method return value or a field could not be converted from a Java type
to a Natural type or vice versa.
Action
Check the possible data type conversions between Natural and Java in
the documentation of the Natural Java Bridge. Correct the error.

NAT5460: Initialization of socket/SSL communication failed.

Text
Initialization of socket/SSL communication failed.
Explanation
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.
Action
Contact your system administrator.

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

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

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

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

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

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

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

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

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

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

NAT5466: The time limit expired.

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

NAT5470: Page layout :1: is not defined.

Text
Page layout ... is not defined.
Explanation
The application requested a page layout that was not defined
in Natural for Ajax.
Action
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 ....
Explanation
The application sent data for a field that was not defined
in the requested page layout.
Action
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.
Explanation
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.
Action
Check the program and correct the error.

NAT5477: Incorrect NAME syntax :1:.

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

NAT5478: Incompatible NAME :1:.

Text
Incompatible NAME ....
Explanation
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.
Action
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.
Explanation
The client has sent data for a field that is not defined by NAME/VALUE
for the current PROCESS PAGE statement.
Action
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.