Lotus Notes Connector
Overview
The Notes Connector provides access to Lotus Domino databases. The Connector
uses HTTP and IIOP (see Ports for port number) to access the Domino server so you must make sure these
services are started and accessible from the host you are running this Connector.
Provided that you use a Domino server R5, supported Notes versions
are 4.5, 4.6 and 5.0. Without a Domino server R5, you will not be able to access
any Notes bases (R4, R5) with this connector.
Configuration
The Connector needs the following parameters:
Parameter |
Description |
connectorType |
com.architech.connector.rscNotes |
dominoLogin |
The username to use for authentication against
the server. |
dominoPassword |
The password to use. |
dominoHost |
The IP hostname or address to the domino
server. |
notesDatabase |
The name of the database to use |
notesSelection |
The selection used when iterating the data
source. You must use valid Lotus Notes select statements. To select
entries from the name & address book use the following select
statement:
Select Form="Person"
|
notesServer |
The name of the server where notesDatabase is
found. Leave blank to use the server you are connecting to (dominoHost). |
notesSearchView |
The database view to use. |
Downloads
Included in base product
IIOP default uses port 63148, check for actual port number in Domino
Administrator -> Configuration -> IIOP.
Security
In order to have the Integrator access your Domino server, you might have to
allow it through Domino Administrator -> Security -> IIOP restriction
. The user account you have configured the Integrator to use, must belong to a
group listed under Run restricted Java/Javascript and Run unrestricted
Java/Javascript
See Also
|