Setting the LD_LIBRARY_PATH Variable when Exporting Quality Profiling Projects to Batch (Linux) - trillium_discovery - trillium_quality - 17.1

Trillium DQ Release Notes

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Quality
Trillium > Trillium Discovery
Version
17.1
Language
English
Product name
Trillium Quality and Discovery
Title
Trillium DQ Release Notes
Topic type
Release Notes > Fixed Issues
Release Notes > Known Issues
Release Notes > What's New
First publish date
2008

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: For more information about exporting projects that contain profiling processes, see the Trillium Control Center Help: Develop > TS Quality Processes > Profiling Processes.

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

  1. Open the .cshrc settings file, located in your home directory.

    .cshrc File Example
  2. Add the LD_LIBRARY_PATH environment variable to the variable list.

  3. 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

  4. Save the file.

  5. Source the file by running the following command:

    source .cshrc