Version 7.4.4
 —  Messages and Codes  —

ADALOD Error Messages

Overview of Messages

ERROR-121 | ERROR-122 | ERROR-123 | ERROR-124 | ERROR-125 | ERROR-126 | ERROR-128 | ERROR-129 | ERROR-130 | ERROR-131 | ERROR-132 | ERROR-133 | ERROR-134 | ERROR-135 | ERROR-136 | ERROR-137 | ERROR-138 | ERROR-139 | ERROR-140 | ERROR-142 | ERROR-143 | ERROR-144 | ERROR-145 | ERROR-146 | ERROR-147 | ERROR-148 | ERROR-149 | ERROR-150 | ERROR-151 | ERROR-152 | ERROR-153 | ERROR-155 | ERROR-156 | ERROR-157 | ERROR-158 | ERROR-159 | ERROR-160 | ERROR-161 | ERROR-162 | ERROR-163 | ERROR-164 | ERROR-165 | ERROR-166 | ERROR-167 | ERROR-168

ERROR-121 REQUESTED RESTART NOT POSSIBLE
Explanation:

This error may occur for one of the following reasons:

  • There is no job to be restarted.

  • A fundamental parameter value has been changed.

  • The previous job abended before reaching the first restart point (the file is not in load status).

  • The previous job abended in a state from which no restart is possible (the file is in load status).

Action:

Correct the cause of the error, and rerun the ADALOD job.


ERROR-122 TEMP DATASET TOO SMALL; INPUT RECORD COUNT= count
Action:

Supply a larger TEMP dataset/file. See the Adabas Utilities documentation for information about calculating TEMP space.


ERROR-123 MISSING UTILITY FUNCTION
Action:

Supply either LOAD or UPDATE as the ADALOD function in the parameter input and rerun the ADALOD job.


ERROR-124 MULTIPLE UTILITY FUNCTIONS SUPPLIED
Action:

Supply either LOAD or UPDATE as the ADALOD function in the parameter input and rerun the ADALOD job.


ERROR-125 PARAMETER `ADAMPARM' FOR NON-ADAM-FILE NOT PERMITTED
Action:

Either add the parameter ADAMFILE or remove the ADAMPARM parameter and rerun the ADALOD job.


ERROR-126 INVALID VALUE FOR THE PARAMETER `ADAMPARM'
Explanation:

The value for this parameter must be in the range 1 to 255.

Action:

Supply the correct parameter value and rerun the ADALOD job.


ERROR-128 PARAMETER `ADAMDE' FOR NON-ADAM-FILE NOT PERMITTED
Action:

Either supply the parameter ADAMFILE as well, or remove the ADAMDE parameter. Rerun the ADALOD job.


ERROR-129 PARAMETER `ADAMDE' MANDATORY FOR ADAM FILE
Action:

Supply the correct parameter value and rerun the job.


ERROR-130 PARAMETER `ADAMOFLOW' FOR NON-ADAM FILE NOT PERMITTED
Action:

Either supply the parameter ADAMFILE as well, or remove the `ADAMOFLOW' parameter. Rerun the ADALOD job.


ERROR-131 INVALID VALUE FOR THE PARAMETER `UQDE': field-name IS NOT A VALID DESCRIPTOR NAME
Explanation:

The field to be defined as a unique descriptor is invalid. Either it is a simple field and not a descriptor, or the field name is unknown, or it is a descriptor in a periodic group. Probable cause is a misspelling of the descriptor name.

Action:

Supply the correct UQDE parameter value and rerun the ADALOD job.


ERROR-132 INVALID `ADAMDE' FIELD: field-name ; CONFLICTING FIELD ATTRIBUTES OR UNKNOWN DESCRIPTOR NAME
Explanation:

An ADAM descriptor must meet all the following:

  • Be a single field (no MU option)

  • Be a unique descriptor

  • Not be contained in a periodic group

  • Not have the NU option

  • Have a default length (cannot be variable)

Action:

Supply the correct parameter value and rerun the ADALOD job.


