Preparing the Lotus Notes Environment

How to:

The Adapter for Lotus Notes accesses Domino databases using Java APIs, which are part of the Domino Designer package.

The adapter can access both local Lotus Notes databases and remote Domino Server databases:

For related information, refer to your Lotus Notes documentation.


Top of page

x
Procedure: How to Prepare the Lotus Notes Environment on Windows

Specify the location of the Lotus Notes .jar file in the CLASSPATH environment variable.


Top of page

x
Procedure: How to Prepare the Lotus Notes Environment on UNIX

Specify the location of the Lotus Notes .jar file in the $CLASSPATH environment variable.

For example, if the files are located in /usr/driver_files, you would issue the following statements:

CLASSPATH=/usr/driver_files/NCSO.jar
export CLASSPATH

Alternatively, you could use the Web Console to specify the location:

  1. From the menu bar's Workspace menu, select Configuration/Monitor.
  2. Expand the Java Services folder.
  3. Right-click DEFAULT and select Properties from the popup menu.

    The Java Services Configuration pane opens.

  4. Select the Class path section.
  5. Specify full path to the Lotus Notes .jar file in the IBI_CLASSPATH text field.
  6. Click the Save and Restart Java Services button.

iWay Software