> Please review the error details from the documentation link described earlier to ensure that the warning can be ignored based on your implementation.
Please point us to "the error details" to which you refer, because the error details on this page do not answer the questions Arcady is asking...
=====
Error detected during multi-row operation, performing rollback before retrying in single row mode
Error code 10039
Error constant RETRY_AFTER_MULTIPLE_ROW
Probable cause
Errors were detected when the MobiLink server applied the upload stream using multi-row mode. It will roll back the upload stream and retry the upload transaction in single-row mode.
=====
%1 row(s) were ignored in uploading data into table %2
Error code 10040
Error constant IGNORED_ROWS_FOR_TABLE
Parameter 1 The total number of ignored rows.
Parameter 2 Table name.
Probable cause
The MobiLink server counts all the upload rows that were not applied to the consolidated database as ignored rows. This can happen if there are upload inserts/updates/deletes from the client, but there is no upload_insert/upload_update/upload_delete script for the listed table in the consolidated database or errors occurred during uploading data into this table, but the handle_error/handle_odbc_error returned 1000.
=====
I have often wondered about these messages... "it seems to be working" is not very satisfying.