Settings in the defaults file

Settings in the defaults file lists the directives in the defaults file. The defaults file is located in the <M-Business_Home>/conf directory.

Note

Edit the defaults file directly. There is no associated .default file. See Editing configuration files.

Table 1. defaults file settings

Setting

Description

Directory default settings

@@ASAServerRoot@@

Location of the SQL Anywhere installation directory.

@@ASADatabaseDir@@

Location of the SQL Anywhere database.

UI server default settings

@@UIHost@@ 

The full name of the machine running the UI server. On UNIX, the UI server is the admin process.

@@UIPort@@

The port at which to access the UI server.

@@UISSLPort@@

For debugging purposes (not running the server as root) you may need to change this value to a higher port number.

@@UIShutdownPort@@

Internal Tomcat server shutdown port. Default is 8005.

@@UILogDir@@

The path to the UI server log files, relative to the tomcat directory. Default is ../logs.

@@UIAdminLog@@

The name of the UI administration log file, located in @@UILogDir@@. Default is admin_log, plus the @@UILogSuffix@@ extension.

@@UIDuiLog@@

The name of the device log file, located in @@UILogDir@@. Default is device_log, plus the @@UILogSuffix@@ extension.

@@UILogSuffix@@

The extension to be used with log file names in the @@UILogDir@@ directory.

@@MALUserUri@@

URI of the home page for the server. If a user launches the Mobile Link desktop application and clicks the Contents button, Mobile Link accesses the server using the URI given here. Specify a URI relative to UIHost.

@@Language@@

Sets the language of the UI. Choices are: en_US (default), de_DE, fr_FR, it_IT, es_ES .

@@UIDebug@@

Uncommented, this variable enables debug logging for the Admin Server. Default is commented, which disables debug logging.

Sync server default settings

@@SyncHost@@

The name of the machine running M-Business Sync Server.

@@SyncPort@@

The port at which to access M-Business Sync Server.

@@SyncSSLPort@@

The port at which to access the Sync Server.

@@UserFriendlyServerName@@

This is the server name that appears in M-Business Connect on the desktop and on the device.

@@DeviceUIHost@@

The machine where device-side home pages are built. The device-side home pages list the channels to which a user is subscribed.

@@SyncErrorLog@@

Log file where the Sync Server records error messages.

On Windows, all error information is recorded to sync_error.log, therefore this setting is not used.

@@SyncAccessLog@@

Log file where the Sync Server records user accesses.

On Windows, all access information is recorded to sync_access.log, therefore this setting is not used.

Database access default settings

@@StoreHost@@

Not used for SQL Anywhere. Used only when migrating from a pre-5.3 version of MySQL. Default is localhost.

@@StorePort@@

Not used for SQL Anywhere. Used only when migrating from a pre-5.3 version of MySQL. Default is 8099.

@@StoreDB@@

The name of the M-Business Anywhere database. Default is AGDB

@@StoreUIUser@@

The user ID the admin (UI) server used to log in to the database.

@@StoreUIAuth@@

The password the admin (UI) server uses to log in to the database.

@@StoreSyncUser@@

The user ID that the Sync Server uses to log in to the database.

@@StoreSyncAuth@@

Password that the Sync Server uses to log in to the database.

@@StoreReportsUser@@

The user ID to use to run database reports.

@@StoreReportsAuth@@

The password to use to run database reports.

@@EntProviderDatabaseClassId@@

The datastore with which the provider talks to the database. M-Business Anywhere supports mysqldatastore or asadatastore.

@@EntProviderDatabaseClassPath@@

The datastore with which the provider talks to the database. M-Business Anywhere supports mysqldatastore or asadatastore.

@@StoreBackLog@@

The maximum number of pending connections for the SQL Anywhere server. Connection requests are queued as they are received and removed from the queue as the connection is granted. When the maximum number of connections has been reached, all further connection requests remain in the queue. StoreBackLog specifies the size of the queue. If the queue limit is reached, all further connection requests are refused.

General default settings

@@User@@

The user ID of the user that runs the server daemons admin, sync, and asa on UNIX systems. This default does not apply on Windows systems.

@@Group@@

The group ID of the user that runs the server daemons admin, sync, and asa on UNIX systems. This default does not apply on Windows systems.

@@MaxTotalChannelsSize@@

The maximum total size (in kilobytes) a user can allocate for all of their channels.

@@DBRetries@@

Number of retries for logging in to the database should database access fail.

@@Brand@@

Do not change the default for this setting ( avantgo ).

NT domain default settings

@@yourdomainlist@@

List of the NT domains with which M-Business Server is integrated.

Exchange default settings

@@yourexchangeserver@@

The name of your Microsoft Exchange server.

@@off@@

The status of your Microsoft Exchange server.

SOAP server settings

@@AuthKey@@

Used to blowfish-encrypt the user's password during authentication. Enter the authorization key that you use with the SOAP server. Length is limited to 128 bytes.

@@SOAPPort@@

The port on which the SOAP server listens.

Default is 8093

@@WSDLPort@@

The port on which WSDL XML files are served.

Default is 8094