HP 3000 Manuals

ALLBASE/SQL Error Messages (Continued) [ ALLBASE/SQL Message Manual ] MPE/iX 5.5 Documentation


ALLBASE/SQL Message Manual

ALLBASE/SQL Error Messages (Continued) 
[REV BEG]

8274         MESSAGE    Too many files, MAX = 256 files.  (DBERR 8274)

           CAUSE      Number of files while restoring exceeds the limit.

           ACTION     Keep the number of files within 256 while
                      restoring.
[REV END]

----------------------------------------------------------------------------
[REV BEG]

9126         MESSAGE    Allbase Server Error.  Invalid format node data
                      type encountered.(DBERR 9126)

           CAUSE      An incorrect node data type was used.

           ACTION     Change to a correct data type.
[REV END]

----------------------------------------------------------------------------

10000        MESSAGE    Internal error detected at run time.  (DBERR
                      10000)

           CAUSE      SQLCA is corrupt.  The command was not executed.

           ACTION     Record as much information as possible and contact
                      your HP Service Representative or Response Center.

----------------------------------------------------------------------------

10001        MESSAGE    Internal error detected at run time.  (DBERR
                      10001)

           CAUSE      SQLCA.SQLEXT is corrupt.  The command was not
                      executed.

           ACTION     Record as much information as possible and contact
                      your HP Service Representative or Response Center.

----------------------------------------------------------------------------

10002        MESSAGE    More than one row qualifies for SELECT INTO.
                      (DBERR 10002)

           CAUSE      This form of the SELECT statement in a program can
                      handle only single row query results.

           ACTION     Modify the program to use BULK SELECT or FETCH via
                      a cursor.

----------------------------------------------------------------------------

10003        MESSAGE    EXECUTE IMMEDIATE invalid for a SELECT statement.
                      (DBERR 10003)

           CAUSE      You attempted to use a SELECT statement with an
                      EXECUTE IMMEDIATE statement.

           ACTION     Use the DESCRIBE statement to distinguish between
                      queries and non-queries.  Refer to the ALLBASE/SQL
                      application programming guide for the language you
                      are using for additional information on handling
                      dynamic queries.

----------------------------------------------------------------------------

10004        MESSAGE    EXECUTE IMMEDIATE invalid with host variable.
                      (DBERR 10004)

           CAUSE      The EXECUTE IMMEDIATE statement contained a host
                      variable.

           ACTION     Eliminate the host variable from the EXECUTE
                      IMMEDIATE statement in the source file and
                      re-preprocess your program.

----------------------------------------------------------------------------

10005        MESSAGE    Too many columns in dynamic FETCH.  (DBERR 10005)

           CAUSE      There was not enough buffer space for the number of
                      columns specified in the FETCH statement.

           ACTION     Reduce the number of columns specified in the
                      select list or increase your buffer space, then
                      re-preprocess your program.

----------------------------------------------------------------------------

10006        MESSAGE    Bad starting index.  (DBERR 10006)

           CAUSE      The value stored in the StartIndex host variable
                      named in the INTO clause of a BULK SELECT, BULK
                      FETCH, or BULK INSERT statement was either less
                      than 1 or greater than the number of records the
                      host variable array can accommodate.  Control
                      returns to the calling program, but the command is
                      not executed.

           ACTION     Modify the source file constructs that assign a
                      value to StartIndex to ensure that the value is
                      from 1 through the maximum number of records that
                      the host variable can accommodate and re-preprocess
                      your program.

----------------------------------------------------------------------------

10007        MESSAGE    Bad row count.  (DBERR 10007)

           CAUSE      The value stored in the NumberOfRows host variable
                      you named in the INTO clause of a BULK SELECT or
                      BULK FETCH or the VALUES clause of a BULK INSERT
                      statement is negative
                      or
                      the NumberOfRows plus the StartIndex minus 1 is
                      greater than the number of rows the host variable
                      array can accommodate.
                      Control returns to the calling program, but the
                      command is not executed.  No rows were retrieved or
                      inserted.

           ACTION     Modify the source file constructs that assign a
                      value to StartIndex to ensure that the value is
                      from 1 through the maximum number of records that
                      the host variable can accommodate and re-preprocess
                      your program.

----------------------------------------------------------------------------

10008        MESSAGE    Message catalog not available - see system
                      administrator. (DBERR 10008)

           CAUSE      The message catalog may not be installed on your
                      system.

           ACTION     Contact your system administrator.

----------------------------------------------------------------------------

10010        MESSAGE    DBEnvironment name too long.  (DBERR 10010)

           CAUSE      The DBEnvironment name specified at run-time
                      exceeds the maximum of 128 bytes fully qualified.

           ACTION     Re-run your application, specifying a valid
                      DBEnvironment name.

----------------------------------------------------------------------------

10011        MESSAGE    PREPARE invalid with host variable.  (DBERR
                      10011)

           CAUSE      The PREPARE statement contained a host variable.

           ACTION     Eliminate the host variable from the PREPARE
                      statement in the source file and re-preprocess your
                      program.

----------------------------------------------------------------------------

10012        MESSAGE    Internal error.  Cannot get language information
                      table for user's language.  (DBERR 10012)

           CAUSE      The character set table for the language you
                      specified is not accessible.

           ACTION     Install NLS onto system.

----------------------------------------------------------------------------

10013        MESSAGE    Invalid number of columns specified in SQLDA.SQLN
                      (DBERR 10013)

           CAUSE      The number of columns you specified is less than
                      zero, equal to zero, or greater than 1024.

           ACTION     Change the number of columns to a value greater
                      than zero and less than 1025.

