Version 4.2.6 for Mainframes
 —  Messages and Codes  —

Natural System Error Messages 3401-3450

NAT3401: NAT object STOWed for :1: but executed under :2:.

Text NAT object STOWed for ... but executed under ....
Expl. The DBID used when stowing the Natural object is assigned
to database type .1. but at runtime this DBID is assigned
to database type .2.
Actn. The DBID used at stow time and at runtime must be assigned to
the same database type.

NAT3402: Unknown DB response code :4:. DB/FNR/Subcode :1:/:2:/:3:.

Text Unknown DB response code .... DB/FNR/Subcode .../.../....
Expl. An unknown response code was received from the Adabas interface.
Actn. Check program and correct error.

NAT3403: ADAMODE was changed from :1: to :2:.

Text ADAMODE was changed from :1: to :2:.
Expl. Natural was started with ADAMODE=:1:.
This mode is not supported by the database, or Natural could not
allocate the resources required to execute in this mode.
Natural has switched automatically to ADAMODE=:2:.
The original error message, the technical reason, was issued prior to
this message, and can be viewed with the LASTMSG command.
Actn. Contact your Natural/Adabas administrator.

NAT3410: No Natural ICU handler available.

Text No Natural ICU handler available.
Expl. The Natural ICU handler is not available.
Possible reasons are:
- The ICU handler module is not linked to Natural or cannot be loaded.
- The session profile parameter CFICU is set to OFF.
- An error occurred during the initialization of the Natural ICU.
Actn. Depends on the reason of the error. If an initialization error has
occurred, check the session initialization error messages.

NAT3411: Code page :1: not available.

Text Code page ... not available.
Expl. ICU (International Components for Unicode) is the engine to support
code pages and Unicode in Natural.
Code pages are defined in ICU in a data file that is linked to the
nucleus or loaded dynamically. If the code page is not available,
it is not part of the data file used.
Actn. Please contact Software AG support.

NAT3412: Internal error from ICU: :1:.

Text Internal error from ICU: ....
Expl. ICU (International Components for Unicode) is the engine to support
code pages and Unicode in Natural.
Possible reasons for internal errors of ICU are:
- memory allocation errors,
- internal program errors,
- corrupted definition files of converters,
- missing resources in data files.
Actn. Please contact Software AG support.

NAT3413: Conversion error, at least one code point not translated.

Text Conversion error, at least one code point not translated.
Expl. If, during Unicode conversion or the conversion from one code page
to another, a code point or character cannot be converted to the
desired destination code page, a code-page specific substitution
character is used instead.
The generation of this message depends on the CPCVERR=ON/OFF option
in the SET GLOBALS statement.
Actn. Check the content of the input/target field of the conversion.

NAT3414:

Text Reserved for ICU.

NAT3415: Conversion result is truncated.

Text Conversion result is truncated.
Expl. During Unicode conversion or the conversion from one code page to
another, the result in the target field has been truncated.
Actn. Check the length of the target field.

NAT3416: Length/format of operand is incompatible with code page.

Text Length/format of operand is incompatible with code page.
Expl. For a Unicode conversion, or a conversion from one code page to
another, the format and length of source/target fields must
be compatible with the corresponding code page.
Example 1: The source/target field is defined as (Bn), but the value
of <minimum bytes per code point> of the relevant code page is > n;
this means that not even one code point could be stored in the
field.
Example 2: For many code points, the minimum and maximum bytes per
code point are identical.
Before the conversion, it is checked whether the code points
fit into the defined length. If they do not, this message is issued.
This is to avoid the truncation of code point values.
Actn. Check the lengths of the source and target operands.

NAT3417: The used code page name is ambiguous in this context.

Text The used code page name is ambiguous in this context.
Expl. The target code page specified in MOVE ENCODED statement must be
unambiguous. However, specifying "UTF-16" or "UTF-32" does not uniquely
identify a target code page.
Actn. Instead of "UTF-16" and "UTF-32", specify "UTF-16BE" or "UTF-16LE",
and "UTF-32BE" or "UTF-32LE" respectively.

Top of page