IMAGE/SQL Error Messages (continued) [ IMAGE/SQL Administration Guide ] MPE/iX 5.5 Documentation
IMAGE/SQL Administration Guide
IMAGE/SQL Error Messages (continued)
General Errors
________________________________________________________________________
32401 MESSAGE Unknown Error. Escapecode - number (ATCERR
32401).
CAUSE An internal error has occurred.
ACTION Contact the HP Response Center.
________________________________________________________________________
________________________________________________________________________
32402 MESSAGE Bad Maintenance Word (ATCERR 32402).
CAUSE An incorrect maintenance word was supplied.
ACTION Supply the correct maintenance word.
________________________________________________________________________
32403 MESSAGE Maintenance word not specified (ATCERR 32403).
CAUSE A maintenance word is required, but was not
specified.
ACTION Specify the maintenance word.
________________________________________________________________________
32404 MESSAGE Non creator access. Command disallowed (ATCERR
32404).
CAUSE The command cannot be executed by anyone other than
the TurboIMAGE/XL database creator.
ACTION Have the TurboIMAGE/XL database creator execute the
command.
________________________________________________________________________
32405 MESSAGE Column/Table/TurboIMAGE type not found (ATCERR
32405).
CAUSE The column name, table name, or TurboIMAGE/XL type
supplied in SPLIT/UPDATE TYPE does not exist.
ACTION Specify the correct information.
________________________________________________________________________
32407 MESSAGE Invalid password (ATCERR 32407).
CAUSE The password specified in the ADD/UPDATE USER
command could not be associated with any class
defined in the database.
ACTION Specify the correct password.
________________________________________________________________________
________________________________________________________________________
32408 MESSAGE Invalid DBOPEN mode (ATCERR 32408).
CAUSE The DPOPEN mode specified in ADD/UPDATE USER
command is not valid.
ACTION Specify a DBOPEN mode greater than or equal to five
and less than or equal to eight.
________________________________________________________________________
32409 MESSAGE Invalid user name (ATCERR 32409).
CAUSE The user name is not in the correct format.
ACTION Specify the correct user name format
username@accountname.
________________________________________________________________________
32410 MESSAGE Cannot create ATCINFO file (ATCERR 32410, FSERR
error number).
CAUSE Failed to create the ATCINFO file. This happens at
the first attach to a SQLDBE when the ATCINFO file
needs to be created.
ACTION You should not have a pre-existing file with actual
file designator the same as that of ATCINFO. For
further reference, look up File System error number
in MPE/iX Intrinsics Reference Manual.
________________________________________________________________________
32411 MESSAGE Cannot open ATCINFO file (ATCERR 32411, FSERR
error number).
CAUSE Failed to open the ATCINFO file due to the
specified file system error.
ACTION Look up the file system error number in the MPE/iX
Intrinsics Reference Manual.
________________________________________________________________________
________________________________________________________________________
32412 MESSAGE Cannot purge ATCINFO file (ATCERR 32412, FSERR
error number).
CAUSE Failed to purge the ATCINFO file due to the
specified file system error.
ACTION Look up the file system error number in the MPE/iX
Intrinsics Reference Manual.
________________________________________________________________________
32413 MESSAGE Cannot close ATCINFO file (ATCERR 32413, FSERR
error number).
CAUSE Failed to close the ATCINFO file due to the
specified file system error.
ACTION Look up the file system error number in the MPE/iX
Intrinsics Reference Manual.
________________________________________________________________________
32417 MESSAGE Out of directory space in ATCINFO file (ATCERR
32417).
CAUSE Too many databases are attached to one SQL
DBEnvironment.
ACTION Detach one or more databases, or consider attaching
the database to a different SQL DBEnvironment that
has fewer databases attached to it.
________________________________________________________________________
32418 MESSAGE Out of free space in ATCINFO file (ATCERR 32418).
CAUSE Too many databases are attached to one SQL
DBEnvironment.
ACTION Detach one or more databases.
________________________________________________________________________
________________________________________________________________________
32419 MESSAGE Region is busy (ATCERR 32419).
CAUSE The current TurboIMAGE/XL database is in use by
some other process.
ACTION Wait a while and retry the command.
[REV BEG]
________________________________________________________________________
32421 MESSAGE ATCINFO procedure error (ATCERR 32421, ATCSTAT
error number, FSERR error number).
CAUSE An internal error has occurred while accessing the
ATCINFO file.
ACTION Try RECOVER command in IMAGESQL utility. If the
error still occurs, call the HP Response Center.
[REV END]
________________________________________________________________________
32422 MESSAGE Error in getting ATCU pointer (ATCERR 32422,
ATCSTAT error number).
CAUSE An internal error has occurred. May be caused by
using the ATTACH or DETACH commands when other
processes are accessing the DBEnvironment.
ACTION Obtain exclusive access to the DBEnvironment before
using the ATTACH or DETACH commands. Use the ISQL
SELECT command to check if other users are
accessing the DBEnvironment:
isql=> SELECT * FROM SYSTEM.USER;
If you were not using the ATTACH or DETACH
commands, copy down the error numbers and contact
the HP Response Center.
________________________________________________________________________
________________________________________________________________________
32423 MESSAGE Region disabled. Detach before proceeding
(ATCERR 32423).
CAUSE A previous command or a system crash caused the
information in the ATCINFO file to become unstable.
ACTION Detach and then attach the database. Then, retry
the command. Caution: the detaching of a disabled
region unmaps all customized mapping. The detach
is required to "clean up" the environment.
________________________________________________________________________
32424 MESSAGE Owner name > 17 chars (ATCERR 32424).
CAUSE An owner name longer than 17 characters was
specified.
ACTION Specify an owner name less than or equal to 17
characters.
________________________________________________________________________
32425 MESSAGE Invalid TurboIMAGE type (ATCERR 32425).
CAUSE The TurboIMAGE/XL data type specified is not valid.
ACTION Specify a valid TurboIMAGE/XL data type. For
further reference, see the TurboIMAGE/XL Database
Management System Reference Manual.
________________________________________________________________________
32426 MESSAGE Invalid Mapping (ATCERR 32426).
CAUSE The data type mapping specified in the UPDATE TYPE
or SPLIT command is not correct.
ACTION Specify a valid mapping; for further reference see
Chapter 2, Tasks 4 and 5.
________________________________________________________________________
________________________________________________________________________
32427 MESSAGE Maximum number of columns (255) exceeded (ATCERR
32427).
CAUSE The maximum number of columns in an ALLBASE/SQL
table is 255. This limit was exceeded while trying
to split an item.
ACTION Reduce the number of split fields.
________________________________________________________________________
32428 MESSAGE Maximum length of columns (3996 bytes) exceeded
(ARCERR 32428).
CAUSE The maximum limit of column width in an ALLBASE/SQL
table is 3996 bytes. This limit was exceeded while
trying to do SPLIT/UPDATE TYPE.
ACTION Make sure that the total width of mapped columns
does not exceed 3996 bytes.
________________________________________________________________________
32429 MESSAGE Illegal Mapping - component length mismatch
(ATCERR 32429).
CAUSE The TurboIMAGE/XL data type length of the source
field does not match the total of split (target)
fields in the SPLIT command.
ACTION Make sure that the total length of split fields is
equal to that of the source field.
________________________________________________________________________
32430 MESSAGE TurboIMAGE/XL database name - no subsystem access
(ATCERR 32430).
CAUSE The subsystem access to TurboIMAGE/XL database has
been disabled.
ACTION Contact your DBA to enable the subsystem access to
the TurboIMAGE/XL database.
________________________________________________________________________
________________________________________________________________________
32431 MESSAGE name - Invalid ALLBASE/SQL name (ATCERR 32431).
CAUSE The name specified contains illegal characters or
has an illegal format.
ACTION Specify a legal ALLBASE/SQL name. For further
reference see the ALLBASE/SQL Reference Manual.
________________________________________________________________________
32432 MESSAGE name - Duplicate name (ATCERR 32432).
CAUSE The specified name has already been defined.
ACTION Specify an unique name.
________________________________________________________________________
[REV BEG]
32434 MESSAGE MPE status error (ATCERR 32434, MPESTAT error
number, error number).
CAUSE A call to MPE/iX internal routines (getsir, relsir
and set_kpo_pointer) has failed.
ACTION Contact the HP Response Center.
________________________________________________________________________
[REV END]
32435 MESSAGE Syntax Error (ATCERR 32435).
CAUSE The command entered is syntactically wrong.
ACTION Use the HELP command to see the correct syntax for
the command.
________________________________________________________________________
32436 MESSAGE TurboDB not set (ATCERR 32436).
CAUSE The SET TURBODB command has not been issued.
ACTION Issue a SET TURBODB turbodbname command.
________________________________________________________________________
________________________________________________________________________
32437 MESSAGE SQLDBE not set (ATCERR 32437).
CAUSE The SET SQLDBE dbenvironment command has not been
issued.
ACTION Issue a SET SQLDBE dbenvironment command.
MPE/iX 5.5 Documentation