Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Installing webMethods Lotus Notes Adapter 6.0 | Installing Lotus Notes Adapter 6.0
 
Installing Lotus Notes Adapter 6.0
To install Lotus Notes Adapter on AS/400, you must use the Installer's console mode, described in the Installing webMethods Products On Premises for your release.
Note:
If you are installing the adapter in a clustered environment, you must install it on each Integration Server in the cluster, and each installation must be identical. For more information about working with the adapter in a clustered environment, see Lotus Notes Adapter in a Clustered Environment.
*To install Lotus Notes Adapter 6.0
1. Download Installer from the Empower Product Support Web site.
2. If you are installing the adapter on an existing Integration Server, shut down Integration Server.
3. Start the Installer wizard.
4. Choose the webMethods release that includes the Integration Server on which to install the adapter. For example, if you want to install the adapter on Integration Server 9.12, choose the 9.12 release.
5. Specify the installation directory as follows:
*If you are installing on an existing Integration Server, specify the webMethods installation directory that contains the host Integration Server.
*If you are installing both the host Integration Server and the adapter, specify the installation directory to use.
The Installer will install the adapter in the Integration Server_directory \packages directory.
6. In the product selection list, select Adapters > webMethods Lotus Notes Adapter 6.0. You can also choose to install documentation.
7. After installation is complete, configure the Domino Server to accept transactions from Integration Server. To do so, configure the HTTP and DIIOP tasks on the Domino Server, make sure the tasks are running, and make sure the tasks are listed in the notes.ini file in the Domino Server (for example, ServerTasks= task1,taskn ,http,diiop). For instructions, see your Domino Server administration documentation.
8. Set up the Lotus Notes Adapter environment. To enable the Lotus Notes Adapter to communicate with the Lotus Domino objects on the Domino Server, the adapter requires access to NCSO.jar, which is provided with the Lotus Domino Toolkit for Java/CORBA.
a. Go to the Integration Server_directory \instances\<instance_name>\packages\WmLotusNotesAdapter\code directory.
b. Create a jars\static directory.
c. Copy the NCSO.jar or NCSOW.jar file to the jars\static directory. The file is located in the directory where you installed the Domino Server (for example, LotusDomino_directory\data\domino\java).
9. Set up the Lotus Notes Adapter environment for Integration Server 10.11 onwards.
The connections are not enabled as Integration Server 10.11 uses Java 11. The Lotus domino client uses IIOP (Internet Inter-ORB Protocol) to communicate with the Domino server. However, the CORBA modules (OMG CORBA API, an ORB implementation) is removed from Java 11 on Java SE Platform.
a. Download the GlassFish ORB implementation glassfish-corba-omgapi-4.2.3.jar from Maven https://mvnrepository.com/artifact/org.glassfish.corba/glassfish-corba-omgapi/4.2.3.
b. Copy the JAR file to the Integration Server_directory \instances\<instance_name>\packages\WmLotusNotesAdapter\code\jars directory.
c. Restart Integration Server if already started.