----------------------------------------------------------------------------

10014        MESSAGE    Invalid format array address in SQLDA.SQLFMTARR.
                      (DBERR 10014)

           CAUSE      SQLDA.SQLFMTARR is not pointing to the buffer.

           ACTION     Initialize SQLDA.SQLFMTARR.

----------------------------------------------------------------------------

10015        MESSAGE    Invalid version number specified in the SQLX
                      TABLE parameter.  (DBERR 10015)

           CAUSE      An unknown TABLE.VERSION setting was passed to the
                      SQLX interface.

           ACTION     Correct the TABLE.VERSION setting.

----------------------------------------------------------------------------

10016        MESSAGE    Invalid version number specified in the SQLX
                      COLUMNS parameter.  (DBERR 10016)

           CAUSE      An unknown COLUMNS.VERSION setting was passed to
                      the SQLX interface.

           ACTION     Correct the COLUMNS.VERSION setting.

----------------------------------------------------------------------------

10017        MESSAGE    Internal error.  Could not allocate or deallocate
                      the linear tree node.  (DBERR 10017)

           CAUSE      The linear tree node could not be allocated or
                      deallocated.  This may be caused by a memory
                      resource failure.

           ACTION     Try your program again later.  If the condition
                      persists, then record as much information as
                      possible and contact your HP Service Representative
                      or Response Center.

----------------------------------------------------------------------------

10018        MESSAGE    Invalid setting in PARMCB.CODE_FLAG.  (DBERR
                      10018)

           CAUSE      An unknown PARMCB.CODE_FLAG setting was passed to
                      the SQLX interface.

           ACTION     Correct the PARMCB.CODE_FLAG setting.

----------------------------------------------------------------------------

10019        MESSAGE    Invalid setting in PARMCB.SECTION.SECTION_NUM.
                      (DBERR 10019)

           CAUSE      The PARMCB.SECTION.SECTION_NUM specified is 0, less
                      than -32767, or greater than 32767.

           ACTION     Specify a valid RMCB.SECTION.SECTION_NUM value.

----------------------------------------------------------------------------

10020        MESSAGE    Cannot change current connection because a
                      transaction is active.  (DBERR 10020)

           CAUSE      A transaction is still active when issuing a
                      CONNECT, SET CONNECTION, START DBE, START DBE NEW,
                      or START DBE NEWLOG statement in single-transaction
                      mode.

           ACTION     Either commit or rollback the transaction, or
                      change to multi-transaction mode.  Then retry the
                      operation.

----------------------------------------------------------------------------

10021        MESSAGE    The SQLX function code setting is not supported
                      or invalid.  (DBERR 10021)

           CAUSE      An unknown CODE parameter setting was passed to the
                      SQLX interface.

           ACTION     Specify a valid CODE parameter.

----------------------------------------------------------------------------

10022        MESSAGE    Invalid version number specified in the SQLX
                      AREAS parameter.  (DBERR 10022)

           CAUSE      An unknown AREAS.VERSION setting was passed to the
                      SQLX interface.
           ACTION     Specify a valid AREAS.VERSION setting.

----------------------------------------------------------------------------

10023        MESSAGE    Invalid version number specified in the SQLX
                      SQLEA parameter.  (DBERR 10023)

           CAUSE      An unknown SQLEA.VERSION setting was passed to the
                      SQLX interface.

           ACTION     Specify a valid SQLEA.VERSION setting.

----------------------------------------------------------------------------

10024        MESSAGE    Invalid version number specified in the SQLX
                      SQLPA parameter.  (DBERR 10024)

           CAUSE      An unknown SQLPA.VERSION setting was passed to the
                      SQLX interface.

           ACTION     Specify a valid SQLPA.VERSION setting.

----------------------------------------------------------------------------

10025        MESSAGE    Invalid version number specified in the SQLX
                      PARMCB parameter.  (DBERR 10025)

           CAUSE      An unknown PARMCB.VERSION setting was passed to the
                      SQLX interface.

           ACTION     Specify a valid PARMCB.VERSION setting.

----------------------------------------------------------------------------

10026        MESSAGE    Invalid version number specified in the SQLX
                      SECTION parameter.  (DBERR 10026)

           CAUSE      An unknown SECTION.VERSION setting was passed to
                      the SQLX interface.

           ACTION     Specify a valid SECTION.VERSION setting.

----------------------------------------------------------------------------

10027        MESSAGE    Invalid version number specified in the SQLX
                      STATEMENT parameter.  (DBERR 10027)

           CAUSE      An unknown STATEMENT.VERSION setting was passed to
                      the SQLX interface.

           ACTION     Specify a valid STATEMENT.VERSION setting.

----------------------------------------------------------------------------

10028        MESSAGE    Invalid version number specified in the SQLX
                      PARMS parameter.  (DBERR 10028)

           CAUSE      An unknown PARMS.VERSION setting was passed to the
                      SQLX interface.

           ACTION     Specify a valid PARMS.VERSION setting.

----------------------------------------------------------------------------

10029        MESSAGE    Invalid version number specified in the SQLX
                      DATABUF parameter.  (DBERR 10029)

           CAUSE      An unknown DATABUF.VERSION setting was passed to
                      the SQLX interface.

           ACTION     Specify a valid DATABUF.VERSION setting.

----------------------------------------------------------------------------

10030        MESSAGE    SQL statement not allowed.  (DBERR 10030)

           CAUSE      The SQL statement you specified is not allowed in
                      the SQLX routine called.

           ACTION     Specify a valid SQL statement for the SQLX routine
                      called.

----------------------------------------------------------------------------



MPE/iX 5.5 Documentation