« 7 steps to p**s off a consultant |
Main|
From command lines and URLs »
When upgrading a server or moving datbases
I like to apply a little hygiene to my notes databases. So you can find
a little cmd file in the notes data directory, that fixes what needs to
be fixed:
Fixnotesdb.cmd
nfixup -L -F -Y %1
ncompact -D -c -i -n -v -ZU %1
nupdall -R %1
nupdall -X %1
Running the script with the server down
has the advantage, thay you can fix the address book as well. On R8.5 you
want to have CREATE_R85_DATABASES=1
in the notes.ini. The only disadvantage: you need to type the password
4 times (unless your server doesn't need one). If you don't have a password,
you could add:
net start "domino (lotusnotesdata)"
<-- be sure to check your services for your settings!
at the end of the script and it would
relaunch your server after it has run. YMMV.
Update: There is a Linux
version too.
Disclaimer
This site is in no way affiliated, endorsed, sanctioned, supported, nor enlightened by Lotus Software nor IBM Corporation. I may be an employee, but the opinions, theories, facts, etc. presented here are my own and are in now way given in any official capacity. In short, these are my words and this is my site, not IBM's - and don't even begin to think otherwise. (Disclaimer shamelessly plugged from Rocky Oliver)
© 2003 - 2013 Stephan H. Wissel - some rights reserved as listed here:

Unless otherwise labeled by its originating author, the content found on this site is made available under the terms of an Attribution/NonCommercial/ShareAlike Creative Commons License, with the exception that no rights are granted -- since they are not mine to grant -- in any logo, graphic design, trademarks or trade names of any type. Code samples and code downloads on this site are, unless otherwise labeled, made available under an Apache 2.0 license. Other license models are available on written request and written confirmation.
Comments
Posted by Skunk At 20:19:46 On 03/28/2011 | - Website - |
Posted by Stephan H. Wissel At 13:55:45 On 05/24/2012 | - Website - |
Posted by Stephan H. Wissel At 00:07:24 On 03/29/2011 | - Website - |
Posted by Eric Mack At 11:48:56 On 05/24/2012 | - Website - |