Controlling the ODS version of client-based databases
There are several ways to control the on-disk structure (ODS) versions of client-based databases.
Before you begin
Procedure
Goal | Steps | More information |
---|---|---|
Use the default ODS version for the Notes client release. | Use the notes.ini setting NSF_UpdateODS=1 on the client. | When this setting is used, after startup, the Notes
client checks for databases that are lower than the default
ODS version for the Notes release and does copy-style
compacting to upgrade them to the default version. This is the equivalent of enabling the following setting in a Desktop Settings policy, located on the Mail tab, Client Settings section: Enable upgrade of all local NSFs to latest ODS version. |
Use an ODS version introduced with a specific Notes/Domino release. |
Use the notes.ini setting Create_R<v>_Databases=1 where <v> is the Notes/Domino version in which the desired ODS version was introduced. |
For example, to use ODS 55 on new or copy-style compacted databases, specify: Create_R12_Databases=1 |
Revert a database ODS one version back. | From a command prompt, run the following command from the
Notes program directory:
|
For example, running the following command on sales.nsf
which is at ODS 55 reverts it to ODS 53:
|