User`s guide

IBM Lotus Notes, Domino, Domino Designer 8 Release Notes
Domino Designer
Valid DAV fails with DB2-SQL or product limit exceeded
Attempting to create/populate a DB2 Access View (DAV) from an existing DB2 database can fail with the
following error message, although if you open the DAV, it will validate:
DB2-SQL or Product limit exceeded
.
Databases on DB2-enabled servers and the data stored in DB2 will have their schema upgraded
automatically when you upgrade to Lotus Notes 8, with a 32K bufferpool named DOMINO
_
TMP32, and a
temporary tablespace named DOMINO
_
STMP32. If the server fails to recognize that a schema upgrade
is needed, this error occurs when a DAV using the new schema tries to get information from a DB2
database using the old schema.
To fix this error, either use a new DB2 database created with Notes 8, or manually update the schema of
an existing DB2 database by issuing the following:
CREATE BUFFERPOOL DOMINO_TMP32 size 5 pagesize 32K
CREATE TEMPORARY TABLESPACE DOMINO_STMP32 PAGESIZE 32K MANAGED BY
SYSTEM USING ('DOMINO_STMP32') EXTENTSIZE 16 PREFETCHSIZE 16
BUFFERPOOL DOMINO_TMP32
where DOMINO is the master schema.
Configuration notes
Domino Server
Configuring Domino and Portal Server federated administration
You can administer an IBM Lotus Domino 8.0 server and an IBM WebSphere Portal Server 6.0 or 6.0.0.1
from the Portal Server administration user interface (UI) on the same Portal Server. In this configuration,
the Domino Web Administrator UI is embedded in the Portal administration UI. To administer both server
types from one Portal administration user interface, link the Domino Web Administrator client UI to the
Portal administration UI. The Domino Web Administrator UI then displays with other portal-specific user
interfaces.
To implement this configuration, you must complete these procedures:
1.
If you have not already done so, download the Portal 6 Update Installer (PUI) tool.
2.
Patch your Portal Server 6.0 or 6.0.0.1 with the iFix. Apply this patch only once. If you are using Portal
Server 6.0.1, you do not need to do this.
3.
After patching the Portal Server 6.0 or 6.0.0.1, run the access scripts to add Domino servers to the
Portal administration user interface. You must run one access script for each server.
4.
Be sure to complete the procedure "Enabling the Portal server for Federated Administration."
5.
Clear your browser's cache file.
The iFix consists of a .ZIP file which includes a .
j
ar file and a readme.txt file. The .ZIP file is contained
within the database WEBADMIN.NSF.
80