SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Utility Messages (20000 through 23099)
HP NonStop SQL/MX Messages Manual—523730-004
17-47
SQL 20193
Cause. You cannot perform a POPULATE INDEX operation under a user-defined
transaction.
Effect. The operation fails.
Recovery. Commit or roll back the user-defined transaction and resubmit.
SQL 20194
Where index-name is the index to be populated as specified by the POPULATE
INDEX command.
Cause. The index load failed because of some problem.
Effect. The operation fails.
Recovery. If the problem was caused by a uniqueness violation, remove duplicate
rows, and resubmit. If the problem occurred for some other reason, use the messages
that accompany this one to diagnose and fix the problem.
SQL 20195
Where index-name is the index to be populated as specified by the POPULATE
INDEX command.
Where table-name is the table or view being populated.
Cause. The index name specified by the caller does not belong to the table or view
being populated.
Effect. The operation fails.
Recovery. Specify a valid name and resubmit.
SQL 20196
Where index-name is the index to be populated, as specified by the POPULATE
INDEX command.
20193 This operation cannot be performed under a user-defined
transaction.
20194 Loading of index index-name failed.
20195 The specified index (index-name) does not belong to
table (table-name).
20196 The specified index index-name contains user data.