Notifiers, gateways, and carriers are configured via properties. These properties can be stored in the ml_property MobiLink system table or in a Notifier properties file.
You can store property settings in the MobiLink system table ml_property. There are two ways to do this:
Use the Notification folder in the MobiLink plug-in in Sybase Central. You can also right-click the Notification folder in Sybase Central and choose to export settings to a Notifier properties file, or import settings from a Notifier properties file.
For more information, click Help on the Sybase Central Notifier dialogs.
Use server-initiated synchronization tab in Model mode in the MobiLink plug-in in Sybase Central.
Use the stored procedure ml_add_property.
See ml_add_property.
Alternatively, you can store options in a Notifier properties file. This is a text file that you can edit with a text editor. If you use the properties file, you cannot use the default SYNC gateway. See:
If you specify properties in both the ml_properties table and the Notifier properties file, the settings are determined as follows:
Server-initiated synchronization properties in the ml_property table in the consolidated database are loaded.
If a Notifier properties file is specified with the -notifier option, the settings in this file are loaded on top of the settings from the database.
If a Notifier properties file is not specified, and if the default configuration file is found (config.notifier), the settings in the default file are loaded on top of the settings from the database.
Properties are read at startup. When you change properties, you must shut down and restart the MobiLink server for them to take effect.
For a detailed list of the Notification properties you can set, see: