The environment for running AppTrack or an application that uses
Server Enterprise Edition is probably set up as part of installing your application or
Server Enterprise Edition. If it is not set up, you can do it as follows:
Windows:
- Ensure that the PATH environment variable points to the directory containing
Server Enterprise Edition. If you used the
Micro Focus setup program to install
Server Enterprise Edition, the PATH should be set up. If is not set up, set it as follows:
path=server-dir;%PATH%
where
server-dir is the directory where
Server Enterprise Edition is installed.
- If you are using a network license database, set up its location on the local machine, by setting the ASLMFNET environment variable on the local machine.
- Install your
Server Enterprise Edition license, if it is not already installed.
- Set the COBDIR environment variable as follows:
COBDIR=installation-directory
export COBDIR
Where
installation-directory is the full path of the directory in which
Server Enterprise Edition is installed. Use upper and lower case exactly as shown. For example:
COBDIR=/opt/microfocus/cobol
export COBDIR
- Set the following environment variables:
- SHLIB_PATH on HP/UX PA-RISC
- LIBPATH on AIX
- LD_LIBRARY_PATH on other UNIX systems
For example:
LIBPATH=$COBDIR/lib;$LIBPATH
export LIBPATH
- Install your
Server Enterprise Edition license, if it is not already installed.
Note: For potential version coexistence issues when using the AppTrack facility, please see
Backward Compatibility with Earlier Releases of Enterprise Server and Application Server in the
Product Information help topics.