cancel
Showing results for 
Search instead for 
Did you mean: 

Mobilink Publication Sync in iOS

Former Member
0 Kudos

Hi ,

I am working on a native iOS application in which middleware is Mobilink Server.


We have 4 publications in which 2 publications are big (contains 60+ tables). As we know, client-Mobilink Sync depends on publications.

At present, If there is any sync failure due to Network connection problem (Error: 1305,857) , we resume sync with the publication where sync has stopped.


Is there a way that iOS can start sync from the table where it stopped instead of starting it from Publication.


Here is the scenario:

Consider 2 publications. Pub1 contains 20 tables and pub2 contains 80 tables

Suppose Sync has stopped at 60 tables in pub2. At present, iOS is resuming sync from uploads of pub2. Is there a way that I can resume sync from table 60 of pub2?

If it is possible to resume from the table where it stopped, we could increase performance of our app.

Please suggest me her.

Thanks,

Suman Kumar.


Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182948
Active Participant
0 Kudos

I think that you can use the following feature if the problem happened during download.

-"Resumption of failed downloads"
http://dcx.sap.com/index.html#1201/en/mlserver/ml-synchtech-s-5287936.html


For details, please see the description of the following parameters.

-"Keep Partial Download synchronization parameter"
http://dcx.sap.com/index.html#1201/en/uladmin/mc-ulsync-s-5653206.html

-"Partial Download Retained synchronization parameter"
http://dcx.sap.com/index.html#1201/en/uladmin/mc-ulsync-s-5762570.html

-"Resume Partial Download synchronization parameter"
http://dcx.sap.com/index.html#1201/en/uladmin/mc-ulsync-s-5773994.html

Koichi