Rss Feed
Print

IBM released today the FP1 for Lotus Notes/Domino 8.5.1.

The fixpack included support for Notes on Windows 7 and Snow Leopard (Mac OS X 10.6.2).

Additional information about this Fix Pack, including a list of fixes, is available in the Notes/Domino 8.5.1 Fix Pack 1 Release Notice.

The IBM Technote 4025721 provides download information for IBM Lotus Notes and Domino 8.5.1  Fix Pack 1:

A list of fixes can be found here.



Print

This short howto should explain how to prepare a system which could be used to build eclipse plugins. {readmorelink}[...]{/readmorelink}

 



Print

- Installation from Domino on Debian Lenny without graphic (Desktop)

- apt-get update

- apt-get dist-upgrade

- apt-get install libstdc++5 libxmu6 libxp6 libxp-java libxtst6 gawk ssh xserver-xorg-core

- create notes User and notes group anlegen: adduser notes

- copy domino installer to /opt/install

- tar xvf IBM Lotus Domino Server.......

- Install domino server: ./install console

- Open console via client: ssh -X root@server



Print

If you wish to enable DAOS on your Server there are some considerations that you need (click on "read more" to read the full article).

 



Print

Starting in 8.5.1 (and written here), the functionality of Spell Checker has changed where it's uniformed across Lotus Notes, Sametime and Lotus Symphony in one Spell Checker engine.

In addition with this new functionality, additional Spell Checker languages are available as UpdateSite_xx.zip (where 'xx' is the language code), whereas as the "Legacy Spell Checker" feature still utilizes .dic files.

The question is now... how to allow your users to install the new Spell Checker engines? There are a lot of options possible, but because of the reason that we are Lotus Domino Administrators we will use the eclipse update site which will allow our users to use a menu ("File -> Applications -> Install -> search for new features to install") in the Lotus Notes client to install the engines. Or would you like to brother with fileshares? ;-)

This short how to explains you how to build a eclipse update site (to install all kind or Lotus Notes updates and plugins, not only the dictionaries) and add it to your environment to allow your users to install the new spell checker engines.

Please note:

This how to doesn´t explain how to lock the Lotus Notes Client so that only one eclipse update site could be used. For these please read the IBM Administrator Documentation.

(Click on read more to read the complete article)