Neoview Messages Manual (Volume 1) (R2.5)

Recovery Retry the SQL statement either by using valid disk pool number or by ignoring
the DISK POOL clause so that the Neoview software will place the table on a random disk
pool.
SQL 1175
1175 Since table table-name does not contain an IDENTIFIER column, the
sequence generator object was not recreated.
table-name
is the name of the table.
Cause You attempted to update sequence generator information for a table that does not
contain an IDENTITY column. Since sequence generators exist only for IDENTITY columns,
perhaps the wrong table name was specified in the request.
Effect The operation fails.
Recovery Enter the correct table name and resubmit the request.
SQL 1176
1176 Cannot create object because max table size is bigger than absolute
max table size.
Cause A table cannot be created with a size that is bigger than the size set to
POS_ABSOLUTE_MAX_TABLE_SIZE.
Effect The operation fails.
Recovery Set MAX_TABLE_SIZE to be less than or equal to ABSOLUTE_MAX_TABLE_SIZE.
SQL 1177
1177 Internal error: trying to create an object with a qualified name
type of name type. This qualified name type is not supported.
name type
is the object type being created.
Cause An internal error was encountered.
Effect The operation fails.
Recovery Contact HP support to analyze the failure.
SQL 1178
1178 Internal error: unable to find catalog associated with uid uid.
This catalog was created on create time and is being accessed by role
role.
uid
is the UID of the catalog.
create time
is the time the catalog was created.
role
is the role that created the catalog.
Cause An internal error was encountered.
Effect The operation fails.
Recovery Contact HP support to analyze the failure.
SQL 1179
1179 Internal error: inconsistent object definition for object name
found for object in name space name space. Object created at create
time and owned by owner. Unable to find object details in operation
info;
object name
is the name of the object.
42 Data Definition Language (DDL) Messages (1000 Through 1999)