ERROR-133 INVALID VALUE FOR THE PARAMETER `ADAMOFLOW'
Explanation:

The value must be smaller than DSSIZE.

Action:

Supply the correct parameter value and rerun the job.


ERROR-134 INCORRECT FDT FOUND IN INPUT DATASET
Explanation:

One of the following is the case:

  • The field definition table (FDT) expected in the first record is missing, or

  • The FDT structure read from the input dataset does not satisfy the rules.

Action:

Check whether the input dataset is valid. Supply a correct input dataset and rerun the job.


ERROR-135 FDT STRUCTURE MISMATCH
Explanation:

The field definition table (FDT) from the input dataset and the FDT from file "file-number" are not the same (the displayed message text contains an actual file number).

One of the following has happened:

  • The file is to be updated and the FDT from the input dataset does not match the FDT from the file; or

  • The file has been deleted with "KEEPFDT" and the FDT from the input dataset does not match that old FDT; or

  • The FDT from the input dataset does not match the FDT from the anchor of the expanded file.

Action:

Check your input dataset and your FILE and ANCHOR parameters. If the ADALOD LOAD function was being run, consider using the IGNFDT parameter (refer to the Adabas Utilities documentation for more information).


ERROR-136 FDT LARGER THAN 4 ASSO BLOCKS
Explanation:

System restriction: the FDT is too large for the device type in use. A load is not possible.


ERROR-137 THE INPUT DATASET/FILE DDEBAND OR DDISN DOES NOT HAVE THE RECORD FORMAT VARIABLE OR VARIABLE BLOCKED (V OR VB)
Action:

Supply a correct input and rerun the ADALOD job.


ERROR-138 INVALID USERISN isn-number FOUND INPUT RECORD COUNT = count
Explanation:

The USERISN "isn-number"

  • is greater than MAXISN or less than MINISN; or

  • does not belong to any ISN range of the expanded file.

The displayed message text contains actual ISN and count values.


ERROR-139 ISNPOOL OVERFLOW (`LIP' PARAMETER VALUE TOO SMALL) count RECORDS ALREADY READ FROM DDISN
Explanation:

Each single ISN requires four bytes, each ISN range requires eight bytes of storage.

Action:

Increase the size of the ISN pool (LIP). Supply the correct parameter value and rerun the ADALOD job.


ERROR-140 INVALID VALUE FOR MAXDS/MAXNI/MAXUI
Explanation:

ADALOD requires these values in units of blocks. The value must be in the range 1B to 65535B.

Action:

Supply the correct parameter value and rerun the ADALOD job.


ERROR-142 DUPLICATE USERISN isn-number FOUND
Explanation:

One of the following occurred:

  • The supplied USERISN was already present in the file being processed; or

  • The ISN appeared twice in the input dataset.

The record cannot be added.


ERROR-143 file-type FILE ALREADY PRESENT
Explanation:

The requested system file is already present. The file cannot be loaded.

Action:

Check the current system file assignments on the ADAREP report.


ERROR-144 ALREADY 8 ADABAS SYSTEM FILES DEFINED
Explanation:

A maximum of eight Adabas system files is already present. The file cannot be loaded.

Action:

Check current system file assignments on the ADAREP report.


ERROR-145 INVALID FDT FORMAT
Explanation:

The structure of the input FDT is incorrect.

Action:

Ensure that your input dataset was created using the ADACMP or ADAULD utility.


ERROR-146 INVALID LIST OF DELISNS
Explanation:

The DELISN parameter list is wrong, or the input from the DDISN file contains incorrect data.

Action:

Check for

  • descending or overlapping ISN ranges

  • the same ISN specified more than once

  • invalid record length (not a multiple of 4 or 8)

The accessed ISN was "isn-number" (the displayed message contains an actual ISN value). Check your input and rerun the ADALOD job.


ERROR-147 INVALID ISN RANGE
Explanation:

The ISN range defined by MINISN and MAXISN is invalid. The range conflicts with another ISN range of the expanded file.

Action:

Correct the parameter values and then rerun the ADALOD job.


ERROR-148 FILE file-number IS NOT/CANNOT BE ANCHOR OF AN EXPANDED FILE
Explanation:

The specified file is

  • part of an existing expanded file, but not the anchor file; or

  • a coupled or multiclient file and therefore cannot be an anchor file.


ERROR-149 COMPRESSED RECORD TOO LONG
Explanation:

Input record count = "count-a" Length of record = "count-b" bytes Maximum record length = "count-c" bytes

The record is longer than allowed by the MAXRECL parameter or by the characteristics of the data storage device.


ERROR-150 INVALID ISN TO BE DELETED (WAS) FOUND
Explanation:

At least one ISN of the "range"

  • is greater than MAXISN or less than MINISN; or

  • does not belong to any ISN range within the expanded file.


ERROR-151 INCREASING MAXISN NOT ALLOWED
Explanation:

The file has been loaded with the NOACEXTENSION parameter. It is therefore not possible to increase MAXISN.

Action:

Remove the MAXISN parameter, and then rerun the ADALOD job.


ERROR-152 CONFLICTING USERISN OPTIONS
Explanation:

