Skip Headers
Agile Recipe Management for Pharmaceuticals Import/Export Guide
Release 9.3.3
E39291-01
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

2 Installation and Configuration

This chapter provides information on the directory structure of component files in the Export/Import tool, and installation and configuration processes.

2.1 Directory Structure

Recipe & Material Workspace must be installed in order to access the files that are required to perform export/import operations. The files required to run export/import are located in the exim folder within the RMW installation folder. The exim utility is run from the same server on which RMW is installed.

The components of the exim folder are described in the table below.

Folder Name Description
bin Contains the .bat and .sh files for running export and import procedures in Windows and Solaris, respectively.
config Contains the configuration files required for ExIm client to work.
config/locale Contains the locale files for ExIm client messages.
lib Contains the Java library (.jar) files used by ExIm.
templates Contains the template files for the export operation.
templates/criteria Contains the criteria files for the export operation.
templates/schema Contains the schema files for exporting records using specific criteria.
templates/criteriaProperties Contains the properties files for the export operation.

2.2 Configuring Export/Import Tool

Before exporting or importing information from/to RMW, you must update the following:

  • Application server information in export or import command files;

  • Search criteria values in the template files.

2.2.1 Updating the Export or Import Command Files

To update the WebLogic application server information in the export or import command file:

  1. From the AgilePharma/exim/bin/ folder, select the export or import command file you want to update and complete the following:

  2. For Windows, the files to be updated are export.bat or import.bat:

    a. Set BEA=D:\bea\Weblogic103\server\lib (Change the path depending upon the location of the Weblogic.jar file on your machine)

    b. Set JAVA_HOME=D:\bea\jdk160_14_R27.6.5-32 (Change the path depending upon location of this folder on your machine)


    Note:

    ExIm tool requires the Weblogic.jar file to be present in the home/bea/Weblogic103/server/lib folder to complete its operation. Since ExIm is Java-based, it requires the path of Java home.

  3. For UNIX, the files to be updated are export.sh or import.sh:

    a. Set BEA=home/bea/Weblogic103/server/lib (Change the path depending upon location of the Weblogic.jar file on your machine)

    b. Set JAVA_HOME=home/bea/jdk160_14_R27.6.5-32 (Change the path depending upon location of this folder on your machine)


    Note:

    ExIm tool requires the Weblogic.jar file to be present in the home/bea/Weblogic103/server/lib folder to complete its operation. Since ExIm is Java-based, it requires the path of Java home.

  4. Save and close the export or import command file.


    Note:

    Appropriate changes must be made to run ExIm client on OAS application server.