Neoview Messages Manual (R2.3)
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 8107
8107 Self-referencing INSERT statement without blocking operator is not
allowed with AUTOCOMMIT OFF.
Cause An attempt was made to execute a self-referencing INSERT statement that was
compiled without a blocking operator either (1) while the AUTOCOMMIT option was set to
OFF or (2) in a user-defined transaction following a BEGIN WORK statement.
Effect The operation fails.
Recovery For cause 1, set the AUTOCOMMIT option to ON, and execute the statement. For
cause 2, terminate the transaction, and then execute the statement.
SQL 8108
8108 The operation is prevented by a unique constraint on the IDENTITY
column.
Cause The IDENTITY column value violated the unique constraint.
Effect The operation failed.
Recovery Retry the operation.
SQL 8109
8109 Default session-default-name is not a valid default.
Cause The SET SESSION DEFAULT command specified an invalid default.
Effect The command is not processed.
Recovery Reenter the command with the correct default name. For information about the
SET SESSION DEFAULT, contact the GMCSC.
SQL 8300
8300 Late name resolution failed for type object.
type
is the type of the affected object, such as table.
object
is the fully qualified ANSI name of the affected object.
Cause Late name resolution failed for the affected object.
Effect The operation fails. This message will be accompanied by one or more other messages
detailing the reason for the failure.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 8301
8301 File system error error occurred on anchor file name.
error
is the HP Neoview platform file-system error code.
name
is the fully qualified Neoview platform file name of an SQL anchor file.
Cause Access to the specified anchor file failed and returned a Neoview platform file-system
error code.
Effect Late name resolution fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
173