Before you run a batch script for an exported project that contains Trillium Quality profiling processes, you must set the LD_LIBRARY_PATH environment variable to point to your system's libcore library directory.
This procedure applies to exported Quality projects that contain one or more of the following profiling processes:
-
Business Rules
-
Dependencies
-
Keys
-
Load
Note the following:
-
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 LD_LIBRARY_PATH environment variable in your environment so that you do not have to set it each time you start a session.
To set the LD_LIBRARY_PATH on UNIX
-
Open the .cshrc settings file, located in your home directory.
-
Add the LD_LIBRARY_PATH environment variable 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/tsq/Software/bin
-
Save the file.
-
Source the file by running the following command:
source .cshrc