SQL/MP Messages Manual

SQL Catalog Manager Messages (1000 to 1999)
HP NonStop SQL/MP Messages Manual427720-006
3-70
SQL 1434
Cause. You specified a two-way split and used different key values in the FROM...UP
TO clauses.
Effect. The statement fails.
Recovery. Specify the same key values in each clause and reissue the request.
SQL 1435
Cause. A one-way split was specified with invalid syntax.
Effect. The statement fails.
Recovery. Correct the syntax and reissue the statement. A two-way split was
specified with invalid syntax.
SQL 1436
Cause. A two-way split was specified with invalid syntax.
Effect. The statement fails.
Recovery. Correct the syntax and reissue the statement.
SQL 1437
Cause. Stated in the error message.
Effect. The statement fails.
Recovery. Correct the key values or the partition name and reissue the statement.
1434 For a two-way split, the key values specified in the
FROM...UP TO clauses must be identical.
1435 For a one-way split, the correct syntax is MOVE FROM KEY
[UP TO LAST KEY] TO target-partition.
1436 For a two-way split, the correct syntax is MOVE (FROM
FIRST KEY UP TO KEY value to $v1, FROM KEY value UP TO LAST
KEY TO $v2).
1437 The key values stated in the command do not belong to
the specified partition.