Notifier startup

When the MobiLink server loads, it starts all enabled Notifiers. To disable a Notifier, you must set the enable Notifier property value to false. See Notifier properties.

To start your Notifiers, use one of the following methods:

  • Configure your Notifiers and run mlsrv12 with the -notifier option specified.

  • If your settings are stored in a Notifier configuration file, load the database at the command line by running mlsrv12, and specify the file using the -notifier option. For example, if you want to use a file called myfirst.Notifier, the following command configures the MobiLink server to use the properties and events specified in the file:

    mlsrv12 ... -notifier c:\myfirst.Notifier

    If you are using QAnywhere, load the database at the command line by running mlsrv12 with the -m option specified.

 See also