cancel
Showing results for 
Search instead for 
Did you mean: 

Mobilink Error -10366

09-10-2018 5:21 AM
573 views 2 comments
0 Likes
SAP Managed Tags
Subscribe

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

0 Likes

Accepted Solutions (0)

Answers (2)

Answers (2)

chris_keating
Product and Topic Expert
Product and Topic Expert

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.

Former Member
0 Likes

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.