In Chapter 3, “Post-Installation Configuration,” information in the “Setting up a Domino connection” section starting on page 21 has the following changes:
Page 21, you must have “agent execution” rights on the Domino database, as well as “document deletion” rights.
Page 21, NRPC is the default connection type, instead of NRPC.
Regarding password authentication, for DIIOP and WebSession, the user’s internet password is matched; for NRPC, the ID file password is matched.
[CR #436187] For a NRPC connection, if you are running Lotus client on the same machine as you are capturing Domino applications, there is a known issue about providing the password. If you provide an incorrect password, the UA Tomcat server waits until the correct password is entered at the Tomcat console, hanging all instances of the UA application.
You must configure Lotus Notes Client to avoid the password prompt.“Setting up Lotus Notes and Domino on the same machine causes login conflicts”.
[CR #438193] Also, for an NRPC connection, if you set up Lotus client in
the default location, you must set your PATH to include :\PROGRA~1\lotus\notes
;
for example, C:\PROGRA~1\lotus\notes
. It
is important that you capitalize PROGRA
.
After installing UA 8.0 through the Installer, and starting Tomcat as a service, you must restart the machine before you can create Domino elements. Restarting Tomcat sets the PATH correctly.
For the most up-to-date information about Domino configuration and creating Domino elements, see these sections in the Unwired Accelerator 8.0 Developer’s Guide:
Setting up connection pools for Domino
Setting up Lotus Notes and Domino on one machine (WebSession)
Creating Domino elements
Understanding UA-Domino agent data flow
Sample code for Domino agents
Page 22, clarification on product requirements for setting up a Domino connection:
Domino Designer is required mainly to design new forms, or modify existing forms. It can be used to create agents, and views as well, or you can use Lotus Notes Client, provided the Domino user has “Designer” rights on the database defined in the ACL.
Domino Administrator is required to manage users, provide agent execution rights to a user, and to perform other administrative tasks.
Lotus Notes Client is required mainly by the NRPC connection method, as it uses Lotus Notes libraries to make connection with the database. The Client can be used to create agents and views, provided the user has the required Designer access to the database.
Page 25, clarification and additional information for step 4 of the “Setting the environment variables for Domino” procedure:
For WebSession connections:
In the System PATH value, append the Domino Server’s path to the variable value, and click OK.
In this case, Domino Server’s path must precede
Notes Client’s path, if set.
Edit notes.ini file in the
Domino Server’s data directory (%DominoServerHomeDir%\Domino\,
for example c:\Lotus\Domino)
to change the Keyfilename attribute to point
to Domino server’s server ID file; for example, KeyFilename= C:\Lotus\Domino\Data\server.id
.
For DIIOP connections, the Domino Server must be configured with DIIOP.
For NRPC connections, in Variable Value, append the Lotus Notes Client’s path to the variable value, and click OK.