HP 3000 Manuals

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


ALLBASE/SQL Message Manual

ALLBASE/SQL Error Messages (Cont.) 

10901        MESSAGE    DROP or NODROP option may only be specified once.
                      (DBERR 10901)

           CAUSE      The preprocessor INFO string contained both DROP
                      and NODROP options or duplicate DROP or NODROP
                      options.

           ACTION     Invoke the preprocessor again eliminating the
                      invalid DROP and NODROP combination or specifying
                      the DROP or NODROP option only once.

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

10902        MESSAGE    DBEnvironment name too long. (DBERR 10902)

           CAUSE      The DBEnvironment name specified in the invocation
                      line for the preprocessor was too long.

           ACTION     Invoke the preprocessor again, specifying a valid
                      DBEnvironment name.  Refer to the ALLBASE/SQL 
                      Reference Manual for naming conventions.

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

10903        MESSAGE    DBEnvironment name missing.  (DBERR 10903)

           CAUSE      The INFO parameter in the preprocessor invocation
                      line contained neither a DBEnvironment name nor the
                      SYNTAX option.

           ACTION     Invoke the preprocessor again, specifying one of
                      these two options.

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

10904        MESSAGE    Invalid DBEnvironment name.  (DBERR 10904)

           CAUSE      The DBEnvironment name you specified in the INFO
                      parameter is invalid.

           ACTION     Invoke the preprocessor again, specifying a valid
                      DBEnvironment name.

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

10905        MESSAGE    MODULE name too long.  (DBERR 10905)

           CAUSE      The module name you specified in the preprocessor
                      invocation line exceeded the maximum length of 20
                      bytes.

           ACTION     Invoke the preprocessor again, specifying a valid
                      module name.

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

10906        MESSAGE    OWNER name too long.  (DBERR 10906)

           CAUSE      The owner name you specified in the preprocessor
                      invocation line exceeded the maximum length of 20
                      bytes.

           ACTION     Invoke the preprocessor again, specifying a valid
                      owner name.

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

10907        MESSAGE    File open error.  (DBERR 10907)

           CAUSE      The source file specified in the preprocessor
                      invocation line does not exist.

           ACTION     Check your spelling.  Use the MPE/iX LISTF command
                      to make sure the specified file exists.

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

10908        MESSAGE    Error in preprocessor command line. (DBERR 10908)

           CAUSE      An error occurred in the preprocessor invocation
                      line.  An additional error message will be
                      returned.

           ACTION     Refer to the cause and action of the additional
                      error message.

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

10909        MESSAGE    PRESERVE or REVOKE option may only be specified
                      once.  (DBERR 10909)

           CAUSE      The preprocessor INFO string included both PRESERVE
                      and REVOKE options or duplicate PRESERVE or REVOKE
                      options.

           ACTION     Invoke the preprocessor again eliminating the
                      invalid PRESERVE and REVOKE combination or
                      specifying the PRESERVE or REVOKE option only once.

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

10910        MESSAGE    SYNTAX option may only be specified once.  (DBERR
                      10910)

           CAUSE      You specified the SYNTAX option more than once in
                      the preprocessor INFO string.

           ACTION     Invoke the preprocessor again, specifying the
                      SYNTAX option only once.

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

10911        MESSAGE    MODULE option may only be specified once.  (DBERR
                      10911)

           CAUSE      You specified the MODULE option more than once in
                      the preprocessor INFO string.

           ACTION     Invoke the preprocessor again, specifying the
                      MODULE option only once.

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

10912        MESSAGE    OWNER option may only be specified once.  (DBERR
                      10912)

           CAUSE      You specified the OWNER option more than once in
                      the preprocessor INFO string.

           ACTION     Invoke the preprocessor again, specifying the OWNER
                      option only once.

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

10913        MESSAGE    Options expected after DBEnvironment name.
                      (DBERR 10913)

           CAUSE      The options you specified in the preprocessor INFO
                      string were invalid.

           ACTION     Invoke the preprocessor again, specifying valid
                      options.  Refer to the ALLBASE/SQL application
                      programming guide for the language you are using
                      for additional information on the INFO string.

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

10914        MESSAGE    Unrecognized option. Use
                      PRESERVE/REVOKE/SYNTAX/MODULE/OWNER/ DROP/NODROP.
                      (DBERR 10914)

           CAUSE      The option you specified in the INFO string was
                      invalid.  Valid options are PRESERVE, REVOKE,
                      SYNTAX, MODULE, OWNER, DROP, and NODROP.

           ACTION     Invoke the preprocessor again, specifying one or
                      more of the valid options.  Refer to the
                      ALLBASE/SQL application programming guide for the
                      language you are using for additional information.

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

10915        MESSAGE    SYNTAX option may not be used with any other
                      option. (DBERR 10915)

           CAUSE      You specified additional options in the
                      preprocessor invocation line along with the SYNTAX
                      option.

           ACTION     Invoke the preprocessor again, specifying the
                      SYNTAX option as the only option if you want to run
                      the preprocessor in syntax checking mode.  Do not
                      specify the SYNTAX option if you want to run the
                      preprocessor in full preprocessing mode.

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

