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

Trillium DQ Release Notes

Product type
Software
Portfolio
Verify
Product family
Trillium™ software
Product
Trillium™ software > Trillium™ Quality
Trillium™ software > Trillium™ Discovery
Version
Latest
ft:locale
en-US
Product name
Trillium Quality and Discovery
ft:title
Trillium DQ Release Notes
Copyright
2024
First publish date
2008
ft:lastEdition
2026-01-30
ft:lastPublication
2026-01-30T16:16:09.403000
L1_Product_Gateway
Verify
L2_Product_Segment
Data Quality
L3_Product_Brand
Precisely Trillium
L4_Investment_Segment
Legacy DQ
Core Data Quality
L5_Product_Group
Legacy DQ - Application
Data Quality - Application
L6_Product_Name
Trillium Quality
Trillium Discovery

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