SQL/MP Messages Manual

SQL Compiler Binder Messages (4000 to 4999)
HP NonStop SQL/MP Messages Manual427720-006
6-26
SQL 4309
Cause. The version of the remote node is less than the minimum version required for
this operation.
Effect. The statement does not compile.
Recovery. Upgrade the SQL/MP software on the remote node.
SQL 4310
Cause. The character set for a table or index column did not match the character set
for the collation that was specified for the column.
Effect. The statement does not compile.
Recovery. Specify a character set for the column that is the same as the character set
of the specified collation.
SQL 4311
Cause. The statement required the name of an SQL collation, but the specified
collation name did not refer to an existing object.
Effect. If the message is a warning at compile time, the collation must exist before the
statement executes. The statement remains uncompiled until an attempt is made to
recompile it or execute it.
Recovery. Create the collation before executing the statement.
SQL 4312
Cause. See the accompanying file system error.
Effect. The statement does not compile.
Recovery. Correct the file system error condition.
4309 Object value-1 is on a version value-2 system, but this
operation requires the system to be at least version value-3.
4310 The character set of the column value-1 does not match
the character set of the collation that is specified for it.
4311 Collation value-1 could not be found.
4312 Collation value-1 could not be accessed.