ALLBASE/SQL Message Manual (36216-90213)

282 Chapter9
ALLBASE/SQL Error Messages: 11007-22540
ACTION Record as much information as possible and contact your
HP Service Representative or Response Center.
14059 MESSAGE DBCore File Close error. (DBERR 14059)
CAUSE ALLBASE was not able to close the file. File name may not
be correct.
ACTION Supply the correct file name.
14066 MESSAGE DBECon Error - File is invalid. (DBERR 14066)
CAUSE The DBECon file name specified in the START DBE,
START DBE NEW, or START DBE NEWLOG statement
is invalid.
ACTION Refer to the ALLBASE/SQL Reference Manual for
DBECon file naming conventions.
14067 MESSAGE DBECon error - File System Error. (DBERR
14067)
CAUSE Internal error.
ACTION Record as much information as possible and contact your
HP Service Representative or Response Center.
14071 MESSAGE Database already started in single user mode.
(DBERR 14071)
CAUSE You tried to initiate a multi-user session on a single user
DBEnvironment.
ACTION Ask your database administrator to change the DBECon
file user mode to MULTI.
14072 MESSAGE Database already started in multi-user mode.
(DBERR 14072)
CAUSE You tried to issue a START DBE or START DBE
NEWLOG statement when someone was already
connected to the database.
ACTION Make sure that no one is currently connected to the
DBEnvironment. The SQLMON OVERVIEW SESSION
screen can be used to see who is connected to the
DBEnvironment.
14073 MESSAGE Attempted to connect to more than one
DBEnvironment. (DBERR 14073)
CAUSE You tried to connect to a second DBEnvironment while
still connected to another DBEnvironment. Your current
transaction was rolled back.
ACTION Issue a RELEASE statement to disconnect from the first
DBEnvironment and then issue a START DBE or
CONNECT statement for the second DBEnvironment.