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.
Please visit the following links to learn more about the MakeChangesInTable function and for examples.
Remedies
Correct the indexes passed to the MakeChangesInTable function to the indexes of the Table being modified.
Loading comments...
Comments
Loading comments...