Table of Contents

Search

  1. Preface
  2. Prepare to Install Data Validation Option
  3. Install Data Validation Option
  4. Configure Data Validation Option
  5. Configuring Multiple Environments
  6. Upgrade Data Validation Option
  7. Install DVOcmd on UNIX
  8. Appendix A: Installation and Configuration Checklist

Data Validation Option Installation and Configuration Guide

Data Validation Option Installation and Configuration Guide

Batch Files

Batch Files

Create batch files to switch between multiple Data Validation Clients, users, repositories, or PowerCenter instances. The batch file specifies the user configuration directory and the path to the Data Validation Client executable.
A batch file can contain the following parameters:
DVO_PC_VERSION
If you use Informatica authentication with version 10.2, set
10.2.0
as the value for the environment variable. If you use Informatica authentication with version 10.2 HotFix 2, set
10.2.0.2
as the value for the environment variable. If you use Informatica authentication with version 10.4.0, set
10.4.0
as the value for the environment variable. If you use Informatica authentication with version 10.5, set
10.5.0
as the value for the environment variable.
INFA_HOME environment variable
Set the INFA_HOME environment variable to the PowerCenter Client installation directory to run the Data Validation Client with a specific PowerCenter instance.
Directory and name of the Data Validation Client executable file
Specify the directory and name of the Data Validation Client executable file to run a specific Data Validation Client.
Directory and name of the DVOCmd executable file
Specify the directory and name of the DVOCmd executable file to run a specific instance of DVOCmd.
DV_CONFIG_DIR environment variable
Set the DV_CONFIG_DIR environment variable to the Data Validation Option user configuration directory to launch the Data Validation Client under a different Data Validation Option user account.
Use the following syntax when you create a batch file for PowerCenter 10.2.0, 10.2 HotFix 2, 10.4.0, or 10.5:
@echo off SET DVO_PC_VERSION=<10.2.0_10.2.0.2_or_10.4.0_or_10.5.0> SET INFA_HOME=<Informatica installation directory> SET DV_CONFIG_DIR=<User configuration directory> cd\ cd <directory and name of executable file>
If you use a shortcut to launch the Data Validation Client, edit the shortcut to call the batch file instead of DVOClient.exe.

0 COMMENTS

We’d like to hear from you!