Restriction: This topic applies only when the Enterprise Server feature is enabled.
You need to set the following environment variables that apply to all activities that take place in
Enterprise Server:
- COBDIR. Specifies the directory that contains
Enterprise Server
- PATH. Specifies the directories to be searched by all UNIX programs, including the run-time system, when finding executables to be run
- LD_LIBRARY_PATH or
LIBPATH
(AIX only), depending on your UNIX system. Specifies the directory or directories for the UNIX system, cob and the run-time system to search for shared libraries and callable shared objects.
If you want to do any database access from within
Enterprise Server you need to add the necessary libraries to the
PATH environment variable and to the
LD_LIBRARY_PATH or
LIBPATH (AIX only) environment variables, depending on your UNIX system. For full information about setting the environment up for database access see the documentation supplied by your database vendor.