There are two possible situations:

  1. The existing file is defined with the USERISN option, but the records from the input file are not defined with the USERISN option.

  2. The USERISN options for the file to be loaded and those from the anchor of the expanded file do not match.

Action:

Respectively:

  1. Consider using the USERISN option for the records from the input file, correct the file, and rerun the ADALOD job.

  2. Check your input file and the USERISN parameter, correct any error, and then rerun the ADALOD job.


ERROR-153 INVALID ISN FOR HYPERDESCRIPTOR desc-name
Explanation:

The ISN returned from the hyperexit

  • is less than MINISN or greater than MAXISN; or

  • belongs to another part of the expanded file.

Original ISN: (isn-number) Modified ISN: (isn-number) Record count: (count)


ERROR-155 ADABAS NUCLEUS REQUIRED
Explanation:

The Adabas nucleus must be active when

  • a file is being loaded that has file selection criteria (expanded file component); or

  • records are being loaded with a new owner ID.

Action:

Start the nucleus, then rerun the ADALOD job.


ERROR-156 CONFLICTING OWNER-ID LENGTH
Explanation:

One of the following caused the message to occur:

  • The LOWNERID parameter value is not in the range 0-8; or

  • The ETID owner ID is longer than LOWNERID (or longer than the owner ID length of the file to be updated).

Action:

Supply the correct LOWNERID value, then rerun the ADALOD job.


ERROR-157 CONFLICTING USAGE OF `LOWNERID' AND `ETID'
Explanation:

The input file is being loaded/added

  • with owner IDs, but the owner IDs are not present and the ETID parameter is missing; or

  • without owner IDs, but the ETID parameter is specified.

Action:

Supply the correct parameter value for one or both of the parameters, then rerun the ADALOD job.


ERROR-158 INVALID OWNER-ID IN INPUT RECORD
Explanation:

The owner ID is too long to fit into the record of the file being loaded or added.

Input record count = (count)

Action:

Specify an appropriate owner ID, then rerun the ADALOD job.


ERROR-159 UNDEFINED ETID
Explanation:

One of the following is the case:

  • The user ID referred to by the ETID parameter is not defined; or

  • The user has not been assigned an owner ID.

Action:

Specify an parameter value, then rerun the ADALOD job.


ERROR-160 DESCRIPTOR VALUE TOO LONG
Explanation:

A descriptor value together with the owner ID is longer than 253 bytes.

Input record count = (count) Descriptor name = (desc-name)

Action:

Specify an appropriate combination of owner ID and descriptor value, then rerun the ADALOD job.


ERROR-161 CONFLICTING parameter PARAMETER
Explanation:

The "parameter" parameter is invalid as given or implied. It must be the same as for the anchor of the expanded file.

Action:

Specify the correct parameter value, then rerun the ADALOD job.


ERROR-162 HYPERDESCRIPTOR ISN CHANGED IN NON-USERISN FILE
Explanation:

The ISN assigned to a descriptor value was modified by a hyperexit but the file is not a USERISN file. Changing hyperdescriptor ISNs is only permitted in USERISN files.

Action:

Correct the USERISN setting of the file.


ERROR-163 INVALID VALUE FOR PARAMETER `ALLOCATION'
Explanation:

Valid values are ALLOCATION={FORCE | NOFORCE}.

Action:

Supply the correct parameter value and rerun the job.


ERROR-164 TEMP BLOCK SIZE TOO SMALL
Explanation:

An attempt to store data in a temp block failed because the temp block size is not large enough to hold the amount of data to be stored.

Action:

Choose a temp device type with block size equal to or greater than the Associator block size plus 16. Then rerun the job.


ERROR-165 CONFLICTING FILE ENCODINGS
Explanation:

The file encodings on the input tape do not match the existing file. They must be the same as the existing file.

Action:

Adjust the file encodings and rerun the job.


ERROR-166 WIDE FIELDS EXIST, BUT THE DATABASE IS NOT UES-ENABLED
Explanation:

A file with wide-character (W) format fields cannot be loaded until the database is UES enabled.

Action:

Enable the database for universal encoding and rerun the job.


ERROR-167 ERROR INITIALIZING COLLATING USER EXIT - RETURN CODE=return-code
Explanation:

An error occurred while the collation descriptor user exit was being initialized.

Action:

Investigate the cause of the error; correct it; and rerun the job.


ERROR-168 COLLATING USER EXIT NOT LOADED
Explanation:

The collation descriptor user exit requested is not loaded.

Action:

Load the exit and rerun the job.


Top of page