Natural システムエラーメッセージ 1351~1400

NAT1392: PCHECK/ECHECK validation has found :1: inconsistencies.

テキスト
PCHECK/ECHECK validation has found ... inconsistencies.
説明
During the PCHECK/ECHECK validation, more than one inconsistency wasfound. This message is displayed to indicate that several parts of theNatural object need to be inspected. The original messages related tothe actual errors can be displayed with the system command LASTMSG.For example, program MAIN contains:PERFORM SUBR1 at line 100 with an inconsistent parameter list.CALLNAT "CLN1" at line 200 with an inconsistent parameter list.The initial error messages would be: MAIN 0100 NAT0936 Format/length conflict in parameter 1 (Subroutine... MAIN 0200 NAT0936 Format/length conflict in parameter 1 (Subprogram...In addition, the following message would be displayed: MAIN 0200 NAT1392 PCHECK=ON validation has found 2 inconsistencies.
対処
Check program and correct error.

NAT1393: Object :1: (:2:/:3:/:4:) cataloged with unsupported version.

テキスト
Object ... (.../.../...) cataloged with unsupported version.
説明
An attempt was made to execute a Natural programming object or loada GDA, LDA, PDA or map at compilation which is not supported by thecurrent version of Natural.For a list of supported Natural versions, see theNatural documentation.
対処
Re-compile the object under the current version of Natural.

NAT1394: Object :1: (:2:/:3:/:4:) ARCH level :5: too high for machine :6:

テキスト
Object ... (.../.../...) ARCH level ... too high for machine ...
説明
An attempt was made to execute a Natural programming object whichwas compiled with the Natural Optimizer Compiler (NOC), with anarchitecture level (ARCH) higher than executable by this machine.Programs can only be executed if their NOC ARCH level is same or lessthan the current machine ARCH level.
対処
Re-compile the object with the NOC ARCH level of this machine.

NAT1395: Reporting mode of object :1: (:2:/:3:/:4:) not permitted.

テキスト
Reporting mode of object :1: (:2:/:3:/:4:) not permitted.
説明
Switch to reporting mode by object :1: loaded from library :2:(database :3:/file :4:) is not permitted.Switching to reporting mode is not permitted if Natural was startedwith structured mode (parameter SM=ON).When a Natural source program is read into the source area, Naturalautomatically switches to the mode in which the program was stored.The program can be edited, but before a STOW command can be executed,you have to ensure that the program structure is in accordance withthe appropriate programming mode.
対処
Make sure you are using the correct programming mode.

NAT1396: 一時的に :1: :2: はユーザー :3: により修正されずに保存されました。

テキスト
一時的に :1: :2: はユーザー :3: により修正されずに保存されました。
説明
タイプ :1: のオブジェクト :2: を保存することはできません。
なぜなら、それはユーザー :3: によって一時的に(修正されずに)保存されたからです。
対処
ソースを削除して、保存しなおしてください。

NAT1397: 一時的に :1: :2: はユーザー :3: により修正され、保存されました。

テキスト
一時的に :1: :2: はユーザー :3: により修正され、保存されました。
説明
タイプ :1: のオブジェクト :2: を保存することはできません。
なぜなら、それはユーザー :3: によって一時的に修正され、保存されたからです。
対処
ソースを削除して、保存しなおしてください。

NAT1398: :1: :2: は、:3: のためにロックされています。

テキスト
:1: :2: は、:3: のためにロックされています。
説明
タイプ :1: のオブジェクト :2: を保存することはできません。
なぜなら、それは :3: として示された別の目的のために現在ロックされているからです。
対処
オブジェクトを保存する前にアンロックしてください。

NAT1399: :1: :2: は、ユーザー :3: によってロックされています(セッション ID :4:)。

テキスト
:1: :2: は、ユーザー :3: によってロックされています(セッション ID :4:)。
説明
タイプ :1: のオブジェクト :2: を保存することはできません。
なぜなら、それは、セッション :4: のユーザー :3: によって現在ロックされているからです。
対処
オブジェクトをロックしたユーザーまたは権限を持つ管理者が、
オブジェクトをアンロックする必要があります。

NAT1400: Natural システム関数の TOTAL/SUM がオーバーフローしました。

テキスト
Natural システム関数の TOTAL/SUM がオーバーフローしました。
説明
Natural システム関数で、
すべての処理レコードの値を合計した値がオーバーフローしました。
Natural システム関数の桁数は、
評価フィールドの長さによって決まります。
対処
対象となるフィールドの長さを増やしてください。