10916        MESSAGE    Unexpected end of line after MODULE/OWNER option.
                      (DBERR 10916)

           CAUSE      The module or owner option in the preprocessor
                      invocation line was not followed by a module name
                      or an owner name.

           ACTION     Invoke the preprocessor again, specifying an
                      appropriate name (in parentheses) following the
                      MODULE or OWNER option.

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

10917        MESSAGE    Expected left parenthesis after MODULE/OWNER
                      option.  (DBERR 10917)

           CAUSE      The module or owner option in the preprocessor
                      invocation line was not followed by the module or
                      owner name in parentheses.

           ACTION     Invoke the preprocessor again, specifying the
                      module or owner name enclosed in parentheses.

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

10918        MESSAGE    Invalid MODULE/OWNER name. (DBERR 10918)

           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.

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

10919        MESSAGE    Expected right parenthesis after MODULE/OWNER
                      name.  (DBERR 10919)

           CAUSE      The module or owner name you specified in the
                      preprocessor invocation line was not followed by a
                      right parenthesis.

           ACTION     Invoke the preprocessor again, specifying the
                      module or owner name enclosed in parentheses.

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

10920        MESSAGE    Memory allocation failed.  (DBERR 10920)

           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.

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

10921        MESSAGE    Input source file not found.  (DBERR 10921)

           CAUSE      The preprocessor could not locate a file name
                      SQLIN.

           ACTION     Issue a FILE command to identify the file
                      containing the source program to be preprocessed
                      before invoking the preprocessor again:

                           :FILE SQLIN = MySource.MyGroup.MyAcct

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

10922        MESSAGE    System error in opening input source file.
                      (DBERR 10922)

           CAUSE      The file equated to SQLIN is currently being
                      accessed
                      or
                      MPE/iX file system security requirements are not
                      satisfied.

           ACTION     Use the FILE command to identify SQLIN for the
                      preprocessor
                      or
                      satisfy the MPE/iX file system security
                      requirements.  Refer to the MPE/iX General User's 
                      Reference Manual for information on file system
                      security.

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

10923        MESSAGE    Processing terminated prematurely. (DBERR 10923)

           CAUSE      An error occurred which caused preprocessing to be
                      terminated.  An additional error message will be
                      returned.

           ACTION     Refer to the cause and action of the additional
                      error message.

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

10925        MESSAGE    Integer value too large.  (DBERR 10925)

           CAUSE      You specified an integer value in the source
                      program that exceeds the largest legal integer on
                      the system.

           ACTION     Correct the integer value and re-preprocess your
                      program.

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

10926        MESSAGE    Comment not ended before end of file.  (DBERR
                      10926)
           CAUSE      A comment line was not closed before the end of the
                      file.

           ACTION     Close the comment line with "*) " and re-preprocess
                      your program.

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

10927        MESSAGE    Illegal character.  (DBERR 10927)

           CAUSE      The preprocessor detected a control character
                      before the end of the file.  The character was
                      skipped and no module was stored.

           ACTION     Delete the control character and re-preprocess your
                      program.

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

10929        MESSAGE    No ending semicolon before end of file.  (DBERR
                      10929)

           CAUSE      An SQL statement was not ended with a semicolon.

           ACTION     Check your Pascal program to make sure that all SQL
                      statements are ended with a semicolon and then
                      re-preprocess your program.

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

10931        MESSAGE    Syntax error in program header.  (DBERR 10931)

           CAUSE      Your program statement contained a syntax error.

           ACTION     Refer to the appropriate host language reference
                      manual for correct syntax.

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

10932        MESSAGE    Syntax error in host variable declaration.
                      (DBERR 10932)

           CAUSE      Declarations that appear in the declare section of
                      the source file are not allowed by the
                      preprocessor.  No module was stored.

           ACTION     Correct the host variable declaration in the source
                      file and re-preprocess your program.  Refer to the
                      ALLBASE/SQL application programming guide for the
                      language you are using for additional information
                      on host variable declaration syntax.

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

10933        MESSAGE    Unsupported type syntax for host variable.
                      (DBERR 10933)

           CAUSE      The host variable type you specified in the BEGIN
                      or DECLARE section of your program was invalid.

           ACTION     Refer to the ALLBASE/SQL application programming
                      guide for the language you are using for valid host
                      variable types.

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

10934        MESSAGE    Semicolon expected.  (DBERR 10934)

           CAUSE      There was a semicolon missing on the specified line
                      of your C or Pascal program.

           ACTION     Add the semicolon and re-preprocess your program.

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

10935        MESSAGE    Unmatched END DECLARE SECTION.  (DBERR 10935)

           CAUSE      You did not include a BEGIN DECLARE SECTION in your
                      source file.

           ACTION     Add BEGIN DECLARE SECTION before your first host
                      variable declaration and re-preprocess your
                      program.

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



MPE/iX 5.5 Documentation