Neoview Messages Manual (R2.3)
Recovery Remove the creation of triggers from the CREATE SCHEMA statement and
resubmit. Create triggers in separate statements.
SQL 1311
1311 Unable to action-text constraint constraint-name due to the above
errors.
action-text is create.
constraint-name
is a constraint name.
Cause An error occurs during the creation of the constraint. The error that described the
cause of the failure already appears. This error message provides clarification.
Effect The operation fails.
Recovery No recovery is necessary.
SQL 1312
1312 Unable to action-text object-name due to the above errors.
action-text is either create table or create index.
object-name
is either a table name or index name.
Cause An error occurs during the creation of the table or index. The error that described
the cause of the failure already appears. This error message provides clarification.
Effect The operation fails.
Recovery No recovery is necessary.
SQL 1400
1400 The default value of column column-name contains characters that
cannot be converted to ISO_MAPPING 'character-set'.
column-name
is the column name.
character-set
is { ISO88591 | SJIS | UTF8 }.
Cause Unable to convert the default value of column column-name from UCS2 to the
ISO_MAPPING character-set while processing a SHOWDDL or INVOKE command.
Effect The operation fails.
Recovery None.
SQL 1401
1401 The default value of column column-name contains characters that
cannot be converted to ISO_MAPPING 'character-set'.
column-name
is the column name.
character-set
is { ISO88591 | SJIS | UTF8 }.
Cause Unable to convert the default value of column column-name from UCS2 to the
ISO_MAPPING character-set during the generation of an internal query while processing
a DDL command.
Effect The operation fails.
Recovery None.
SQL 1500
1500 The CATSYS - CAT_REFERENCES system schema relationship for catalog
catalog may be corrupt.
catalog
is the ANSI name of the affected catalog.
56 Data Definition Language (DDL) Messages (1000 Through 1999)