ALLBASE/SQL Error Messages (Cont.) [ ALLBASE/SQL Message Manual ] MPE/iX 5.5 Documentation
ALLBASE/SQL Message Manual
ALLBASE/SQL Error Messages (Cont.)
216 MESSAGE Insufficient group disc file space. (DBERR 216)
CAUSE There is insufficient disc file space to complete
your transaction.
ACTION Report this error to your system administrator.
----------------------------------------------------------------------------
217 MESSAGE Insufficient account disc file space. (DBERR
217)
CAUSE There is insufficient disc file space to complete
your transaction.
ACTION Report this error to your system administrator.
----------------------------------------------------------------------------
218 MESSAGE File being accessed by another process. (DBERR
218)
CAUSE The file you specified is currently being accessed
by another user or process.
ACTION Wait until the file is no longer being accessed,
then try again.
----------------------------------------------------------------------------
219 MESSAGE File lockword violation. (DBERR 219)
CAUSE You entered an incorrect lockword or no lockword
for the specified file.
ACTION Issue the command again, specifying a valid
lockword for the file.
----------------------------------------------------------------------------
220 MESSAGE Security violation, permission denied. (DBERR
220)
CAUSE You do not have the required capability for the
operation attempted.
ACTION Contact your system administrator to get the
required capability.
----------------------------------------------------------------------------
221 MESSAGE User lacks save files (SF) capability. (DBERR
221)
CAUSE The command you tried to execute requires SF
capability.
ACTION Contact your account manager or system manager to
obtain the required capability, or log on as a user
who has SF capability.
----------------------------------------------------------------------------
222 MESSAGE File '!' is not binary. (DBERR 222)
CAUSE You tried to UNLOAD with the INTERNAL option to an
existing ASCII file
or
you tried to LOAD with the INTERNAL option from an
ASCII file.
ACTION To UNLOAD FROM INTERNAL, purge the existing file or
specify a different file name. To UNLOAD to the
existing ASCII file, specify the EXTERNAL option in
the UNLOAD command.
or
To LOAD FROM INTERNAL, specify an existing binary
file. To LOAD an ASCII file, specify the EXTERNAL
option in the LOAD command.
----------------------------------------------------------------------------
223 MESSAGE File '!' is not ASCII. (DBERR 223)
CAUSE You tried to UNLOAD with the EXTERNAL option to an
existing binary file
or
you tried to LOAD with the EXTERNAL option from a
binary file.
ACTION To UNLOAD TO EXTERNAL, purge the existing file or
specify a different file name. To UNLOAD to the
existing binary file, specify the INTERNAL option
in the UNLOAD command.
or
To LOAD FROM EXTERNAL, specify an existing ASCII
file. To LOAD a binary file, specify the INTERNAL
option in the LOAD command.
----------------------------------------------------------------------------
224 MESSAGE File '!' record length is too short. (DBERR 224)
CAUSE You tried to UNLOAD with the INTERNAL option to an
existing file, but the file record length was
shorter than the length of the tuples to be
unloaded.
ACTION Either increase the record length of the existing
file or enter the UNLOAD command again, specifying
a different file name.
----------------------------------------------------------------------------
230 MESSAGE Total output width exceeds maximum of !. (DBERR
230)
CAUSE The output length you specified in the UNLOAD
EXTERNAL command exceeded the maximum width of
7,990 bytes.
ACTION Issue the UNLOAD command again, specifying an
output length less than or equal to 7,990. If you
require a length greater than 7,990 bytes, issue
the UNLOAD command specifying the INTERNAL option.
----------------------------------------------------------------------------
231 MESSAGE Owner name must be no more than ! bytes. (DBERR
231)
CAUSE The length of the Owner name you specified exceeds
the maximum length allowed for owner names.
ACTION Issue the command again, specifying a shorter owner
name.
----------------------------------------------------------------------------
237 MESSAGE ISQL internal error. (! !) (DBERR 237)
CAUSE An internal error has caused a Pascal runtime,
operating system, architected call interface (ACI),
foreign data access (FDA) or Switch layer error.
ACTION The error message includes the type of error and
error number. Refer to the cause and action in the
appropriate message manual.
----------------------------------------------------------------------------
[REV BEG]
238 MESSAGE This session is not allowed to use the SYSTEM
command. (DBERR 238)
CAUSE This session is not allowed to use the System
command.
ACTION No action is required.
[REV END]
----------------------------------------------------------------------------
250 MESSAGE Write failed on file '!'. (! !). (DBERR 250)
CAUSE An MPE/iX file system error occurred.
ACTION Refer to the MPE/iX Error Message Manual, Volume 1
for a brief explanation of the error code returned.
----------------------------------------------------------------------------
251 MESSAGE Read failed on file '!'. (! !). (DBERR 251)
CAUSE An MPE/iX file system error occurred.
ACTION Refer to the MPE/iX Error Message Manual, Volume 1
for a brief explanation of the error code returned.
----------------------------------------------------------------------------
252 MESSAGE Seek failed on file '!'. (! !). (DBERR 252)
CAUSE An MPE/iX file system error occurred.
ACTION Refer to the MPE/iX Error Message Manual, Volume 1
for a brief explanation of the error code returned.
----------------------------------------------------------------------------
253 MESSAGE LONG data types not allowed through UNLOAD
INTERNAL. (DBERR 253)
CAUSE You attempted to use the UNLOAD command with the
INTERNAL option for LONG data type columns.
ACTION Use the EXTERNAL option with the UNLOAD command.
----------------------------------------------------------------------------
256 MESSAGE SELECT statement length exceeds maximum of !
bytes. (DBERR 256)
CAUSE The length of the SELECT statement in the UNLOAD
command exceeds the maximum of 2048 bytes.
ACTION Use the SELECT statement to define a view, and then
unload from the view.
----------------------------------------------------------------------------
257 MESSAGE Unable to split error message into multiple
lines. (DBERR 257)
CAUSE There was an internal error.
ACTION Record as much information as possible and contact
you HP Service Representative or Response Center.
----------------------------------------------------------------------------
[REV BEG]
263 MESSAGE Invalid flagger name. (DBERR 263)
CAUSE An invalid flagger name was specified in the SET
FLAGGER statement.
ACTION Specify a valid flag name. Currently, the only
flagger name supported is "FIPS127.1". Do not
include quotes. It is not case sensitive.
[REV END]
----------------------------------------------------------------------------
[REV BEG]
284 MESSAGE Invalid UNLOAD INTERNAL syntax after table name.
(DBERR 284)
CAUSE The UNLOAD INTERNAL syntax after the table name is
invalid.
ACTION No action is required.
[REV END]
----------------------------------------------------------------------------
300 MESSAGE Open failed on file '!'. (! !). (DBERR 300)
CAUSE An MPE/iX file system error occurred.
ACTION Refer to the MPE/iX Error Message Manual, Volume 1
for an error description.
----------------------------------------------------------------------------
301 MESSAGE Close failed on file '!'. (! !). (DBERR 301)
CAUSE An MPE/iX file system error occurred.
ACTION Refer to the MPE/iX Error Message Manual, Volume 1
for an error description.
----------------------------------------------------------------------------
308 MESSAGE This command is not valid for FDA usage. (DBERR
308)
CAUSE You specified an ISQL command that cannot be used
when connected to a foreign database.
ACTION No action necessary.
----------------------------------------------------------------------------
309 MESSAGE Already connected. (DBERR 309)
CAUSE You have already connected to the specified
database.
ACTION No action necessary.
----------------------------------------------------------------------------
310 MESSAGE Invalid CHANGE syntax. (DBERR 310)
CAUSE The parameter of the CHANGE command is either
missing a delimiter or contains an invalid
character.
ACTION Insert the missing delimiter or delete the invalid
character and issue the CHANGE command again.
----------------------------------------------------------------------------
311 MESSAGE Invalid characters after RELEASE. (DBERR 311)
CAUSE Non-blank characters follow the RELEASE statement.
ACTION Issue the RELEASE statement with no trailing,
non-blank characters.
----------------------------------------------------------------------------
312 MESSAGE Invalid EXIT syntax. (DBERR 312)
CAUSE Non-blank characters follow the EXIT command.
ACTION Issue the EXIT command with no trailing, non-blank
characters.
----------------------------------------------------------------------------
313 MESSAGE Invalid characters after SAVEPOINT. (DBERR 313)
CAUSE Non-blank characters follow the SAVEPOINT
statement.
ACTION Issue the SAVEPOINT statement with no trailing,
non-blank characters.
----------------------------------------------------------------------------
314 MESSAGE DO/REDO pattern not found. (DBERR 314)
CAUSE The pattern you specified with the DO or REDO
command is not in the command history buffer.
ACTION Find the correct pattern with the "LIST HISTORY @"
command and issue the DO or REDO command again with
the correct pattern.
----------------------------------------------------------------------------
315 MESSAGE Invalid keyword after PREPARE. (DBERR 315)
CAUSE You can not use the REPEAT option in a PREPARE
statement in ISQL.
ACTION Issue the PREPARE statement again without the
REPEAT option.
----------------------------------------------------------------------------
MPE/iX 5.5 Documentation