Ich habe mal ein paar Infos dazu gesammelt - ich hatte hierzu schon angefangen einen Artikel für BestPractises zu schreiben, hier die Infos die ich dazu habe. Allerdings funktioniert es bei mir trotzdem nicht bei allen Datenbanken - liegt vermutlich an den Infos vom nachfolgenden Link.
Gruss
Martin
PS: Infos dazu gibts auch hier:
http://www-10.lotus.com/ldd/r5fixlist.nsf/a8f0ffda1fc76c8985256752006aba6c/513a6aa91be825b585256e5900528555?OpenDocument-------------------------------------------------------------
Inhalt:
Vorgehensweise zum archivieren von Lotus Notes Datenbanken auf CD's, DVD
Problem:
Wenn eine Lotus Notes Datenbank auf CD-ROM gebrannt wird kann man diese Datenbank i.d.R. nicht direkt von CD öffnen.
Lösung:
Um eine Lotus Notes Datenbank dem Anwender als Archiv Medium (z.B. für Maildatenbank) oder Sicherung auf CD-ROM zu brennen und direkt von der CD öffnen zu können sind nachfolgende Schritte notwendig:
1. Lokale Replik oder Kopie übers Betriebssystem der Datenbank erstellen
2. Die kopierte oder replizierte Datenbank im Notes Client öffnen und mit STRG + SHIFT + F9 den Ansichtenindex neu aufbauen.
3. Client beenden
4. Datenbank auf CD brennen und testen
Zu Beachten:
In der Version R5 ist es sogar möglich den Volltextindex ebenfalls direkt mit auf die CD zu brennen. Dazu einfach noch das Volltext Index Verzeichnis zusätzlich auf die CD brennen. Dieses Verzeichnis hat denselben Namen wie die Datenbank und die Endung .ft. Danach lässt sich die Datenbank direkt von CD öffnen und die Volltextsuche
Ab Notes6 lässt sich der Volltextindex von CD leider nicht mehr verwenden. Des weiteren ist zu beachten das ab Notes6 die Datenbank in der Defaulteinstellung lokal verschlüsselt wird mit der ID des Users welcher die Replik erzeugt hat. Ausserdem zu beachten ist das IBM bei verschiedenen Client Versionen am Ansichtenaufbau etwas geändert hat. Am sichersten ist es die Datenbank von CD zu öffnen mit der Clientversion mit welcher es auch vor dem Brennen gebrannt wurde.
---------
Von NOTES.NET
Archives onto CD - Lotus Response
Posted by Rod Linford on 22.Jan.03 at 04:09 using a Web browser
Category: Notes ClientRelease: 6.0Platform: All Platforms
I've logged a call with Lotus. They have provided the information that i currently use to do CD archives for R5 and earlier versions. The problem still persists but i will let you all know when I get a working solution.
Here is Lotus's email:
Heres that information -
==================================================
Problem:
What steps are necessary to prepare a Notes database onto a CD-ROM or any media which is read-only?
Solution:
The following steps are necessary to put a database onto a CD-ROM or other read-only media:
1. Open the database and press CTRL+SHIFT+F9. This key combination will refresh all of the views in the database. This includes open views, hidden views, and private views. It is important to build the view indexes before copying the database to the CD or other read-only media as, if they are not created and stored in the NSF file prior to adding it to the read-only media, Notes will attempt to create them and will not be able to because it cannot write to the media.
Note: If a view index is not built, pressing CTRL+SHIFT+F9 will cause Notes to build the view. If the view is already built, pressing CTRL+SHIFT+F9 will cause Notes to update the view, not rebuild it.
2. Create the full-text index for the database if you intend for the database to be queried using Notes' full-text indexing capabilities. You can do this using the File - Full Text Search - Create Index command. This index must be created prior to putting the database on the read-only media for the same reason described for view indexes in Step 2 above.
Note: Most CD mounting software conforms to the ISO 9660 standard which does not allow for periods in directory names. When creating full-text indexes in Notes, it by default creates a directory with the extension .FT (period - FT) which is against the ISO 9660 regulations. For example, if your database is called DATABASE.NSF, then Notes will create a subdirectory called \DATABASE.FT underneath the directory which contains the file D ATABASE.NSF.
To workaround this issue, do the following:
a. Create another directory which has the same name as the database, but with no extension (i.e. \DATABASE instead of \DATABASE.FT). This new directory name must be the same as the database name.
b. Copy all of the files created for the full-text index from the original directory into the new directory.
c. Delete the full-text index files from the old directory name (the name with the .FT extension) and remove the directory from the system.
Notes will now see the new directory and use the full-text index files inside of it. It does not require the .FT extension to be on the directory name. The .FT is only used as a naming convention when creating the directory for full-text indexes so that those directory names wouldn't show up along with the other directory names in the File - Open Database dialog box.
3. Do an operating system level copy (such as using the DOS or OS/2 COPY command) of the .NSF file from the writeable media which you are currently using onto the media which will be used to press the CD or other read-only media. Be sure that you do an operating system level copy during this step and not a File - Database - Copy from within Notes as using Notes to copy the database will remove the view indexes.