Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Context-Sensitive Help » MobiLink Plug-in Admin Mode Help » MobiLink property sheets

Notifier property sheet: General tab Next Page

Notifier property sheet: 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.

The Connection tab of the Notifier property sheet 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:

See:

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 mlsrv10 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 connect_string property.

See also