Text | Normal end of execution. |
Expl. | This message indicates the successful execution or completion of a Natural batch job. |
Actn. | No action required. |
Text | Database loop processing limit exceeded. |
Expl. | The processing limit of a HISTOGRAM/FIND/READ database loop is specified via a numeric constant or a numeric user-defined variable. When this limit is exceeded, this does not necessarily indicate an error condition; however, the records which met the search criteria in a database loop but which are beyond the limit have not been processed. Note: The general limit for processing loops may also be set with the Natural session parameter LT. |
Actn. | Increase the limit value or ignore this error message. |
Text | Time limit exceeded. |
Expl. | In TP mode, this message means that the time-out parameter
specified for the TP monitor at system generation time is not sufficient to handle current program requirements. In batch mode, after determining that the program is not in an endless loop, the MT parameter (via a SET GLOBALS statement or GLOBALS command) can be used to increase the CPU-time factor. |
Actn. | Check program and correct it if necessary. If program is correct, contact your Natural administrator. |
Text | Abnormal termination ... during program execution. |
Expl. | An abnormal termination has occurred during the execution of a Natural object program. A common cause of this error is the use of an arithmetic operand which does not contain valid numeric data at execution time. |
Actn. | Check program and correct error. |
Text | Abnormal termination ... during program compilation. |
Expl. | An internal abnormal termination has occurred during the Natural syntax/compilation phase. |
Actn. | Contact your Natural administrator. |
Text | Abnormal termination ... during command analysis. |
Expl. | An abnormal termination of the Natural system has occurred during the evaluation of a command. |
Actn. | Contact your Natural administrator. |
Text | Database loop limit reached with "LE=ON". |
Expl. | The limit specified for a database processing loop in a FIND,
READ or HISTOGRAM statement was reached. This leads to a termination of the loop statement and the program flow continues normally with the statement following the aborted loop. At the end of the program, error message NAT0957 is encountered, if parameter "LE=ON" is set. The limit may be either set with an explicit value supplied in the database loop statement (e.g. FIND (10) ..) or, if no explicit limit was given, globally in a program with the LIMIT statement (e.g. LIMIT 10). In batch mode, Natural will continue processing only if the session parameter CC is set to "OFF". |
Actn. | Increase the limit value or set "LE=OFF". |
Text | Invalid usage of ODA (object data area) in method .... |
Expl. | Object data areas (ODAs) are defined in methods to use
class-specific data. If an ODA is defined in a subprogram, this subprogram can only be called as a method of a class (statement SEND METHOD). Also the ODA defined in a method must be compatible to the ODA defined in the class. The method is either being called without using SEND METHOD, or the ODA defined in the method contains a different number of variables than the ODA defined in the class. |
Actn. | Activate the method using SEND METHOD. Ensure that the ODA
defined in the method contains the same number of variables as the ODA defined in the class. |
Text | Inconsistent ODA structure in class ... and method ... (...). |
Expl. | Object data areas (ODAs) are defined in methods to use
class-specific data. Therefore, the structure of the ODA defined in the class must match the structure of the ODA defined in the method. An inconsistency was detected for the variable shown in brackets. |
Actn. | Ensure that the variables contained in the ODA of a method and
its class have the same format and length. |
Text | SAVE/CATALOG/PURGE/UNCATALOG terminated unsuccessfully. |
Expl. | The operation was attempted repeatedly and a response code of "9" for transaction back-out was received from Adabas when XREF data were processed. |
Actn. | Ask your Natural administrator to review the maximum transaction duration time setting for Adabas. |
Text | Concurrent SAVE/CAT/PURGE/UNCAT; or hold queue full. |
Expl. | The same source program/object module is currently being
processed for update by another user. This error condition can also be produced when Adabas response code "145" is received while attempting to delete the "old" copy of the Natural source or object program. A common reason for this error is an overflow of the Adabas hold queue. |
Actn. | Retry operation later. If problem persists, notify your Natural administrator. |
Text | Invalid access to Natural system library. |
Expl. | An attempt was made to access/replace a program in the Natural
system library "SYSLIB". The use of "SYSLIB" is restricted to Natural system routines; a user must not use library ID "SYSLIB". |
Actn. | Do not attempt to access the system library "SYSLIB". |
Text | Security violation during program execution (...). |
Expl. | The current user has attempted to execute a Natural program which has a restricted status. |
Actn. | Contact your Natural administrator. |
Text | Subroutine/Function ... already exists as member .... |
Expl. | Names of subroutines/functions within a library must be unique. |
Actn. | Choose another name for the subroutine/function. |
Text | Conversion error returning RESULT parameter :1: (:2: :3:/:4:/:5:/:6:) |
Expl. | While returning the value of parameter :1:, which was defined
with the attributes BY VALUE RESULT in object :3: (of type :2:, loaded from library :4: from database :5: file number :6:), a conversion error has occurred. Check if the current value complies with the "Rules for Arithmetic Assignment" described in the Natural documentation. |
Actn. | Correct error in program. |
Text | Convs. error assigning BY VALUE parameter :1: (:2: :3:/:4:/:5:/:6:) |
Expl. | During assignment of the value of parameter :1:, which is defined
with the attributes BY VALUE (RESULT) in object :3: (of type :2:, loaded from library :4: from database :5: file number :6:), a conversion error has occurred. Check if the current value complies with the "Rules for Arithmetic Assignment" described in the Natural documentation. |
Actn. | Correct error in program. |
Text | Function ... not permitted in current context. |
Expl. | The function indicated is not permitted in a certain context,
e.g. while the 3GL callnat interface, a SEND METHOD or a PARSE is active. |
Actn. | Correct error in program. |
Text | Parameter :1: must be specified (:2: :3:/:4:/:5:/:6:). |
Expl. | The parameter defined at position :1: in object :3: (of type :2:, loaded from library :4:, database :5:, file number :6:) is a mandatory one. However, the corresponding parameter was not passed by the calling object. |
Actn. | Check program and correct the error. |
Text | Dynamic parameter :1: mismatch (:2: :3:/:4:/:5:/:6:). |
Expl. | The parameter defined at position :1: in object :3: (of type :2:, loaded from library :4:, database :5:, file number :6:) does not match with the corresponding parameter used to invoke it. The parameters, which are used by reference, must be either dynamic in both caller and declaration, or non-dynamic in both caller and declaration. |
Actn. | Check programs and correct the error. |
Text | Source line limit for program creation is zero. |
Expl. | When the security authorization for this user in this application
was defined, the user was allowed to create source programs but the limit for the number of source lines to be created was erroneously set to "0". |
Actn. | Contact your Natural Security administrator. |
Text | Source line limit reached. |
Expl. | In the security authorization for this user in this application, a limit of source lines to be created in new programs has been defined. The user cannot exceed this limit when creating new programs. |
Actn. | Either reduce program size or ask your Natural Security
administrator to increase the limit of source lines. |
Text | User is not authorized to use this command: .... |
Expl. | In the security authorization for this user in this application, only specific commands have been made available. The user is not allowed to use the command specified. |
Actn. | Do not use this command in this environment, or contact your Natural Security administrator for authorization. |
Text | User is not authorized to use this statement. |
Expl. | In the security authorization for this user in this application, only certain statements have been made available. The user is not allowed to use the specified statement. |
Actn. | Do not use this statement, or ask your Natural Security
administrator for authorization. |
Text | User is not authorized to use this file. |
Expl. | In the security authorization for this user in this application, only certain files have been made available. The user is not allowed to use the specified file. |
Actn. | Either do not use this file or contact your Natural Security administrator for authorization. |
Text | User is not authorized to update this file. |
Expl. | In the security authorization for this user in this application, only certain files have been made available for updating. The user is not allowed to update the specified file. |
Actn. | Do not update this file, or contact your Natural Security administrator for authorization. |
Text | Inconsistent security definition for command selection. |
Expl. | An inconsistent definition may occur if the Natural administrator has selected commands on the selection screen in the Natural Security system that are not defined to the system. |
Actn. | Contact your Natural administrator. |
Text | Inconsistent security definition for statement selection. |
Expl. | An inconsistent security definition may occur if the Natural administrator selects statements that are not defined to the system. |
Actn. | Contact the Natural administrator. |
Text | Invalid use of default format definition (N7). |
Expl. | Natural Security allows specification of the user
characteristics; one option of these is whether the user is allowed to use the default format definition (N7). For this user in this application, the option is not allowed. |
Actn. | You must explicitly specify the format/length of variables. |
Text | Specification of the library not allowed. |
Expl. | In a security-protected environment, a user may not access a
library by merely specifying the library ID in a command. The user must properly log on to the library and may then access it. This protection is also valid in a non-security environment for a library ID that starts with "SYS". |
Actn. | Log on to the desired library and then re-issue the command. |
Text | Invalid use of database file number. |
Expl. | The use of a file number in a database access statement is not allowed. |
Actn. | Use the view name instead of a file number. |
Text | Use of 2-character database short-name field not allowed. |
Expl. | A reference to a 2-character database short-name field is not
permitted, 1)- when running under Natural Security; 2)- inside the definition of a data-view (DEFINE DATA); 3)- when a DEFINE DATA LOCAL was previously used to define variables; 4)- when the compiler option DBSHORT=OFF is set. |
Actn. | Do not use 2-character database short-name fields. |
Text | Internal error; invalid system command requested. |
Expl. | A system command was requested that requires a Natural program
which is not defined. |
Actn. | Contact your Natural administrator. |
Text | Update commands not authorized by Natural Security. |
Expl. | You are not allowed to issue update commands. |
Actn. | Contact your Natural administrator concerning Natural Security definition/authorization. |
Text | This file is not defined in Natural Security. |
Actn. | Check program and correct error, or contact your Natural Security administrator. |
Text | Return value not defined in function ... (.../.../...). |
Expl. | A return value is required by the calling object, but not defined
in the called function. The name of the function, its library, DBID and FNR are indicated in the error message. |
Actn. | Check program and correct error. |
Text | Format/length conflict in return variable (.../.../.../...). |
Expl. | The return variable specified in the DEFINE PROTOTYPE statement is defined with a format/length different from that of the corresponding return variable defined in the called function. The name of the function, its library, DBID and FNR are indicated in the error message. |
Actn. | Check program/function and correct error. |
Text | Conversion error in BY VALUE variable (.../.../.../...). |
Expl. | While returning the value of a return variable which is defined
with the attribute BY VALUE in a function, a conversion error has occurred. Make sure that the value specified in the DEFINE PROTOTYPE statement matches the "Rules for arithmetic assignment" described in the Natural documentation. The name of the function, its library, DBID and FNR are indicated in the error message. |
Actn. | Correct error in program. |
Text | Dynamic return variable mismatch (.../.../.../...). |
Expl. | A return variable which is used by reference must be either
dynamic in both the DEFINE PROTOTYPE statement and the function declaration, or non-dynamic in both the DEFINE PROTOTYPE statement and the function declaration. The name of the function, its library, DBID and FNR are indicated in the error message. |
Actn. | Check program/function and correct error. |
Text | Invalid format buffer for STORE/UPDATE statement. |
Expl. | Natural has detected a format buffer for a STORE/UPDATE statement with a length of zero. This is invalid. |
Actn. | Check program and correct error. |
Text | Internal error .... |
Actn. | Contact your Natural administrator. |
Text | Internal error. |
Actn. | Contact your Natural administrator. |
Text | FIND set name not found in RETAIN table. |
Expl. | A reference was made to a set name which had not been placed in the FIND set table by a FIND ... RETAIN statement. |
Actn. | Enter correct set name. |