ALLBASE/SQL Error Messages (Cont.) [ ALLBASE/SQL Message Manual ] MPE/iX 5.5 Documentation
ALLBASE/SQL Message Manual
ALLBASE/SQL Error Messages (Cont.)
10967 MESSAGE Cannot open command with host variable
parameters. (DBERR 10967)
CAUSE You specified a host variable in your DECLARE
CURSOR statement.
ACTION Remove the host variable from your DECLARE CURSOR
statement and re-preprocess your program.
----------------------------------------------------------------------------
10968 MESSAGE A cursor on a PREPAREd command is illegal for
non-dynamic queries. (DBERR 10968)
CAUSE The cursor you specified was associated with a
PREPAREd dynamic query. A cursor with a
non-dynamic query should be used.
ACTION Change the query to use a cursor associated with a
non-dynamic query or change the query to a dynamic
query. Refer to the ALLBASE/SQL application
programming guide for the language you are using
for additional information.
----------------------------------------------------------------------------
10969 MESSAGE A cursor on a PREPAREd command is required for
dynamic queries. (DBERR 10969)
CAUSE The cursor you specified was not associated with a
PREPAREd dynamic query. A cursor associated with a
dynamic query should be used.
ACTION Change the query to use a cursor associated with a
dynamic query or change the query to a non-dynamic
query. Refer to the ALLBASE/SQL application
programming guide for the language you are using
for additional information.
----------------------------------------------------------------------------
10970 MESSAGE Warnings when connecting to DBEnvironment. (DBERR
10970)
CAUSE Additional messages will be returned.
ACTION Refer to the cause and action of the additional
messages.
----------------------------------------------------------------------------
10971 MESSAGE Warnings when beginning transaction. (DBERR
10971)
CAUSE Additional messages will be returned.
ACTION Refer to the cause and action of the additional
messages.
----------------------------------------------------------------------------
10972 MESSAGE Fields of type SQLIND must follow non-SQLIND
fields. (DBERR 10972)
CAUSE Fields of type SQLIND cannot be the first field in
a host variable record declaration nor immediately
follow another SQLIND field.
ACTION Resequence the fields in the record declaration and
check for missing or duplicated fields, then
re-preprocess your program.
----------------------------------------------------------------------------
10973 MESSAGE Host variable type must be integer. (DBERR
10973)
CAUSE The host variable type you specified in your BULK
command was invalid.
ACTION Declare the host variable as integer and then
re-preprocess your program.
----------------------------------------------------------------------------
10974 MESSAGE Too many INTO parameters found in bulk statement.
(DBERR 10974)
CAUSE You named more than three host variables in the
INTO clause of a BULK FETCH or BULK SELECT
statement. Preprocessing terminates and no module
is stored.
ACTION Correct the INTO clause so that it contains at most
three host variables: Buffer, StartIndex, and
NumberOfRows and re-preprocess your program.
----------------------------------------------------------------------------
10975 MESSAGE Illegal host variable type. (DBERR 10975)
CAUSE The host variable type you specified was invalid.
ACTION Declare the host variable specifying a valid type.
Refer to the ALLBASE/SQL application programming
guide for the language you are using for additional
information on host variable types.
----------------------------------------------------------------------------
10976 MESSAGE Variable must be compatible with CHAR(n), n > 1.
(DBERR 10976)
CAUSE The declaration for a host variable you named in an
SQLEXPLAIN, PREPARE, or EXECUTE statement is not
valid.
ACTION Specify a valid type in the host variable
declaration. Refer to the ALLBASE application
programming guide for the language you are using
for additional information.
----------------------------------------------------------------------------
10977 MESSAGE ALLBASE/SQL preprocessor error. (DBERR 10977)
CAUSE An error condition was detected by the
preprocessor. Additional error messages will be
returned.
ACTION Refer to the cause and action of the additional
error messages.
----------------------------------------------------------------------------
10978 MESSAGE ALLBASE/SQL statement parser error. (DBERR
10978)
CAUSE An error condition was detected by the statement
parser. Additional error messages will be
returned.
ACTION Refer to the cause and action of the additional
error messages.
----------------------------------------------------------------------------
10982 MESSAGE No ending single quote before end of line.
(DBERR 10982)
CAUSE A string literal was not properly terminated before
the end of the line or end of the file. No ending
single quote was found to match a beginning single
quote.
ACTION Verify that the string literal is terminated by an
ending single quote on the same line as the
beginning single quote. If the string literal is
longer than a single line, verify that the line is
properly continued following conventions specified
in the ALLBASE/SQL application programming guide
for the language you are using.
----------------------------------------------------------------------------
10983 MESSAGE No ending double quote before end of line.
(DBERR 10983)
CAUSE A string literal was not properly terminated before
the end of the line or end of the file. No ending
double quote was found to match a beginning double
quote.
ACTION Verify that the string literal is terminated by an
ending double quote on the same line as the
beginning double quote. If the string literal is
longer than a single line, verify that the line is
properly continued following conventions specified
in the ALLBASE/SQL application programming guide
for the language you are using.
----------------------------------------------------------------------------
10984 MESSAGE Error in continuation of string literal. (DBERR
10984)
CAUSE A string literal was not properly continued across
lines.
ACTION Verify that the line continuation follows
conventions specified in the ALLBASE/SQL
application programming guide for the language you
are using.
----------------------------------------------------------------------------
10985 MESSAGE Heap allocation failed. (DBERR 10985)
CAUSE The preprocessor was unable to obtain the
additional memory it needed.
ACTION Try preprocessing your program later or reduce the
size of the program.
----------------------------------------------------------------------------
10990 MESSAGE Error while writing to file. (DBERR 10990)
CAUSE An error occurred while the preprocessor was
writing to a file.
ACTION Record as much information as possible and contact
your HP Service Representative or Response Center.
----------------------------------------------------------------------------
10992 MESSAGE Host variable type must be integer or short
integer. (DBERR 10992)
CAUSE The data type of the host variable is invalid.
ACTION Declare the host variable as an integer or a small
integer.
----------------------------------------------------------------------------
10993 MESSAGE Embedded savepoint requires a host variable.
(DBERR 10993)
CAUSE A host variable was not specified in your SAVEPOINT
statement.
ACTION Modify your command specifying a valid host
variable and re-preprocess your program. Refer to
the ALLBASE/SQL Reference Manual for additional
information on the SAVEPOINT statement.
----------------------------------------------------------------------------
10994 MESSAGE Syntax error in option specification. (DBERR
10994)
CAUSE A syntax error was encountered in a compiler
option.
ACTION Verify that the specified compiler option follows
conventions specified in the ALLBASE/SQL
application programming guide for the language you
are using.
----------------------------------------------------------------------------
10995 MESSAGE Invalid array size. (DBERR 10995)
CAUSE A string or array size you specified was greater
than the maximum allowable.
ACTION Modify the declaration of the string or array so
that the length is less than or equal to 32764
bytes.
----------------------------------------------------------------------------
10996 MESSAGE Host variable buffer required. (DBERR 10996)
CAUSE You did not specify a host variable buffer in the
value field of the BULK INSERT statement.
ACTION Modify the command within your program to specify a
host variable buffer in the value field and
re-preprocess your program.
----------------------------------------------------------------------------
10998 MESSAGE Output filename too long. (DBERR 10998)
CAUSE The output filename you specified in the invocation
string is greater than 9 bytes (excluding
extensions)
or
if no output filename was specified, the input
source file name (the default) is greater than 9
bytes (excluding extensions).
ACTION Reinvoke the preprocessor specifying an output
filename containing less than or equal to 9 bytes
(excluding extensions).
----------------------------------------------------------------------------
10999 MESSAGE Preprocessor Internal Error (!). (DBERR 10999)
CAUSE Unknown escape occurred in the preprocessor.
ACTION Record the number returned and as much information
as possible and contact your HP Service
Representative or Response Center.
----------------------------------------------------------------------------
11007 MESSAGE Invalid module/owner name. (DBERR 11007)
CAUSE The module or owner name you specified in the
preprocessor invocation line was invalid.
ACTION Invoke the preprocessor again, specifying a valid
module or owner name. Refer to the ALLBASE/SQL
Reference Manual for naming conventions.
----------------------------------------------------------------------------
11012 MESSAGE Too many routines within subprogram. (DBERR
11012)
CAUSE You have exceeded the maximum number of routines
allowable in a subprogram.
ACTION Modify your subprogram to include 100 or fewer
routines and re-preprocess your program.
----------------------------------------------------------------------------
11013 MESSAGE Cannot get language information. See System
Administrator. (DBERR 11013)
CAUSE Native language support error occurred. Most
likely language environment file is not accessible.
ACTION Verify that native language support is properly
installed.
----------------------------------------------------------------------------
11014 MESSAGE Cannot get Asian language information. (DBERR
11014)
CAUSE Native language support error occurred. Most
likely language environment file is not accessible.
ACTION Verify that native language support is properly
installed.
----------------------------------------------------------------------------
11015 MESSAGE Internal error. Could not truncate line
correctly. (DBERR 11015)
CAUSE Native language support error occurred during
truncation of source line.
ACTION Verify that native language support is properly
installed.
----------------------------------------------------------------------------
11016 MESSAGE Internal error. Cannot upshift characters in
invocation line. (DBERR 11016)
CAUSE Native language support error occurred while
processing the invocation line.
ACTION Verify that native language support is properly
installed.
----------------------------------------------------------------------------
11017 MESSAGE Out of preprocessor symbol table memory. (DBERR
11017)
CAUSE You used too many host variables or cursor names.
ACTION Reduce the number of host variables or cursor names
or use subprograms.
----------------------------------------------------------------------------
11018 MESSAGE File ! open error. (Paserr 692). (DBERR 11018)
CAUSE You tried to open a file with a Pascal statement.
ACTION Check the status of the file named in the error
message. For information on the Pascal error
message, refer to the Pascal Reference Manual.
----------------------------------------------------------------------------
11019 MESSAGE Insufficient heap area to allocate variable.
(Paserr 600) (DBERR 11019)
CAUSE The heap memory space is exhausted.
ACTION Allocate more heap space.
----------------------------------------------------------------------------
MPE/iX 5.5 Documentation