Before you run a batch script for an exported project that contains Trillium Quality profiling processes, you must set the dynamic library path to point to your system's libcore library directory.
This procedure applies to exported Trillium Quality projects that contain one or more of the following profiling processes:
Business Rules
Dependencies
Keys
Load
Note the following:
This information applies to Trillium on UNIX systems only.
You must be a Trillium repository or systems administrator to complete this procedure.
Set the environment variable at any time before you export the project and run it in batch.
This procedure permanently sets the dynamic library path in your environment so that you do not have to set it each time you start a session.
To set the dynamic library path on UNIX
Open the settings file, located in your home directory, as shown in the example below.
Figure 1. .cshrc File ExampleAdd the dynamic library path to the variable list.
Set it to point to Software/bin directory of your Trillium installation. This is used as the libcore library directory. For example:
setenv LD_LIBRARY_PATH /.../Linux/17/Software/bin
Save the file.
Source the file, as shown in the following command example:
source .cshrc