SQL/MP Messages Manual
SQL Catalog Manager Messages (1000 to 1999)
HP NonStop SQL/MP Messages Manual—427720-006
3-99
SQL 1639
Cause. Merge and move boundary operations only work when WITH SHARED
ACCESS is specified.
Effect. The statement fails.
Recovery. If a merge or move boundary operation is desired, specify WITH SHARED
ACCESS and reissue the request. If a move or split operation is desired, specify a
target partition that does not exist, and reissue the request.
SQL 1700
Cause. SQL did not find an appropriate index on the referencing (child) table.
Effect. The statement fails.
Recovery. Create an appropriate index on the referencing (child) table and reissue the
request.
SQL 1701
Cause. SQL did not find an appropriate index on the referenced (parent) table.
Effect. The statement fails.
Recovery. Create an appropriate index on the referenced (parent) table and reissue
the request.
SQL 1702
Cause. The referencing (child) table and the referenced (parent) table did not have the
same audited attribute.
Effect. The statement fails.
1639 Attempting to move data to an existing partition value-
1. To perform this operation, WITH SHARED ACCESS must be
specified.
1700 There is no index on referencing table value-1 to
support constraint value-2.
1701 There is no index on referenced table value-1 to support
constraint value-2 on table value-3.
1702 The referencing (child) table value-1 and the referenced
(parent) table value-2 do not have the same audited
attribute.