Hi Team.
During the synchronization process, we are getting an error -10366 on the Mobilink server. We got the message that there is no download script on a specific table. How can we be able to setup download scripts and where should this be setup? On the consolidated database or on the local database?
Thanks,
Pau
Request clarification before answering.
The scripts are defined on the consolidated. The scripts are setup using MobiLink system procedures to define the script. For current versions, you require download_cursor and download_delete_cursor scripts which as Jeff has pointed out can be ignored by defining the script for these events as --{ml_ignore}.
As this question relates to fundamentals for MobiLink synchronization development, you want to review the MobiLink Getting Started documentation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is the script intended to be blank to ignore certain data operations from remotes? If this is the case, you will need to provide the script written with --{ml_ignore}. see Ignored scripts
For adding the table script see ml_add_table_script system procedure. ie. CALL ml_add_table_script('version','table','event','--{ml_ignore}');
Otherwise, you may use -zf Mobilink option that specifies that the Mobilink server should check for script changes at the beginning of each synchronization. Note this option has a negative impact on Mobilink server performance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.