ALLBASE/SQL Message Manual (36216-90213)

Chapter 9 275
ALLBASE/SQL Error Messages: 11007-22540
your program had an invalid field type.
ACTION Modify the DECLARE section of your program specifying
a valid field type.
11506 MESSAGE Label must start with alphabetic character.
(DBERR 11506)
CAUSE A label in a WHENEVER statement started with a
number or some other non-alphabetic character.
ACTION Change the label to start with an alphabetic character.
11507 MESSAGE Nested structures disallowed in host
variables. (DBERR 11507)
CAUSE A host variable was declared in the DECLARE section as a
structure with a structure as one of its fields.
ACTION Modify the DECLARE section and re-preprocess your
program.
11508 MESSAGE The host variable must be an array type with
minimum size 1. (DBERR 11508)
CAUSE You specified a host variable for sqlvarbinary without an
array specification or with an array size less than 1.
ACTION Specify the sqlvarbinary host variable with an array size
greater than zero.
13130 MESSAGE User does not have authority to wrap DBE.
(DBERR 13130)
CAUSE You are not the creator of the original DBEnvironment or
the superuser (HP-UX) or a system administrator
(MPE/iX).
ACTION Only the original DBEnvironment creator or superuser
(HP-UX) or system administrator (MPE/iX) can use the
WRAPDBE command.
13131 MESSAGE Log file list contains non-existing log file.
(DBERR 13131)
CAUSE You specified a log file(s) that could not be found or opened
on the system.
ACTION Check the list of log files specified and determine if they
are actually on the system. If so, check the security on the
log files.
13132 MESSAGE Log file list contains duplicates. (DBERR
13132)
CAUSE When entering the WRAPDBE command, you specified
the same log file more than once.
ACTION Check the list of log files and reenter the new list with no