ALLBASE/SQL Error Messages (Cont.) [ ALLBASE/SQL Message Manual ] MPE/iX 5.5 Documentation
ALLBASE/SQL Message Manual
ALLBASE/SQL Error Messages (Cont.)
704 MESSAGE Error occurred while RELEASING DBEnvironment.
(DBERR 704)
CAUSE An ALLBASE/SQL error occurred while releasing the
DBEnvironment.
ACTION Contact your database administrator.
----------------------------------------------------------------------------
706 MESSAGE Invalid Table Type encountered. RType = !.
(DBERR 706)
CAUSE Encountered an invalid RType in SYSTEM.TABLE.
ACTION Contact your database administrator.
----------------------------------------------------------------------------
707 MESSAGE Invalid DBEFile Type encountered. Type = !.
(DBERR 707)
CAUSE Encountered an invalid DBEFile in SYSTEM.DBEFILE.
ACTION Contact your database administrator.
----------------------------------------------------------------------------
708 MESSAGE Invalid Command Number encountered. Location =
!. (DBERR 708)
CAUSE An internal error has occurred.
ACTION Record as much information as possible and contact
your HP Service Representative or Response Center.
----------------------------------------------------------------------------
710 MESSAGE Invalid SQLType encountered. SQLType = !.
(DBERR 710)
CAUSE An invalid column type was encountered for one of
the tables being described.
ACTION Contact your database administrator.
----------------------------------------------------------------------------
711 MESSAGE Error occurred while opening file. (DBERR 711)
CAUSE Failed to open file as a new file.
ACTION Read system error messages to determine the cause
of the error and take corrective action. If error
persists, contact your system administrator.
----------------------------------------------------------------------------
712 MESSAGE Error occurred while calling !. (DBERR 712)
CAUSE File system error occurred while retrieving
information about the schema.
ACTION Read system error messages to determine the cause
of the error and take corrective action. If error
persists, contact your system administrator.
----------------------------------------------------------------------------
714 MESSAGE Error occurred while closing file. (DBERR 714)
CAUSE File system error occurred while attempting to
close a file.
ACTION Read system error messages to determine the cause
of the error and take corrective action. If error
persists, contact your system administrator.
----------------------------------------------------------------------------
715 MESSAGE Error occurred while calling ! !. (DBERR 715)
CAUSE File system error occurred while trying to rename
the file from EXPSQLGN to a schema file name.
ACTION Read system error messages to determine the cause
of the error and take corrective action. If error
persists, contact your system administrator.
----------------------------------------------------------------------------
716 MESSAGE SYSTEM command unsuccessful. Return code is !.
(DBERR 716)
CAUSE The operating system command you issued is valid
but cannot be executed.
ACTION Refer to the MPE/iX Error Message Manual, Volume 1
for an error description.
----------------------------------------------------------------------------
717 MESSAGE The requested editor could not be scheduled.
(DBERR 717)
CAUSE You may have entered an invalid editor name.
ACTION Read system error messages to determine the cause
of the error and take corrective actions. If error
persists, contact your system administrator.
----------------------------------------------------------------------------
719 MESSAGE Encountered ! ! while purging EXPSQLGN. (DBERR
719)
CAUSE File system error occurred while purging the
temporary file EXPSQLGN used during file expansion.
ACTION Read system error messages to determine the cause
of the error and take corrective action. If error
persists, contact your system administrator.
----------------------------------------------------------------------------
720 MESSAGE Encountered Error # ! while retrieving DBECon
info. (DBERR 720)
CAUSE An error occurred while calling a DBCore procedure.
ACTION Record as much information as possible and contact
your HP Service Representative or Response Center.
----------------------------------------------------------------------------
721 MESSAGE Unacceptable editor name entered. (DBERR 721)
CAUSE The editor name you entered is invalid. Check the
spelling.
ACTION Enter a valid editor name.
----------------------------------------------------------------------------
722 MESSAGE Could not open specified file. (DBERR 722)
CAUSE Failed to open an existing file.
ACTION Read the file system error messages to determine
the cause of the error and take corrective action.
If error persists, contact your system
administrator.
----------------------------------------------------------------------------
723 MESSAGE Invalid parameter encountered in INFO string.
(DBERR 723)
CAUSE You specified an invalid parameter in the INFO
string.
ACTION Correct the invalid parameter in the INFO string.
----------------------------------------------------------------------------
724 MESSAGE Invalid Schema File name entered. (DBERR 724)
CAUSE The Schema File name you entered did not match
operating system naming conventions.
ACTION Reenter, using a valid Schema File Name.
----------------------------------------------------------------------------
725 MESSAGE Error occurred while writing to output file.
(DBERR 725)
CAUSE A file system error occurred while writing to the
Schema File.
ACTION Contact your system administrator.
----------------------------------------------------------------------------
726 MESSAGE Error occurred while expanding file. (DBERR
726)
CAUSE A file system error occurred while moving data from
the Schema File to the temporary file expsqlgn.
ACTION Contact your system administrator.
----------------------------------------------------------------------------
727 MESSAGE Error occurred while appending to file. (DBERR
727)
CAUSE A file system error occurred while opening the
Schema File in APPEND mode.
ACTION Contact your system administrator.
----------------------------------------------------------------------------
728 MESSAGE Encountered EOF on input file. (DBERR 728)
CAUSE The input file you specified in the STDIN directive
ran out of commands before exiting SQLGEN.
ACTION Check the output and input to determine whether all
commands executed properly.
----------------------------------------------------------------------------
729 MESSAGE Unacceptable response to prompt (will use
default). (DBERR 729)
CAUSE You entered an invalid response to the last prompt.
ACTION Enter a valid response.
----------------------------------------------------------------------------
730 MESSAGE Encountered error during ROLLBACK WORK. (DBERR
730)
CAUSE An ALLBASE/SQL error was encountered during
ROLLBACK WORK.
ACTION Contact your database administrator. If necessary,
record as much information as possible, and contact
your HP Service Representative or Response Center.
----------------------------------------------------------------------------
744 MESSAGE Invalid native language character encountered.
(DBERR 744)
CAUSE An unrecognized native language character was
encountered. The character does not belong to the
present character set as specified by the
NLUSERLANG
ACTION Reenter the user input using only characters found
in the character set of the current language.
----------------------------------------------------------------------------
745 MESSAGE Unexpected internal native language error
encountered. (DBERR 745)
CAUSE An unexpected error occurred while using an
internal native language procedure.
ACTION Record as much information as possible and contact
your ALLBASE/SQL Service Representative or Response
Center.
----------------------------------------------------------------------------
746 MESSAGE Invalid Constraint Index Type encountered.
(DBERR 746)
CAUSE Internal Error.
ACTION Record as much information as possible and contact
your HP Service Representative or Response Center.
----------------------------------------------------------------------------
747 MESSAGE Invalid Default Type encountered TYPE=<val>
(DBERR 747)
CAUSE Internal Error.
ACTION Record as much information as possible and contact
your HP Service Representative or Response Center.
----------------------------------------------------------------------------
748 MESSAGE Invalid Constraint Type encountered. (DBERR 748)
CAUSE Internal Error.
ACTION Record as much information as possible and contact
your HP Service Representative or Response Center.
----------------------------------------------------------------------------
1001 MESSAGE Syntax error. (DBERR 1001)
CAUSE You entered the Command incorrectly.
ACTION Correct the syntax using the CHANGE or REDO command
in ISQL, or use an editor to correct your source
code. You can use the ISQL HELP command to verify
your syntax.
----------------------------------------------------------------------------
1002 MESSAGE Identifier too long. (DBERR 1002)
CAUSE One of the keywords you specified in the SQL
statement was too long. This was probably caused
by a typographical error such as not leaving a
blank space between keywords
or
one of the variable names you specified was too
long.
ACTION Issue the command again correcting the keywords
which were entered incorrectly
or
choose a variable name that is less than or equal
to 30 bytes.
----------------------------------------------------------------------------
1003 MESSAGE Single-quoted string too long. (DBERR 1003)
CAUSE The string enclosed in single quotes in your SQL
statement is too long.
ACTION Issue the command again, specifying a string which
contains less than or equal to 3,996 bytes.
----------------------------------------------------------------------------
1004 MESSAGE Expected end of string character. (DBERR 1004)
CAUSE String was not terminated with a quotation mark.
ACTION Issue the command again terminating the string with
a quotation mark.
----------------------------------------------------------------------------
1005 MESSAGE Expected something between the double quotes.
(DBERR 1005)
CAUSE In the command where a database object was
referenced, you did not specify an object name
within the quotes.
ACTION Issue the command again, specifying an appropriate
name within quotes.
----------------------------------------------------------------------------
1006 MESSAGE Unexpected keyword. (DBERR 1006)
CAUSE The syntax was incorrect for the command specified.
ACTION Refer to the ALLBASE/SQL Reference Manual for the
correct syntax and issue the command again.
----------------------------------------------------------------------------
MPE/iX 5.5 Documentation