SQL/MP Messages Manual

General Messages (0 to 999)
HP NonStop SQL/MP Messages Manual427720-006
2-12
Recovery. For more information on the description of this error, refer to the
DEFINEPOOL procedure call in the Guardian Procedure Calls Reference Manual.
Correct the condition, and reissue the statement.
SQL 252
Cause. See the file system error following this error for the cause.
Effect. The statement fails.
Recovery. Correct the file system error condition, and reissue the statement.
SQL 253
Cause. The table, view, index, or partition contained features that are not supported
by the version of SQL/MP software on this system. For example, if the version of
SQL/MP software running on a system is C10, columns that allow null values are not
supported.
Effect. The statement fails.
Recovery. Check that the table or view was created by the current SQL/MP software,
or that the table or view contains no features supported only by later versions of
SQL/MP.
SQL 254
Cause. The SQL process encountered a MOVEX error while attempting to move
system-generated control blocks from the default extended segment to the currently
addressable segment (SQLMEM MAPPED) or to the stack (SQLMEM STACK), in
preparation for executing the SQL statement.
The MOVEX procedure was executed as a result of a TAL SQLMEM directive. Either
the SQLMEM MAPPED address parameter is not a valid address, or the currently
addressable segment is not what you intended.
Effect. The statement fails.
Recovery. Correct the SQLMEM directive or the code that sets the address parameter
or the code that sets the currently addressable segment. For more information on the
252 Unable to obtain the SQL software version for the system
on which the SQL object or catalog value-1 resides.
253 value-1 has features that are not supported by this
version of NonStop SQL/MP.
254 Unable to copy system-generated execution parameters into
the currently addressable extended segment, as specified by
SQLMEM directive (MOVEX error #value-1).