Prerequisites

In this section:

How to:

This section describes setting the DQC_Home environment variable prerequisite for Plans.


Top of page

x
Procedure: How to Set the DQC_Home Environment Variable

To set the DQC_HOME environment variable:

  1. Right-click My Computer and select Properties from the context menu.

    The System Properties dialog box opens, as shown in the following image.

  2. Click the Advanced tab and select the Environment Variables button.

    The Environment Variables dialog box opens, as shown in the following image.

  3. In the System variables section, click New.

    The New System Variable dialog box opens, as shown in the following image.

  4. In the Variable name field, enter a variable name, for example,
    DQC_HOME
  5. In the Variable value field, enter the DQS path of the runtime variable, for example,
    [iWayDQSHOME]\runtime

    where:

    [iWayDQSHOME]

    Is the location on your file system where the DQS archive file is extracted to.

    Note: The Environment variable must be set in the System variables section, not in the User variables section.

  6. Click OK.

    You return to the Environment Variables dialog box where the system variable (DQC_HOME) is now listed, as shown in the following image.

  7. Click OK.

    You return to the System Properties dialog box.

    Notes:

    • You must restart the system so that the created System variable (DQC_HOME) you created will be effective.
    • This is only applicable for iWay Data Profiler Version 9.0.1.

    For Linux platforms, add the following parameter in .bash_profile (the profile file of the logged in user):

    export DQC_HOME=[iWayDQSHOME]/runtime

    where:

    [iWayDQSHOME]

    Is the location on your file system where the DQS archive file is extracted to.

    Note: Compile the .bash_profile and restart Tomcat and WebFOCUS.


Top of page

x
Adding License Keys for DQS

This section describes how to add license keys in DQS.

To add a license key in DQS, copy the license file to the following directory.

[iWayDQSHOME]\runtime\license_keys

where:

[iWayDQSHOME]

Is the location on your file system where the DQS archive file is extracted to.

Note: This is only applicable for iWay Data Profiler Version 9.0.1.

If you are using a UNIX or Linux operating system, copy the license file in the following directory:

[iWayDQSHOME]/runtime/license_keys

where:

[iWayDQSHOME]

Is the location on your file system where the DQS archive file is extracted to.


Top of page

x
Adding Jar Files in DQS

This section describes how to add jar files in DQS.

If the uploaded plan contains drill-through data, then paste the .jar file of the corresponding drill-through database used by iWay Data Quality Server (DQS) in the following directory:

[iWayDQSHOME]\runtime\lib

where:

[iWayDQSHOME]

Is the location on your file system where the DQS archive file is extracted to.

Note: This is only applicable for iWay Data Profiler Version 9.0.1.

If you are using a UNIX or Linux operating system, copy the .jar file in the following directory:

[iWayDQSHOME]/runtime/lib

where:

[iWayDQSHOME]

Is the location on your file system where the DQS archive file is extracted.

Note: The logged in user should have execute privileges on the following shell script files under [iWayDQSHOME]/runtime/bin

where:

[iWayDQSHOME]

Is the location on your file system where the DQS archive file is extracted.


iWay Software