Created On: 11 October 2010
Problem:
When running AppTrack the error message "../aslmf/asadmin.X not found." is displayed.
Resolution:
This means the environment variable COBDIR is not set correctly. Before running apptrack, you must set the COBDIR environment variable.
More than one installation of MF COBOL might exist on a machine. Pick a particular installation directory and set COBDIR to that directory, for example:
COBDIR=/opt/microfocus/cobol
export COBDIR
After setting the variable, remember to export it.
If you are using apptrack for the purpose of installing runtime licenses, remember the licenses will become associated with the COBDIR location specified in the environment variable, so choose the value of COBDIR accordingly.
Be sure that other environment variables which refer to COBDIR, such as PATH, LD_LIBRARY_PATH, LIBPATH, or SHLIB_PATH, contain correct corresponding values as well -- use the "echo" command to check their values, then correct and export them if necessary.
More than one installation of MF COBOL might exist on a machine. Pick a particular installation directory and set COBDIR to that directory, for example:
COBDIR=/opt/microfocus/cobol
export COBDIR
After setting the variable, remember to export it.
If you are using apptrack for the purpose of installing runtime licenses, remember the licenses will become associated with the COBDIR location specified in the environment variable, so choose the value of COBDIR accordingly.
Be sure that other environment variables which refer to COBDIR, such as PATH, LD_LIBRARY_PATH, LIBPATH, or SHLIB_PATH, contain correct corresponding values as well -- use the "echo" command to check their values, then correct and export them if necessary.
Incident #2476400
Old KB# 31940