When you are upgrading a server or moving datbases, you should apply some maintenance to the Notes databases.
The simple way to do this is to ahve a cmd file (or batch file), that runs the necessary commands to fix the databases.
 
nfixup -L -F -Y %1
ncompact -D -c -i  -n -v -ZU %1 
nupdall -R %1 
nupdall -X %1 
 
Running these commands (or batch file) script with the Domino server down has the advantage that you can fix the Domino Directory (NAMES>NSF) as well.
 
On R8.5 you need to have CREATE_R85_DATABASES=1 in the NOTES.INI.
On 9.0, you need to have CREATE_R9_DATABASES=1 in the NOTES.INI.
 
 

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.