Error Messages/40879


Error message examples

 The table indexes specified to MakeChangesInTable do not match the actual
 existing table indexes for HugeTable. In this release, they must match exactly.

Cause

The indexes passed to the function MakeChangesInTable is not the same as the indexes of the Table you are trying to modify. The passed indexes and the actual indexes must be the same. You may have made a typo while specifying the indexes to the function.

Remedies

Correct the indexes passed to the MakeChangesInTable function to the indexes of the Table being modified.

See Also

Comments


You are not allowed to post comments.