Item |
Value |
---|---|
Constant |
TOO_MANY_ML_COLUMN_ENTRIES |
Error code |
10085 |
Parameter 1 |
Table name. |
This warning tells you that you have extra column entries in the ml_column table for the given table. This is only a problem if (i) your synchronization scripts reference the column names via named parameters, and (ii) they reference a column name whose index is greater than the number of columns in the table. In this case, an error will be issued after this warning.