Notifier Properties window: Connection tab

Properties are read at startup. When you change properties, you must shut down and restart the MobiLink server for them to take effect.

This tab has the following components:

Isolation Level   Specify an isolation level for the connection. The default isolation level is Read Committed (Level 1). You must choose one of the following:

  • Read uncommitted (level 0)

  • Read committed (level 1)

  • Repeatable read (level 2)

  • Serializable (level 3)

For more information on setting isolation levels, see Isolation levels and consistency.

Connection String   Specify a JDBC connection string to override the default connection behavior. This is an optional value.

By default, the Notifier uses ianywhere.ml.script.ServerContext to connect to the consolidated database. This means that it uses the connection string that was specified in the current mlsrv11 session's command line.

You can specify a connection string to connect to any database, including the consolidated database. It may be useful to connect to another database when you want notification logic and data to be separate from your synchronization data.

See also