cancel
Showing results for 
Search instead for 
Did you mean: 

MI 7.1 Repetitive Synchronization problem

asdasd_asdasd
Active Participant
0 Kudos

Hi experts, I'm having trouble making "Repetitive Synchronization", I found the following documentation "http://help.sap.com/saphelp_nwmobile71/helpdata/en/47/8baf5f1240444ba39d0bca8704003f/content.htm" I set my "agent" Establish parameters for:

MobileEngine.Sync.MaximumNumberOfRepetitiveSyncs = 5

MobileEngine.Sync.RepetitiveSyncEnabled = true

MobileEngine.Sync.TimeBetweenRepetitiveSyncs = 30000

I see I'm parameters implemented in the database of the PDA, but I see that it works properly, do not make 5 Sync as they set it up in the "agent"

regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try these instead

com.sap.tc.mobile.cfs.sync.repetitiveSync.activated = true

com.sap.tc.mobile.cfs.sync.repetitiveSync.maximumNumberOfSyncs = 5

com.sap.tc.mobile.cfs.sync.repetitiveSync.timeBetweenSyncs = 30000

This works for me, I have OCA client, repetitive sync 5 times, with 30 second intervals.

http://help.sap.com/saphelp_nwmobile71/helpdata/EN/04/5efdfff1064ca78f337da5575c1e61/frameset.htm

and it has to be associated to the Agent CONFIG

Edited by: Alan Cheun on May 11, 2010 2:05 PM

asdasd_asdasd
Active Participant
0 Kudos

thank you very much!

Former Member
0 Kudos

Hi Alan,

These paramtere are for backward compatible applications ie MI7.0/2.5 applications.

OCA is a 7.1 applicaiton hence these paramters dont have any effect.

Best Regards,

Amit

asdasd_asdasd
Active Participant
0 Kudos

This :

com.sap.tc.mobile.cfs.sync.repetitiveSync.activated = true

com.sap.tc.mobile.cfs.sync.repetitiveSync.maximumNumberOfSyncs = 5

com.sap.tc.mobile.cfs.sync.repetitiveSync.timeBetweenSyncs = 30000

Work fine in OCA 7.1

regards

Answers (0)