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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |