ALLBASE/SQL Error Messages (Cont.) [ ALLBASE/SQL Message Manual ] MPE/iX 5.5 Documentation
ALLBASE/SQL Message Manual
ALLBASE/SQL Error Messages (Cont.)
41 MESSAGE Internal error: Error on rename from '!' to '!'.
(DBERR 41)
CAUSE The ISQL RENAME command failed due to an internal
error.
ACTION Record as much information as possible and contact
your HP Service Representative or Response Center.
----------------------------------------------------------------------------
42 MESSAGE Unable to open work file. (DBERR 42)
CAUSE The file you specified in the SELECT statement
cannot be opened because it is being accessed
already
or
you do not have the MPE capabilities required
or
you are out of disk space.
ACTION Wait until the file is not being accessed
or
contact your system administrator.
----------------------------------------------------------------------------
43 MESSAGE Bad numeric input. (DBERR 43)
CAUSE You entered a character where a numeric value was
expected.
ACTION Issue the command again, specifying a numeric
value.
----------------------------------------------------------------------------
44 MESSAGE Invalid option. (DBERR 44)
CAUSE The option you specified in the SET command is not
one of the valid options. The command is aborted
and no option is set.
ACTION Issue the command again, specifying a valid option.
The valid options for the SET command are:
autoc[ommit], autos[ave], c[ontinue], ec[ho],
ed[itor], es[cape], f[raction], n[ull], ou[tput],
ow[ner], pa[gewidth], and pr[ompt]. Refer to the
ISQL Reference Manual for ALLBASE/SQL and IMAGE/SQL
for additional information on the SET command.
----------------------------------------------------------------------------
45 MESSAGE Column ! has already been specified. (DBERR 45)
CAUSE You specified the same column name twice in the
LOAD command.
ACTION Issue the LOAD command again, with each column name
specified only once. Refer to the ALLBASE/SQL
Reference Manual for more information on the LOAD
command.
----------------------------------------------------------------------------
46 MESSAGE Command buffer empty, STORE not performed.
(DBERR 46)
CAUSE The STORE command works only on information in the
ISQL command buffer.
ACTION Use the HOLD or RECALL command to put information
into the command buffer, then issue the STORE
command again.
----------------------------------------------------------------------------
47 MESSAGE Missing parameters from command file. (DBERR 47)
CAUSE The command file you specified in the START command
was missing parameters essential to its function.
ACTION Check the command buffer or command file specified
in the START command to make sure that all required
parameters are there. Refer to the ALLBASE/SQL
Reference Manual or ISQL Reference Manual for
ALLBASE/SQL and IMAGE/SQL for additional
information on the command(s) specified.
----------------------------------------------------------------------------
49 MESSAGE Last command not terminated in command file -
ignored. (DBERR 49)
CAUSE The last command you executed in the command file
was not terminated with a semicolon (;)
or
the last line in the command file was a comment or
blank line.
ACTION Correct the command file so that all commands are
terminated with a semicolon (;)
or
reissue the commands which were not executed.
----------------------------------------------------------------------------
50 MESSAGE Fraction length must be in the range 0..18
(DBERR 50)
CAUSE The fraction length you specified in the FRACTION
option of the SET command was not within the
acceptable range. The fraction length was not
changed.
ACTION Issue the command again, specifying a fraction
length between 0 and 18.
----------------------------------------------------------------------------
51 MESSAGE Column ! can't be null. You MUST load this
column. (DBERR 51)
CAUSE The LOAD command did not specify a column that was
created with the NOT NULL attribute.
ACTION Issue the command again, specifying any column
created with the NOT NULL attribute.
----------------------------------------------------------------------------
52 MESSAGE Internal error trying to load data. (DBERR 52)
CAUSE An unsuccessful BULK INSERT in DBCore. An
additional error message will be returned.
ACTION Refer to the cause and action of the additional
error message.
----------------------------------------------------------------------------
53 MESSAGE Pagewidth must be in the range 10..254. (DBERR
53)
CAUSE The PAGEWIDTH option you specified in the SET
command was not within the valid range. The page
width was not changed.
ACTION Issue the command again, specifying a page width in
the range of 10 through 254.
----------------------------------------------------------------------------
54 MESSAGE AutoSave count must be in the range 1..32767.
(DBERR 54)
CAUSE The AUTOSAVE option you specified in the SET
command was not within the valid range. The number
of rows remains the same.
ACTION Issue the command again, specifying an Autosave
count in the range of 1 through 32,767.
----------------------------------------------------------------------------
55 MESSAGE Problem getting help. (DBERR 55)
CAUSE Internal error.
ACTION Record as much information as possible and contact
your HP Service Representative or Response Center.
----------------------------------------------------------------------------
56 MESSAGE Output file name must be no more than ! bytes.
(DBERR 56)
CAUSE The output file name you specified in the command
is not a valid system file name.
ACTION Refer to the MPE/iX Error Message Manual, Volume 1
for additional information on file naming
conventions.
----------------------------------------------------------------------------
57 MESSAGE Prompt must be no more than ! bytes. (DBERR 57)
CAUSE The prompt you specified in the PROMPT option of
the SET command exceeded the maximum length of 16
bytes.
ACTION Issue the command again, specifying a valid prompt
length.
----------------------------------------------------------------------------
58 MESSAGE Null character must be a single one-byte
character. (DBERR 58)
CAUSE You specified more than a single one-byte character
as the null indicator in the LOAD or UNLOAD
EXTERNAL command.
ACTION Issue the command again, specifying only a single
one-byte character as the null indicator.
----------------------------------------------------------------------------
60 MESSAGE Command file execution terminated. (DBERR 60)
CAUSE Execution was terminated because of an error in the
command file. An additional error message will be
returned.
ACTION Refer to the cause and action of the additional
error message.
----------------------------------------------------------------------------
61 MESSAGE Escape character must be a single one-byte
character. (DBERR 61)
CAUSE You specified more than a single one-byte character
in the ESCAPE option of the SET command. The
ESCAPE option was not changed.
ACTION Issue the command again, specifying a single
one-byte character in the ESCAPE option.
----------------------------------------------------------------------------
62 MESSAGE SQLCORE not available. (DBERR 62)
CAUSE There is an ALLBASE/SQL linking problem.
ACTION Contact your system administrator.
----------------------------------------------------------------------------
63 MESSAGE Internal error: Unrecognized status code: !.
(DBERR 63)
CAUSE Internal error.
ACTION Record the code returned and as much information as
possible. Contact your HP Service Representative
or Response Center.
----------------------------------------------------------------------------
64 MESSAGE Semantic error. (DBERR 64)
CAUSE An additional message will be returned.
ACTION Refer to the cause and action of the additional
error message.
----------------------------------------------------------------------------
66 MESSAGE Name of editor must not be more than ! bytes.
(DBERR 66)
CAUSE The editor name you specified in the EDITOR option
of the SET command exceeds the maximum limit of 255
bytes. The EDITOR option was not changed.
ACTION Issue the SET command again, with a valid name
specified in the EDITOR option.
----------------------------------------------------------------------------
67 MESSAGE Command buffer cannot be executed from command
file. (DBERR 67)
CAUSE The command file you specified contains a START
command to execute the command buffer. A command
file can start other command files, but cannot
start the command buffer.
ACTION Remove the START command to execute the command
buffer from the command file. Refer to the ISQL
Reference Manual for ALLBASE/SQL and IMAGE/SQL for
additional information on the START command.
----------------------------------------------------------------------------
69 MESSAGE Illegal table name. (DBERR 69)
CAUSE The table name you specified in the INFO, UNLOAD,
or INPUT command was not a valid table name.
ACTION Refer to the ALLBASE/SQL Reference Manual for table
naming conventions.
----------------------------------------------------------------------------
73 MESSAGE Valid options are E[XTERNAL] and I[NTERNAL].
(DBERR 73)
CAUSE The option you specified for the LOAD or UNLOAD
command was not a valid option.
ACTION Issue the command again, specifying either EXTERNAL
or INTERNAL. Refer to the ISQL Reference Manual for
ALLBASE/SQL and IMAGE/SQL for additional
information on the LOAD and UNLOAD commands.
----------------------------------------------------------------------------
74 MESSAGE Invalid option '!'. (DBERR 74)
CAUSE The option you specified in the SET command was not
a valid option.
ACTION Issue the command again, specifying only valid
options. Refer to the ISQL Reference Manual for
ALLBASE/SQL and IMAGE/SQL for valid options and
additional information on the SET command.
----------------------------------------------------------------------------
76 MESSAGE End of file encountered on input. (DBERR 76)
CAUSE You reached EOF on standard input. The program was
terminated.
ACTION No action is necessary.
----------------------------------------------------------------------------
77 MESSAGE Could not schedule !. (DBERR 77)
CAUSE SQLUtil or SQLGEN could not be scheduled because
you don't have the proper capability
or
a LOAD error has occurred
or
if ALLBASE/SQL was installed in a group and account
other than PUB.SYS, SQLUtil and SQLGEN cannot be
executed from within ISQL.
ACTION Check to make sure that SQLUtil and SGLGEN are in
PUB.SYS. If they are not, contact your system
administrator.
----------------------------------------------------------------------------
78 MESSAGE Missing keyword FROM. (DBERR 78)
CAUSE You tried to execute a LOAD or UNLOAD command
without specifying the keyword FROM.
ACTION Issue the command again, specifying the FROM
keyword. Refer to the ISQL Reference Manual for
ALLBASE/SQL and IMAGE/SQL for additional
information on the LOAD and UNLOAD commands.
----------------------------------------------------------------------------
79 MESSAGE Missing keyword TO. (DBERR 79)
CAUSE You tried to execute a LOAD or UNLOAD command
without specifying the keyword TO.
ACTION Issue the command again, specifying the TO keyword.
Refer to the ISQL Reference Manual for ALLBASE/SQL
and IMAGE/SQL for additional information on the
LOAD and UNLOAD commands.
----------------------------------------------------------------------------
MPE/iX 5.5 Documentation