Hi, We're having the following issue with Mobilink. When trying to synchronize then the following message is displayed: There is no upload data script defined for table: mytable. If you want to be able to synchronize anyway, with the risk of potentially using upload data, use the -fr switch. And the synchronization fails.
|
For every table on the client you should define an upload_insert, upload_update, update_delete, download_cursor and download_delete_cursor script. This error is saying that you don't have an upload script defined. This is bad because if you make a change on the remote, that change will not be applied against the consolidated and will be lost. This might be intentional, but it is more often a common error. There are five things you can do to fix this:
|