SQL/MP Messages Manual
SQL Catalog Manager Messages (1000 to 1999)
HP NonStop SQL/MP Messages Manual—427720-006
3-13
SQL 1109
Cause. The process that started the catalog manager changed its process access ID,
or a process other than the catalog manager's creator sent a request.
Effect. The statement fails.
Recovery. Alter the process that has the different process access ID to start up its
own catalog manager, and reissue the statement.
SQL 1110
Cause. An attempt was made to write to a catalog to describe columns defined to
allow NULL values, when the catalog version does not support NULL values.
Effect. The statement fails.
Recovery. Upgrade your catalog, use a later version of the catalog, or change the
definition of the column to disallow NULL values, and enter the statement again.
SQL 1111
Cause. The version number of the target catalog must be less than or equal to the
SQL software version of the target catalog.
Effect. The command fails.
Recovery. Correct the version number and reissue the command.
SQL 1112
Cause. The version number of the target catalog must represent a later version than
the catalog being upgraded.
Effect. The command fails.
1109 The catalog manager received a request from a process
with a process access ID different from the ID of the process
that created the catalog manager.
1110 Version incompatibility: Unable to write to catalog
value-1 of version value-2. This version of the catalog
cannot support column value-3 that allows NULL values.
1111 Catalog value-1 was not upgraded because its target
version is greater than its system version.
1112 Catalog value-2 was not upgraded because version value-1
is older than its current version or is not supported.