Optional: Setting Parameters for Data Carrier Synchronization
Context
Data Carrier Synchronization is the form of the synchronization that you use if you do not have an online connection available between the client device and the Data Orchestration Engine (DOE).
In this form of synchronization, the SAP NetWeaver Mobile client creates a folder of data that has to be sent to the DOE into a folder. The contents of this folder are then uploaded to the DOE. Additionally, the data that the client requires needs to be obtained from a different folder. This folder is generated from the DOE.
In the Default.properties file of the SAP NetWeaver Mobile client, you can configure the parameters associated with this form of synchronization.
Procedure
-
On the Mobile client, in the ..\SAP NetWeaver Mobile Client\... path , locate the Settings folder.
-
In the Default.properties file, add the parameters you require.
Parameters
Description
Possible Values
Default Value
com.sap.tc.mobile.cfs.sync.disc.MaxOutFileSize
Size of each file that the client sends to the DOE
Any numeric value
5242880 (Bytes)
com.sap.tc.mobile.cfs.sync.disc.MaxInFileSize
Size of each file that the client can accept from the DOE
Any numeric value
5242880 (Bytes)
com.sap.tc.mobile.cfs.sync.disc.SecurityEncryptionOutputFilterStream
Location of the class that is responsible for encryption
-
-
com.sap.tc.mobile.cfs.sync.disc.SecurityDecryptionInputFilterStream
Location of the class that is responsible for decryption
-
-
com.sap.tc.mobile.cfs.sync.disc.SecuritySigningOutputFilterStream
Location of the class that is responsible for signing the file for security
-
-
com.sap.tc.mobile.cfs.sync.disc.SecurityUnsigningInputFilterStream
Location of the class that is responsible for decrypting the signed file
-
-
com.sap.tc.mobile.cfs.sync.disc.DefaultTargetSizes
List of different media types specified by the user
The media types are separated by a comma
-
-
com.sap.tc.mobile.cfs.disc.EncryptionActivated
Flag to enable encryption
True/ False
False
com.sap.tc.mobile.cfs.disc.SigningActivated
Flag to enable digital signing
False
com.sap.tc.mobile.cfs.sync.disc.HomeLocation
Location for storing the data carrier synchronization files
-
-
com.sap.tc.mobile.cfs.sync.disc.SourceLocation
Location from where the client reads the data carrier synchronization files
-
-
com.sap.tc.mobile.cfs.sync.disc.MinimumTarget Size
Minimum target size
Any numeric value
1048576 (bytes)
com.sap.tc.mobile.cfs.sync.disc.CurrentMediaSize
Current media size
Any numeric value
1048576 (bytes)
-
Save the Default. p roperties file.