IMAGE/SQL Error Messages (contd) [ IMAGE/SQL Administration Guide ] MPE/iX 5.0 Documentation
IMAGE/SQL Administration Guide
IMAGE/SQL Error Messages (contd)
File System Error Messages
________________________________________________________________________
32203 MESSAGE Privileged File Error (ATCERR 32203, FSERR error
number).
CAUSE The specified file did not have the expected file
code.
ACTION Specify the correct file. For example, in the SET
TURBODB command, only a TurboIMAGE/XL database name
is valid.
________________________________________________________________________
32204 MESSAGE filename - Non Existent File (ATCERR 32204, FSERR
error number).
CAUSE The specified file does not exist.
ACTION Specify the correct file name. For further
reference, look up the file system error number in
the MPE/iX Intrinsics Reference Manual.
________________________________________________________________________
32205 MESSAGE filename - Duplicate Permanent File (ATCERR
32205, FSERR error number).
CAUSE The specified file already exists in the permanent
file domain.
ACTION Specify a unique file name.
________________________________________________________________________
________________________________________________________________________
32206 MESSAGE filename - Duplicate Temporary File (ATCERR
32206, FSERR error number).
CAUSE The specified file already exists in the temporary
file domain.
ACTION Specify a unique file name.
________________________________________________________________________
32207 MESSAGE File System Error on filename (ATCERR 32207,
FSERR error number).
CAUSE A file system error related to the specified file
has occurred.
ACTION Look up the file system error number in the MPE/iX
Intrinsics Reference Manual.
________________________________________________________________________
32208 MESSAGE filename - Security Violation (ATCERR 32208,
FSERR error number).
CAUSE A MPE/iX security violation occurred while doing an
operation on the specified file.
ACTION Check your group/account capabilities and security
access to the specified file.
________________________________________________________________________
32209 MESSAGE filename - FWRITE Error. Condition code is CCL
(ATCERR 32209).
CAUSE An error occurred when writing to the specified
file.
ACTION If the specified file is an ATCLOG file, file
equate ATCLOG to a different file. Persistent
occurrence of this error should be reported to the
HP Response Center.
________________________________________________________________________
________________________________________________________________________
32210 MESSAGE filename - End-of-File encountered (ATCERR
32210).
CAUSE The physical end-of-file has been found in the
specified file. If the ATCLOG file has been
edited, this error can occur when the IMAGE/SQL
utility attempts to write log records because some
editors automatically insert end-of-file markers.
ACTION If this happens with the ATCLOG file, file equate
ATCLOG to a new file and turn the logging on. If
this happens with another file, contact the HP
Response Center.
________________________________________________________________________
32211 MESSAGE filename - FREAD Error. Condition code is CCL
(ATCERR 32211).
CAUSE An error occurred when reading from the specified
file.
ACTION Contact the HP Response Center.
________________________________________________________________________
32212 MESSAGE filename - FLOCK Error. Condition code is CCL
(ATCERR 32212).
CAUSE Failed to FLOCK the specified file.
ACTION Contact the HP Response Center.
________________________________________________________________________
32213 MESSAGE filename - FUNLOCK Error. Condition code is CCL
(ATCERR 32213).
CAUSE Failed to FUNLOCK the specified file.
ACTION Contact the HP Response Center.
________________________________________________________________________
________________________________________________________________________
32214 MESSAGE filename - File being used by IMAGE/SQL Utility
(ATCERR 32214).
CAUSE The specified file is being used by the utility.
ACTION This occurs if you try to XEQ a file that is
already opened by the IMAGE/SQL utility for
logging. File equate ATCLOG to a different file.
________________________________________________________________________
32215 MESSAGE Cannot close filename (ATCERR 32215, FSERR error
number).
CAUSE The specified file could not be closed.
ACTION Contact the HP Response Center.
________________________________________________________________________
32216 MESSAGE Error in CATREAD. Returned status is number
(ATCERR 32216).
CAUSE Error in reading a message from the IMAGE/SQL
message catalog (ATCUT000.PUB.SYS).
ACTION Contact the HP Response Center.
________________________________________________________________________
32217 MESSAGE filename - File name identifier > 8 chars (ATCERR
32217).
CAUSE The file specified is more than eight characters
long.
ACTION Specify a file name less than or equal to eight
characters.
________________________________________________________________________
________________________________________________________________________
32218 MESSAGE user name - User name identifier > 8 chars
(ATCERR 32218).
CAUSE The user name specified is more than eight
characters long.
ACTION Specify a user name less than or equal to eight
characters.
________________________________________________________________________
32219 MESSAGE filename - Group name identifier > 8 chars
(ATCERR 32219).
CAUSE The group name in the specified file name is more
than eight characters long.
ACTION Specify a group name less than or equal to eight
characters.
________________________________________________________________________
32220 MESSAGE filename - Account name identifier > 8 chars
(ATCERR 32220).
CAUSE The account name in the specified file name is more
than eight characters long.
ACTION Specify an account name less than or equal to eight
characters.
________________________________________________________________________
32221 MESSAGE filename - Cannot set the creator (ATCERR 32221).
CAUSE Failed to set the creator for the specified file.
ACTION Contact the HP Response Center.
________________________________________________________________________
DBCORE Errors
________________________________________________________________________
32301 MESSAGE Unexpected DBCORE error (ATCERR 32301, DBCORE
error number, error number, error number, error
number).
CAUSE A DBCORE subsystem error has occurred.[REV BEG] 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.[REV END]
________________________________________________________________________
32306 MESSAGE Cannot read DBECon file (ATCERR 32306, DBCORE
error number).
CAUSE An error occurred when reading the DBECon file of
DBEnvironment.
ACTION Contact the HP Response Center.
________________________________________________________________________
32307 MESSAGE Invalid DBECon file (ATCERR 32307, DBCORE error
number).
CAUSE The file specified is not a DBECon file.
ACTION Check the spelling specified in the SET SQLDBE or
DISPLAY TURBODBS command.
________________________________________________________________________
Preprocessor Errors
________________________________________________________________________
32351 MESSAGE ALLBASE/SQL CONNECT command failed (ATCERR
32351).
CAUSE A preprocessed CONNECT failed.
ACTION This message is followed by an ALLBASE/SQL error
message. Refer to the ALLBASE/SQL Message Manual
for more information.
________________________________________________________________________
32352 MESSAGE ALLBASE/SQL RELEASE command failed (ATCERR
32352).
CAUSE A preprocessed RELEASE failed.
ACTION This message is followed by an ALLBASE/SQL error
message. Refer to the ALLBASE/SQL Message Manual
for more information.
________________________________________________________________________
32353 MESSAGE ALLBASE/SQL CREATE TABLE command failed (ATCERR
32353).
CAUSE A preprocessed CREATE TABLE failed.
ACTION This message is followed by an ALLBASE/SQL error
message. Refer to the ALLBASE/SQL Message Manual
for more information.
________________________________________________________________________
32354 MESSAGE ALLBASE/SQL BEGIN WORK command failed (ATCERR
32354).
CAUSE A preprocessed BEGIN WORK failed.
ACTION This message is followed by an ALLBASE/SQL error
message. Refer to the ALLBASE/SQL Message Manual
for more information.
________________________________________________________________________
32355 MESSAGE ALLBASE/SQL DROP TABLE command failed (ATCERR
32355).
CAUSE A preprocessed DROP TABLE failed.
ACTION This message is followed by an ALLBASE/SQL error
message. Refer to the ALLBASE/SQL Message Manual
for more information.
________________________________________________________________________
32356 MESSAGE ALLBASE/SQL COMMIT WORK command failed (ATCERR
32356).
CAUSE A preprocessed COMMIT WORK failed.
ACTION This message is followed by an ALLBASE/SQL error
message. Refer to the ALLBASE/SQL Message Manual
for more information.
________________________________________________________________________
32357 MESSAGE ALLBASE/SQL CREATE VIEW command failed (ATCERR
32357).
CAUSE A preprocessed CREATE VIEW failed.
ACTION This message is followed by an ALLBASE/SQL error
message. Refer to the ALLBASE/SQL Message Manual
for more information.
________________________________________________________________________
32358 MESSAGE ALLBASE/SQL ROLLBACK WORK command failed (ATCERR
32358).
CAUSE A preprocessed ROLLBACK WORK failed.
ACTION This message is followed by an ALLBASE/SQL error
message. Refer to the ALLBASE/SQL Message Manual
for more information.
________________________________________________________________________
32359 MESSAGE ALLBASE/SQL ADD user TO GROUP command failed
(ATCERR 32359).
CAUSE A preprocessed ADD user failed.
ACTION This message is followed by an ALLBASE/SQL error
message. Refer to the ALLBASE/SQL Message Manual
for more information.
________________________________________________________________________
32360 MESSAGE ALLBASE/SQL REMOVE user FROM GROUP command failed
(ATCERR 32360).
CAUSE A preprocessed REMOVE user failed.
ACTION This message is followed by an ALLBASE/SQL error
message. Refer to the ALLBASE/SQL Message Manual
for more information.
________________________________________________________________________
32361 MESSAGE ALLBASE/SQL CREATE GROUP command failed (ATCERR
32361).
CAUSE A preprocessed CREATE GROUP failed.
ACTION This message is followed by an ALLBASE/SQL error
message. Refer to the ALLBASE/SQL Message Manual
for more information.
________________________________________________________________________
32362 MESSAGE ALLBASE/SQL GRANT SELECT ON table command failed
(ATCERR 32362).
CAUSE A preprocessed GRANT SELECT failed.
ACTION This message is followed by an ALLBASE/SQL error
message. Refer to the ALLBASE/SQL Message Manual
for more information.
________________________________________________________________________
32363 MESSAGE ALLBASE/SQL GRANT CONNECT TO user command failed
(ATCERR 32363).
CAUSE A preprocessed GRANT CONNECT failed.
ACTION This message is followed by an ALLBASE/SQL error
message. Refer to the ALLBASE/SQL Message Manual
for more information.
________________________________________________________________________
32364 MESSAGE ALLBASE/SQL REVOKE SELECT FROM table command
failed (ATCERR 32364).
CAUSE A preprocessed REVOKE SELECT failed.
ACTION This message is followed by an ALLBASE/SQL error
message. Refer to the ALLBASE/SQL Message Manual
for more information.
[REV BEG]
________________________________________________________________________
32366 MESSAGE ALLBASE/SQL SETOPT ATC failed. (ATCERR 32366).
CAUSE The statement is not supported with SETOPT.
ACTION Do not use the statement in SETOPT.
________________________________________________________________________
[REV END]
MPE/iX 5.0 Documentation