Go to primary content
Oracle Agile Engineering Data Management Batch Client for Agile
Release e6.2.0.0
E52553-01
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

3 Installing and Configuring the Batch Client

3.1 Installing the Agile e6.2.0.0 Batch Client

The Agile e6.2.0.0 Batch Client is delivered as a ZIP file.

The ZIP file is contained in the batchclient.zip installation package located in the packages folder of the installation medium.

  1. Copy the Batch Client installation package (batchclient.zip) from the packages folder of the installation medium into a temporary directory

    Example:

    copy y:\packages\batchclient.zip c:\temp

  2. Extract the installation package.

    This unpacks the Agile e6.2.0.0 Batch Client ZIP archive into the axalant/bin/java sub directory of your temporary directory.

    Example:

    unzip c:\temp\batchclient.zip -d c:\temp

  3. Extract the Agile e6.2.0.0 Batch Client bundle into the installation directory.

    Example: C:\Program Files.

    The Agile e6.2.0.0 Batch Client files are unpacked into the batchclient directory which is automatically created.

    Example:

    unzip c:\temp\axalant\bin\java\batchclient.zip -d "c:\Program Files\Agile_e6"

    The Agile e6.2.0.0 Batch Client bundle contains the following directories:

    
    
    Directory paths


    Batch Client Root

    (C:\Program Files\Agile_e6\Batchclient)

    axalant



    bin

    i686-linux-o16
    Oracle Linux FMS-Client binary

    ia64-hp-hpux11.31
    HPUX FMS-Client binary

    intel-ms-nt6.1
    Windows 32 bit FMS-Client binaries

    java
    Java archives

    rs6000-ibm-aix7.1
    IBM AIX FMS-Client binary

    sparc-sun-solaris11
    Oracle Solaris FMS-Client binary


    cmd Windows scripts directory


    dmp Example loader files


    ini Configuration files


    scripts UNIX scripts directory

    examples
    Example batch files

    ext



    bin


    i686-linux-o16 external Oracle Linux binaries


    ia64-hp-hpux11.31 external HP-UX binaries


    intel-ms-nt6.1 external Windows 32 bit binaries


    java external Java archives


    rs6000-ibm-aix7.1 external IBM AIX binaries


    sparc-sun-solaris11 external Oracle Solaris binaries

    tmp
    Log files

3.1.1 Configuring the Agile e6.2.0.0 Batch Client

The Java environment has to be set to a Java 7 32-bit or Java 7 32-bit JRE version.

  • On Windows, adapt the BatchClient.cmd shell script:

    Example:

    set JAVA_HOME="C:\Program Files (x86)\Java\jre7"

  • On UNIX, adapt the Batch Client shell script:

    Example:

    JAVA_HOME=/usr/local/java/jre7