SQL/MP Messages Manual

SQL Catalog Manager Messages (1000 to 1999)
HP NonStop SQL/MP Messages Manual427720-006
3-32
Recovery. Informational message only; no corrective action is needed.
SQL 1218
Cause. The value for MAXEXTENTS was not enough to load the data into the index.
Effect. The statement completes successfully, and the MAXEXTENTS value is set to
the new value.
Recovery. Informational message only; no corrective action is needed.
SQL 1220
Cause. See the disk process error following this error for the cause.
Effect. The statement fails.
Recovery. Correct the disk process error condition and reissue the statement.
SQL 1221
Cause. The SQL object could not be created because either the name of the SQL
object was already being used, or there was a file system or disk process error. In the
latter case, see the file system or disk process error following this error for the cause.
Effect. The statement fails. The statement is left uncompiled until an attempt is made
to recompile it or execute it.
Recovery. If the message is due to the SQL object name already being used, either
change the name or remove the existing object, and reissue the statement. If the
message is a warning at compile time, the problem must be fixed before the statement
executes.
If the message is due to a file system or disk process problem, correct the file system
or disk process error condition and enter the statement again.
1218 The specified or default MAXEXTENTS value is not
sufficient. The MAXEXTENTS value has been automatically set
to the new value of value-1 for the file (value-2).
1220 The label of value-1 could not be accessed.
1221 SQL object value-1 either already exists or could not be
created.