ALLBASE/SQL Error Messages (Cont.) [ ALLBASE/SQL Message Manual ] MPE/iX 5.5 Documentation
ALLBASE/SQL Message Manual
ALLBASE/SQL Error Messages (Cont.)
[REV BEG]
3228 MESSAGE Log lock point specified is invalid. (DBERR
3228)
CAUSE An invalid log lock point was specified.
ACTION Change to a valid log lock point.
[REV END]
----------------------------------------------------------------------------
[REV BEG]
3241 MESSAGE Invalid node type ! not allowed inside atomic
block. (DBERR 3241)
CAUSE The specified node type is not valid inside an
atomic block.
ACTION Change to a valid node type.
[REV END]
----------------------------------------------------------------------------
[REV BEG]
3242 MESSAGE Atomic block does not exist while requesting end
atomic operation. (DBERR 3242)
CAUSE There is an end for an atomic operation without it
being started.
ACTION Correct the atomic block commands.
[REV END]
----------------------------------------------------------------------------
[REV BEG]
3244 MESSAGE Execution failed causing rollback work inside
atomic block. (DBERR 3244)
CAUSE The execution failed within an atomic block.
ACTION Review the commands within the atomic block and
correct the problem.
[REV END]
----------------------------------------------------------------------------
[REV BEG]
3245 MESSAGE Atomic block started already. Nested atomic
block is not allowed. (DBERR 3245)
CAUSE You have specified a nested atomic block.
ACTION Remove the nested atomic block.
[REV END]
----------------------------------------------------------------------------
[REV BEG]
3248 MESSAGE Incorrect data type declared for input/output
parameter. (DBERR 3248)
CAUSE The input or output parameter has an incorrect data
type.
ACTION Change to the correct data type.
[REV END]
----------------------------------------------------------------------------
[REV BEG]
3300 MESSAGE DBEFile ! is currently DETACH-ed. (DBERR 3300)
CAUSE You attempted to DETACH an already DETACHed
DBEFile.
ACTION None.
[REV END]
----------------------------------------------------------------------------
3301 MESSAGE Attempting to ATTACH an already attached DBEFile
!. (DBERR 3301)
CAUSE You attempted to ATTACH an already ATTACHed
DBEFile.
ACTION None.
----------------------------------------------------------------------------
3302 MESSAGE Cannot DETACH the SYSTEM DBEFileset or any
DBEFile in it. (DBERR 3302)
CAUSE You attempted to DETACH a SYSTEM DBEFileset or a
DBEFile in the SYSTEM DBEFileset.
ACTION If the reason for DETACHment is media failure,
perform a complete rollforward recovery.
----------------------------------------------------------------------------
3303 MESSAGE DBEFileset ! is currently DETACH-ed. (DBERR 3303)
CAUSE You attempted to DETACH an already DETACHed
DBEFileset.
ACTION None.
----------------------------------------------------------------------------
3304 MESSAGE Attempting to ATTACH an already attached
DBEFileset !. (DBERR 3304)
CAUSE You attempted to ATTACH an already ATTACHed
DBEFileset.
ACTION None.
----------------------------------------------------------------------------
3305 MESSAGE Cannot DROP DBEFile ! while online backup is in
progress. (DBERR 3305)
CAUSE You attempted to DROP a DBEFile after the online
backup has started, but before it has finished.
ACTION Wait until the online backup completes and resubmit
the command.
----------------------------------------------------------------------------
3306 MESSAGE Attempting to access DBEFile ! which is currently
DETACH-ed.(DBERR 3306)
CAUSE You attempted to read/write data from a detached
DBEFile.
ACTION ATTACH a DBEFile (partial or full rollforward
recovery may be needed before ATTACHing), and
restart the transaction.
----------------------------------------------------------------------------
3307 MESSAGE Cannot partially rollforward the SYSTEM
DBEFileset or any DBEFile in it. (DBERR 3307)
CAUSE You attempted to perform a partial rollforward on
the SYSTEM.DBEFileSet or a DBEFile in the SYSTEM
DBEFileSet.
ACTION Perform a complete rollforward recovery.
----------------------------------------------------------------------------
3308 MESSAGE OMNIBACK error !. (DBERR 3308)
CAUSE OMNIBACK has encountered some problem trying to
store/restore DBEnvironment file(s).
ACTION Please refer to the OMNIBACK manual.
----------------------------------------------------------------------------
[REV BEG]
3309 MESSAGE DBECreator ! does not exist on the system.
(DBERR 3309)
CAUSE The DBECreator named does not exist on the system.
ACTION Use a correct DBECreator name for this system.
[REV END]
----------------------------------------------------------------------------
3310 MESSAGE Cannot specify pseudo-mapped access for DBECon or
DBEFile0. (DBERR 3310)
CAUSE Pseudo-mapped was specified for DBECon or DBEFile0.
They cannot be pseudo-mapped.
ACTION Remove pseudo-mapping from the DBECon or DBEFile0
file.
----------------------------------------------------------------------------
3311 MESSAGE Command disallowed: user not DBECreator or does
not have maintenance word. (DBERR 3311)
CAUSE You are not the creator of the DBEnvironment, or
the maintenance word was not supplied.
ACTION Log on as DBECreator, or supply the maintenance
word.
----------------------------------------------------------------------------
3500 MESSAGE Maximum IMAGESQL DBEFILESET can not exceed !
pages. (DBERR 3500)
CAUSE You attempted to add a DBEFile to IMAGESQL
DBEFileSet which would cause the DBEFileSet to
exceed its maximum size.
ACTION Add a DBEFile which does not violate the maximum
number of pages with IMAGESQL DBEFileSet.
----------------------------------------------------------------------------
3501 MESSAGE Grant TABLESPACE on ! DBEFILESET is not allowed.
(DBERR 3501)
CAUSE You attempted to modify default table space. This
command is not allowed for users without
ALLBASE/SQL license.
ACTION No action.
----------------------------------------------------------------------------
3550 MESSAGE !.!(!) is not a permanent section or it is a
procedure. (DBERR 3550)
CAUSE You attempted to EXTRACT a section which is not a
permanent section, or it is a procedure.
ACTION EXTRACT a section which is a permanent section and
it is not a procedure.
----------------------------------------------------------------------------
3551 MESSAGE TBL of ! is needed to EXTRACT !.!(!). (DBERR
3551)
CAUSE The tuple buffer length is too small for the linear
tree.
ACTION EXTRACT the section with larger buffer.
----------------------------------------------------------------------------
3552 MESSAGE Section !.!(!) is a view. (DBERR 3552)
CAUSE The specified section is a view. Views can not be
extracted.
ACTION No action.
----------------------------------------------------------------------------
4000 MESSAGE ALLBASE/SQL code buffer overflow at !. Query
aborted. (DBERR 4000)
CAUSE ALLBASE/SQL internal code buffer overflow. Input
command was too long or too complicated.
ACTION Try to simplify the input command.
----------------------------------------------------------------------------
4001 MESSAGE ALLBASE/SQL static buffer overflow at !. Query
aborted. (DBERR 4001)
CAUSE ALLBASE/SQL internal static buffer overflow. Input
command was too long or too complicated.
ACTION Try to simplify the input command.
----------------------------------------------------------------------------
4002 MESSAGE ALLBASE/SQL module buffer overflow at !. Query
aborted. (DBERR 4002)
CAUSE ALLBASE/SQL internal module buffer overflow. The
executable tree for the module was too long.
ACTION Try to simplify the input command by breaking up
your large query into multiple queries.
----------------------------------------------------------------------------
4003 MESSAGE ALLBASE/SQL max query buffers exceeded. Query
aborted. (DBERR 4003)
CAUSE ALLBASE/SQL internal query buffer overflow. Input
command was too long or too complicated.
ACTION Try to simplify the input command. Refer to base
tables instead of to views as much as possible.
----------------------------------------------------------------------------
4004 MESSAGE ALLBASE/SQL input heap overflow at ! - Query
aborted. (DBERR 4004)
CAUSE ALLBASE/SQL internal input heap overflow. Input
command was too long or too complicated.
ACTION Try to simplify the input command. Reduce the
amount of table and column qualifications as much
as possible. If necessary, record as much
information as possible and contact your HP Service
Representative or Response Center.
----------------------------------------------------------------------------
4005 MESSAGE ALLBASE/SQL memory allocation failed. (DBERR
4005)
CAUSE ALLBASE/SQL cannot allocate run-time memory. This
may be an internal ALLBASE/SQL problem or an
operating system problem.
ACTION The requested operation cannot be performed. Try
starting the database later, issuing the problem
operation earlier in the session. Report this
problem to your database administrator and system
administrator.
----------------------------------------------------------------------------
4006 MESSAGE ALLBASE/SQL memory deallocation failed. (DBERR
4006)
CAUSE ALLBASE/SQL cannot deallocate (return for re-use)
run-time memory. This may be an internal
ALLBASE/SQL or an operating system problem.
ACTION After this error occurs, you may continue normal
processing. The problem becomes a serious one when
a long session eventually uses up all space and can
not obtain any more space. Report this problem to
your database administrator and system
administrator.
----------------------------------------------------------------------------
4007 MESSAGE ALLBASE/SQL UPDATE STATISTICS ! mismatch with
DBCore. (DBERR 4007)
CAUSE Internal error.
ACTION Record as much information as possible and contact
your HP Service Representative or Response Center.
----------------------------------------------------------------------------
4008 MESSAGE ALLBASE/SQL shared memory lock allocation failed
in DBCore. (DBERR 4008)
CAUSE ALLBASE/SQL ran out of run-time control block
space. Your transaction was rolled back.
ACTION In multi-user mode, try your query again later
or
issue the ALTDBE command in SQLUtil to increase the
number of control block pages
or
use LOCK TABLE so that individual pages are not
locked
or
you may be able to use BEGIN WORK CS or BEGIN WORK
RU to prevent this error.
----------------------------------------------------------------------------
MPE/iX 5.5 Documentation