Previous Topic Next topic Print topic


To set up an application with a shared Server Enterprise Edition

Note: The following applies to native COBOL only.
  1. Install Server Enterprise Edition.
  2. Install your application executable files in a separate directory from Server Enterprise Edition.
  3. If your application is linked with dynamic binding to the run-time system, create a shortcut pointing to the application. We recommend a shortcut in preference to adding the Server Enterprise Edition directory to the user's path, so that you avoid interactions with other COBOL applications.

    If your application is not linked with dynamic binding, set the PATH on the end-users' machines to point to Server Enterprise Edition, using the following command:

    path = app-server-dir;%PATH%

    where r:\app-server-dir is the directory where Server Enterprise Edition is installed. If you specify a directory containing spaces, you must use quotes ("") to delimit the data values. For example:

    path = "r:\application directory";%PATH%
  4. If the license database is installed on a server, set up the database location on the end-users' machines.
Previous Topic Next topic Print topic