Oracle Agile Engineering Data Management Batch Client for Agile Release e6.2.1.0 E69110-01 |
|
![]() Previous |
![]() Next |
Note: The Agile e6.2.1.0 Batch Client has no Installer software. |
The Agile e6.2.1.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.
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
Extract the installation package.
This unpacks the Agile e6.2.1.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
Extract the Agile e6.2.1.0 Batch Client bundle into the installation directory.
Example: C:\Program Files.
The Agile e6.2.1.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.1.0 Batch Client bundle contains the following directories:
Directory paths | |||
---|---|---|---|
Batch Client Root | (C:\Program Files\Agile_e6\Batchclient) | ||
axalant | |||
bin | |||
x86_64-linux-ol7 | Oracle Linux FMS-Client binary | ||
ia64w-hp-hpux11.31 | HPUX FMS-Client binary | ||
x64-ms-nt6.1 | Windows 64 bit FMS-Client binaries | ||
java | Java archives | ||
ppc64-ibm-aix7.1 | IBM AIX FMS-Client binary | ||
sparc64-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 | |||
x86_64-linux-ol7 | external Oracle Linux binaries | ||
ia64w-hp-hpux11.31 | external HP-UX binaries | ||
x64-ms-nt6.1 | external Windows 64 bit binaries | ||
java | external Java archives | ||
ppc64-ibm-aix7.1 | external IBM AIX binaries | ||
sparc64-sun-solaris11 | external Oracle Solaris binaries | ||
tmp | Log files |
The Java environment has to be set to Java 8 64-bit JRE version.
On Windows, adapt the BatchClient.cmd shell script:
Example:
set JAVA_HOME="C:\Program Files\Java\jre1.8.0_<update_number>"
On UNIX, adapt the Batch Client shell script:
Example:
JAVA_HOME=/usr/local/java/jre1.8.0_<update_number>