0x0072000F (7471119) The index definition is incomplete. The missing columns are after the column column-name.

Explanation

In an index, column names must be specified that map to the entire contents of the database's key. This error message is issued when there are holes in the column name list and part of the key is not mapped, or when names are left off of the end of the column name list.

User response

Correct the CREATE INDEX statement and resubmit it.