If you are using a single upload script version for upload_update, the way that Arcady tries to synchronize to consolidated database, will not be synchornized correctly if one of the remote database have missed column order compare to that of consolidated database. From Mobilink Server log(using v+ switch), it shows the value are being synchronized in the column-order of remote database have uploaded to the consolidated database. For example, if remoteA had a column: id, v1, v3, v2 and consolidated database had a column: id, v1, v2, v3, even if your upload_update script is trying INSERT based on column names, the values are actually uploaded in the order of remoteA columns.
↧