"Nonclass" Errors (Cont'd.) [ MPE/iX Error Messages Manual Volume II ] MPE/iX 5.5 Documentation
MPE/iX Error Messages Manual Volume II
"Nonclass" Errors (Cont'd.)
Scanner Messages
-------------------------------------------------------------
0001 MESSAGE **error** parameter value out of range
CAUSE The number of values, or value range, is more than
the parameter can accept. Program can die under
certain character string conditions.
ACTION Use the SHOW command to check range values.
Cross-check IODFAULT.PUB.SYS listings for maximum
modes and classes. Enter a value within the
permissible range.
-------------------------------------------------------------
0003 MESSAGE **error** ldev number must be integer
CAUSE An alphabetic character has been entered in an LDEV
parameter or keyword. Usually happens when a
parameter entry is made out of position.
ACTION Enter the proper LDEV number, or check the command
syntax through the HELP command, and enter the
parameter value in the appropriate place.
-------------------------------------------------------------
0004 MESSAGE **error** parameter name is too long
CAUSE The parameter string is too long. Most character
strings are limited to eight alphanumeric
characters. Exceptions include logical and
physical manager names, volume names, and some
identification names.
ACTION check parameter name limitations under the
appropriate command and configurator in this manual
and/or against system default values. Enter a
parameter name that does not exceed the maximum
length.
-------------------------------------------------------------
0005 MESSAGE **error** too many classnames are specified
CAUSE The maximum number of classnames is eight.
ACTION Enter no more than eight class names.
-------------------------------------------------------------
0006 MESSAGE **error** volume name is too long
CAUSE The name entered to add a volume or to modify the
existing name through the AVOL or MVOL command is
too long. The message can also appear as volume
too long.
ACTION Enter a volume name of up to 32 characters.
-------------------------------------------------------------
0007 MESSAGE **error** beginning ldev is larger than ending
ldev
CAUSE The numbers entered in the range command have been
reversed or entered incorrectly. The beginning
device number is larger than the ending number.
For example, LDEV 100/20 instead of LDEV 20/100 or
LDEV 10/20 generates this message.
ACTION Begin the range entry with the smallest LDEV number
or the beginning and ending numbers.
-------------------------------------------------------------
0008 MESSAGE **error** missing ending ldev
CAUSE The ending LDEV number has been omitted from the
range specification, for example, LD 10/ or LD
(1/,20,22).
ACTION Reenter the range specification.
-------------------------------------------------------------
0009 MESSAGE **error** product ID is too long
CAUSE The product identification string for the path or
device ID= parameter is too long. Usually an entry
mistake.
ACTION Reenter the product identification or check the
IODFAULT.PUB.SYS listing for the existing product
identification string.
-------------------------------------------------------------
0010 MESSAGE **error** io path is too long
CAUSE The iopath entry exceeds the requirement or is of a
level that cannot exist.
ACTION Use the HELP command to check the command syntax
and entry the proper path designation.
-------------------------------------------------------------
0011 MESSAGE **error** io path must start with bus converter
number
-------------------------------------------------------------
0012 MESSAGE (channel adaptor # : min=1, max=3)
-------------------------------------------------------------
0013 MESSAGE (device adaptor # : min=1, max=6)
-------------------------------------------------------------
0014 MESSAGE (device # : min=1, max=8)
-------------------------------------------------------------
0015 MESSAGE **error** logical device adaptor number does not
match device adaptor number
-------------------------------------------------------------
0016 MESSAGE **error** incomplete I/O path specification
CAUSE A lower level path for the PATH= parameter than is
required. For example, AD 117 8.2 HP7978 generates
this message as PATH= looks for ca.da.d#. Also,
improper punctuation such as AD 117 8,2,4 HP7978
generates this message.
ACTION Enter the required iopath level.
-------------------------------------------------------------
0017 MESSAGE **error** manager name is too long
CAUSE When adding or modifying an iopath or device,
particularly when USER path or device is
designated, the MANAGER=, PMGR= or LMGR= parameter
name exceeds the permissible parameter length.
ACTION For a supported device, use the default name from
IODFAULT.PUB.SYS. For a user name, enter a name
that does not exceed 32 characters.
-------------------------------------------------------------
0018 MESSAGE **error** invalid file specification
CAUSE An invalid file name has been entered in a NAME=
parameter that expects a fully qualified file name.
ACTION Enter an existing, fully qualified file name.
-------------------------------------------------------------
0019 MESSAGE **error** filename is too long
CAUSE The file name exceeds eight characters. Other
messages should appear noting additional problems
such as numbers or invalid characters in the file
name.
ACTION Enter an existing file name of up to eight
characters. File names must begin with an
alphabetic character and should not contain special
characters or punctuation within the name.
-------------------------------------------------------------
0020 MESSAGE **error** groupname is too long
CAUSE The group name exceeds eight characters.
ACTION Enter an account group name up to eight characters
in length.
-------------------------------------------------------------
0021 MESSAGE **error** account name is too long
CAUSE The account name exceeds eight characters.
ACTION Enter an account name up to eight characters in
length.
-------------------------------------------------------------
0023 MESSAGE **error** file specificaton must start with
filename
CAUSE An entry other than a file name has been entered as
the value for the FILE= parameter. This is usually
caused by entering a value out of position.
ACTION Use the HELP command to check the command syntax
and enter the parameter values in the proper
position or by keyword. Enter a fully qualified
file name for the FILE= parameter.
-------------------------------------------------------------
0024 MESSAGE **error** device type is too long
CAUSE The TAPE= parameter entry exceeds eight characters.
ACTION Enter a device type name that does not exceed eight
characters.
-------------------------------------------------------------
0025 MESSAGE **error** missing '.' before device number
-------------------------------------------------------------
0026 MESSAGE **error** segment name is too long
CAUSE The SEG= parameter name of the ACMSL or RMCSL
command exceeds eight characters.
ACTION Enter a segment name that does not exceed eight
characters.
-------------------------------------------------------------
0027 MESSAGE **error** sl name is too long
CAUSE The SL= parameter name file name entered for the
CMSL command exceeds eight characters.
ACTION Enter a file name that does not exceed eight
characters, or enter a fully qualified file name.
-------------------------------------------------------------
0028 MESSAGE **error** program name is too long
CAUSE The PROG= parameter file name entered for the
ASPROG or RSPROG command exceeds eight characters.
ACTION Enter a file name that does not exceed eight
characters, or enter a fully qualified file name.
-------------------------------------------------------------
0030 MESSAGE **error** parameter name is too long
CAUSE Unspecified parameter name has too many characters,
usually occurring with user-specified devices, or
too many subparameters given for the parameter
value.
-------------------------------------------------------------
0031 MESSAGE **error** parameter value too long
CAUSE The numeric value you enter for the parameter
exceeds the maximum permissible value.
ACTION Use the SHOW command to display minimum and maximum
parameter values. Enter a value within the range.
-------------------------------------------------------------
0032 MESSAGE **error** parameter value too small
CAUSE The numeric value you enter for the parameter is
less than the minimum perimissible value.
ACTION Use the SHOW command to display minimum and maximum
parameter values. Enter a value within the range.
-------------------------------------------------------------
0033 MESSAGE **error** parameter name must start with an
alphabetic
CAUSE The parameter requires a string value that begins
with an alphabetic character. The value starts
with a number.
ACTION Enter a valid name beginning with an alphabetic
character.
-------------------------------------------------------------
0034 MESSAGE **error** parameter name contains illegal
character
-------------------------------------------------------------
0035 MESSAGE (bus converter # : min=1, max=2)
-------------------------------------------------------------
MPE/iX 5.5 Documentation