Server properties

You can set server properties in Sybase Central or with a server management request. In all cases, the server properties are stored in the database. See:

Server properties
  • ianywhere.qa.server.autoRulesEvaluationPeriod   The time in milliseconds between evaluations of rules, including message transmission and persistence rules. Since, typically, rules are evaluated dynamically as messages are transmitted to the server store, the rule evaluation period is only for rules that are timing-sensitive. The default value is 60000 (one minute).

  • ianywhere.qa.server.compressionLevel   The default amount of compression applied to each message received by a QAnywhere connector. The compression is an integer between 0 and 9, with 0 being no compression and 9 being the most compression. The default is 0.

    If you also set the compression level for a connector in the connector properties file, this setting is overridden for that connector. See Configuring JMS connector properties.

  • ianywhere.qa.server.connectorPropertiesFiles  

    Deprecated feature

    Replaced by Sybase Central.

    A list of one or more files that specify the configuration of QAnywhere connectors to an external message system such as JMS. The default is no connectors.

    See Connectors.

  • ianywhere.qa.server.disableNotifications   Set this to true to disable notification from the server about pending messages. This disables the processing on the server that is required to initiate notifications to clients when messages are waiting on the server for those clients. Set to true in any setup where notifications cannot be sent from the server, such as when firewall restrictions make notifications impossible. The default is false.

  • ianywhere.qa.server.logLevel   The logging level of the messaging. The property value may be one of 1, 2, 3, or 4. 1 indicates that only message errors are logged. 2 additionally causes warnings to be logged. 3 additionally causes informational messages to be logged. 4 additionally causes more verbose informational messages to be logged, including details about each QAnywhere message that is transmitted with the MobiLink server. The default is 2.

    These logging messages are output to the MobiLink server messages window. If the mlsrv11 -o or -ot option was specified, the messages are output to the MobiLink server message log file.

  • ianywhere.qa.server.id   Specifies the agent portion of the address to which to send server management requests. If this property is not set, this value is ianywhere.server.

  • ianywhere.qa.server.password.e   Specifies the password for authenticating server management requests. If this property is not set, the password is QAnywhere.

    See Introduction to server management requests.

  • ianywhere.qa.server.scheduleDateFormat   Specifies the date format used for server-side transmission rules. By default, the date format is yyyy-MM-dd.

    Letter Date component Example
    y year 1996
    M month in year July
    d day in month 10

  • ianywhere.qa.server.scheduleTimeFormat   Specifies the time format used for server-side transmission rules. By default, the time format is HH:mm:ss.

    Letter Date component Example
    a AM/PM marker PM
    H hour in day, a value between 0 and 23 0
    k hour in day, a value between 1 and 24 24
    K hour in AM/PM, a value between 0 and 11 0
    h hour in AM/PM, a value between 1 and 12 12
    m minute in hour 30
    s second in minute 55

  • ianywhere.qa.server.transmissionRulesFile  

    Deprecated feature

    Replaced by Sybase Central.

    A file used to specify rules for governing the transmission and persistence of messages. By default, there are no filters for messages, and messages are deleted when the final status of the message has been transmitted to the message originator.


Setting server properties with Sybase Central