Previous Topic Next topic Print topic


To set up a networked license database

Set the ASLMFNET environment variable on the end users' machines to point to the location of the network license database, as follows:
set ASLMFNET=r:\license-db-dir

Where:

r: is the network drive where the license database is. Note that this must be a network drive and not a local one.

license-db-dir is the path of the license database

If you specify a directory containing spaces, you must use quotes ("") to delimit the data values. For example:

set ASLMFNET="r:\My License DB Directory"

You can specify a networked directory, by specifying the computer name and share name. For example, if the network license database is installed on a computer MyServer in the directory r:\license-db-dir and this directory is shared as mfaslmf, you can specify:

set ASLMFNET=\\MyServer\mfaslmf
Previous Topic Next topic Print topic