A .mal file configures a server connection for a user who already has the M-Business Client software installed. On Windows workstations where M-Business Client is already installed, the .mal file extension is automatically associated with M-Business Connect. Thus you can make the .mal file available on an intranet Web page, or send it in an e-mail directly to users . When M-Business Connect executes the .mal file, the specified server is configured for the user and will synchronize the next time the user synchronizes.
A .mal file is a text file with a .mal extension. The file begins with an XML
tag:
<?xml version="1.0"?> |
The rest of the .mal file consists of opening and closing MALServer
tags:
<MALServer ... ...> </MALServer> |
The opening MALServer
tag contains the parameters that configure the server. These parameters are detailed in the table below.
Table 1. .mal file parameters
Parameter |
Description |
||
---|---|---|---|
|
Hostname for server. |
||
|
Sync port number server is using. |
||
|
M-Business Anywhere user name, as defined in the M-Business Server admin database. |
||
|
Password for above user, as defined in the M-Business Server admin database. |
||
|
Is the user password hashed? Valid values: |
||
|
Is the user password encoded? Valid values: |
||
|
Is it a non-CE device? Valid values: |
||
|
Is the user account to be disabled? Valid values: |
||
|
User-friendly server name to display in M-Business Client. |
||
|
Server URL. |
||
|
Status to display, such as, "The server is running." |
||
|
Confirmation message to display on success, such as "Connected to <server_name>." |
||
|
Server URI. |
||
|
Send device info. to server in a synchronization? Valid values: |
||
|
Hash user password in a synchronization? Valid values: |
||
|
Require user password to synchronize? Valid values: |
||
|
Require user to connect securely in a synchronization? Valid values: |
||
|
Allow user to connect securely in a synchronization? Valid values: |
||
|
Allow only secure connection? Valid values: |
||
|
Let user override secure connection requirement? Valid values: |
||
|
Confirmation message to display on successful completion. |
The full source code for a .mal file is listed in Using a .mal file to subscribe users to a channel.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |