Installing the i2 ODA

This section describes how to install and launch the i2 ODA, run multiple instances of the i2 ODA, and work with error and trace message files.

Steps for installing the i2 ODA

Before you begin: This chapter assumes you have already installed the i2 connector, as well as the required software for using the connector (see Installing and configuring the connector). Be sure you are using the i2 application version 6.0.1 and i2 ODA 1.1.0.

To install the i2 ODA, use the Installer for IBM WebSphere Business Integration Adapters. Follow the instructions in the System Installation Guide for UNIX or for Windows (for ICS), Implementing Adapters with WebSphere MQ Integrator Broker, or Implementing Adapters with WebSphere Application Server. When the installation is complete, the following files are installed in the directory on your system where you have installed the product:

Notes:

  1. Except as otherwise noted, this document uses backslashes (\) as the convention for directory paths. For UNIX installations, substitute slashes (/) for backslashes.

  2. All product path names are relative to the directory where the product is installed on your system.

Other installation requirements

Launching the i2 ODA

Before you begin: Ensure that the i2 ODA and XML schema ODA are installed on your system.

To launch the i2 ODA, run the appropriate file:

You have to add the proper path to the start files for CIS-SDK and j2ee.jar. For connecorjar you need to point to the exact location of connector jar as found in the i2 lib directory.

Example: The following path information needs to be added to the start_i2.bat file:

set I2_CIS_HOME_DIR=C:\i2\CIS\6.0\cis-sdk
set J2EE_PATH=C:\J2EE_JAR
set CONNECTORJAR=  

Note:
These are just examples. You should change the path information depending on your local installation.

You configure and run the i2 ODA using Business Object Designer. Business Object Designer locates each ODA by the name specified in the AGENTNAME variable of each script or batch file. The default ODA name for this connector is i2ODA.

Working with error and trace message files

Error and trace message files (the default is i2ODAAgent.txt) are located in \ODA\messages\, which is under the product directory. These files use the following naming convention:

AgentNameAgent.txt

Example: If the AGENTNAME variable specifies i2ODA1, the tool assumes that the name of the associated message file is i2ODA1Agent.txt

You can have a message file for each ODA instance or have differently named ODAs use the same message file. The name of the message file is specified in Business Object Designer as part of the ODA configuration.

Note:
Failing to correctly specify the message file's name when you configure the ODA causes it to run without messages. For more information on specifying the message file name, see "Configure agent properties".

During the configuration process, you specify:

The following table describes the tracing levels.

Trace Level Description
0
  • Logs errors and fatal errors from the i2 ODA application
  • Logs warnings that require a system administrator's attention

1 Traces all entering and exiting messages for method
2 Traces the ODA's properties and their values
3 Traces the names of all business objects
4 Traces business object properties and the values received
5
  • Indicates the ODA initialization values for all of its properties
  • Traces the business object definition dump

For information on where to configure these values, see "Configure agent properties".

Copyright IBM Corp. 1997, 2003