Parameters for Data Packaging
If the synchronization link is not stable enough, users of the mobile device can transfer their data in individual packages. If the connection breaks during synchronization and you need to synchronize again, only the packages that did not arrive completely in the target system are transferred.
Users can toggle
this option in the client and select a package size (see
Using Data
Packaging). The package size is specified as the number of containers. A
container consists of a header and a body, and is approximately 300 bytes
large.
As administrator, you can configure data packaging with parameters in the file MobileEngine.config: The following parameters are available:
Parameters in MobileEngine.config
Parameters |
Description |
MobileEngine.Packaging.Activated |
Activate and deactivate data packaging (this setting is saved independent of user) Possible values: false, true Default value: false |
MobileEngine.Packaging.VerySmall |
Package size (number of containers) for value very small. Possible values: Positive integers Default value: 20 |
MobileEngine.Packaging.Small |
Package size (number of containers) for value small. Possible values: Positive integers Default value: 100 |
MobileEngine.Packaging.Normal |
Package size (number of containers) for value medium. Possible values: Positive integers Default value: 2500 |
MobileEngine.Packaging.Large |
Package size (number of containers) for value large. Possible values: Positive integers Default value: 50000 |
MobileEngine.Packaging.MaxPackageSize |
Package size used (this setting is saved depending on user) Possible values: 0 – MobileEngine.Packaging.VerySmall is used 1 – MobileEngine.Packaging.Small is used 2 – MobileEngine.Packaging.Normal is used 3 – MobileEngine.Packaging.Large is used Default value: 2 |
See also:
For more information about other parameters: Parameters in MobileEngine.config
For more information about different methods for the configuration: Configuration of Mobile Devices