Optional: Setting Parameters for Online Synchronization

Context

Online synchronization refers to http or https form of synchronization. Using these forms of synchronization, the mobile client connects to the DOE to exchange data.

In the Default.properties file of the mobile client, you can configure the parameters associated with these forms of synchronization.

Procedure


  1. On the Mobile client, in the ..\SAP NetWeaver Mobile Client\... path, locate the Settings folder.

  2. In the Default.properties file, add the parameters you require.

    Parameters

    Description

    Possible Values

    Default Value

    com.sap.tc.mobile.sync.https.truststore

    Location of trust store file containing SSL certificates.

    -

    ..\Settings\Truststore

    com.sap.tc.mobile.sync.protocol

    Synchronization protocol

    http/ https/ file

    http

    CFS.Deploy.DeviceName

    Name of the client device

    -

    -

    com.sap.tc.mobile.sync.messgeInboundProcessingMode

    Message inbound processing mode

    True/ False

    False

    com.sap.tc.mobile.sync.registered

    Determining if the device is registered or not

    True/ False

    False

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

    Enabling/ disabling repetitive sync

    -

    -

    com.sap.tc.mobile.sync.packaging.maxinsize

    Maximum inbound package size

    -

    -

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

    Maximum number of synchronizations.

    This value is applicable for repetitive synchronizations

    Any numeric value

    -

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

    Time (in ms) between synchronizations.

    This value is applicable for repetitive synchronizations

    Any numeric value

    -

    com.sap.tc.mobile.sync.http.gzipenabled

    Flag indicating if gzip compression is enabled on the transport layer

    True/ False

    -

    com.sap.tc.mobile.sync.packaging.verysmall

    Very small package size (KB)

    Any numeric value

    5

    com.sap.tc.mobile.sync.packaging.small

    Small package size (KB)

    Any numeric value

    512

    com.sap.tc.mobile.sync.packaging.medium

    Medium package size (KB)

    Any numeric value

    5120

    com.sap.tc.mobile.sync.packaging.large

    Large package size (KB)

    Any numeric value

    51200

    com.sap.tc.mobile.sync.session_timeout

    Time before the current session completes

    -

    -

    com.sap.tc.mobile.sync.packaging.maxoutsize

    Maximum size of the packets that should be transmitted for synchronization

    -

    -

  3. Save the Default. p roperties file.