Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Error Messages » MobiLink Server Warning Messages » Alphabetic list of warning messages

Expecting at most %1!ld! parameter(s) in cursor, but found %2!ld! Next Page

For table '%1!s!', the number of entries in the ml_column table is greater than the number of columns in the remote table


Item

Value

Constant

TOO_MANY_ML_COLUMN_ENTRIES

Error code

10085

Parameter 1

Table name.

Probable cause

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.