After the Lotus Notes driver files are installed, you need to copy ndsrep (and its support files) to the Lotus Notes directory and copy the Lotus Notes JAR file to the driver directory.
For information about ndsrep, see Publisher Channel.
Manually copy the following files:
Make sure that the Domino shared libraries directory (for example, c:\lotus\domino) is in the Windows system path, and reboot the computer to make sure this step becomes effective.
Without this directory in the Windows system path, the JVM might have difficulty locating the Domino shared libraries required by Notes.jar, such as nlsxbe.dll.
If the Domino server requires databases to be signed, use a Notes client or Domino Administrator to sign dsrepcfg.ntf with your Domino server’s server ID.
Manually copy the following files:
Make sure that the Notes client library .dll directory (for example, c:\lotus\notes) is in the Windows system path, and reboot the computer to make sure this step becomes effective.
Without this directory in the Windows system path, the JVM might have difficulty locating the Notes client libraries required by Notes.jar, such as nlsxbe.dll.
Make sure the necessary user.id and cert.id files are available to the Notes Client and NotesDriverShim.jar so that the Notes driver can properly authenticate to the Domino server and register new Notes users.
Make sure that the Notes.jar file is linked to the correct directory for your environment.
If your Domino server is V7 or later, enter the following:
ls -l /opt/novell/eDirectory/lib/dirxml/classes/Notes.jar
The link should be something like the following:
/opt/novell/eDirectory/lib/dirxml/classes/Notes.jar linked to /opt/ibm/lotus/notes/latest/linux/jvm/lib/ext/Notes.jar
If your Domino server is prior to V7, the link should be something like the following:
/opt/novell/eDirectory/lib/dirxml/classes/Notes.jar linked to /opt/lotus/notes/latest/linux/Notes.jar
Use a Notes client or Domino Administrator to sign dsrepcfg.ntf with your Domino server’s server ID.
Copy the following files from where they are installed (/opt/novell/eDirectory/lib/dirxml/rules) to the location where you intend to launch your driver on the Domino server, such as /local/notesdata. You might want this location to be in your execution search path. You might also need appropriate rights when copying these files to other directories.
These three sample scripts and the sample configuration file are provided to demonstrate how to launch the driver. You can start the Remote Loader for the driver using rdxml.startnotes, and stop the Remote Loader for the driver using rdxml.stopnotes.
The sample scripts work in a variety of situations. If they do not work in your environment, you might need to edit them appropriately. The sample scripts produce a Remote Loader trace log for the driver that can be used for troubleshooting.
Modify the scripts and configuration file to fit to your environment, as described in the table in Step 3.
Make sure that the three scripts noted in Step 3 have file access for execution (for example, rwxr-xr-x).
For troubleshooting tips, see Troubleshooting Installation Problems.