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 Error Messages » Alphabetic list of error messages

The remote database may have been restored from backup, or perhaps remote ID '%1!s!' is being used by different remote databases.  Set ml_subscription.progress to zero to re-enable synchronizations for this remote database Next Page

The row is too big. The size (%1!ld! bytes) exceeds the maximum allowable size (%2!ld! bytes)


Item

Value

Constant

ROW_TOO_BIG

Error code

-10033

Parameter 1

The actual row size to be downloaded.

Parameter 2

The maximum row size the client is willing to accept.

Probable cause

An UltraLite application may have a row size limit. If the row size in the synchronization table in the consolidated database has exceeded this limit, the table cannot be downloaded. Please redesign your synchronization table.