Repair local databases on desktop
This tip explains how to use nfixup and ncompact to repair local DBs on a desktop such as PAB and a local archive.
View member feedback to this tip.
Local databases on the user's desktop such as personal address book and local archive sometimes become corrupted and require repair.
There are "command prompt" versions of the server database maintenance utilities (Fixup, Updall and Compact) available to repair local databases.
The local tools are nfixup.exe, nupdall.exe and ncompact.exe. The Notes desktop client install includes nupdall.exe but not the other two. Nfixup and ncompact are found in the Domino folder on the server. They fit on a floppy disk and may be copied into the user's LotusNotes folder to run at the desktop.
Here's how:
- Close all running applications, including Notes.
- Go to Command prompt in folder LotusNotes> (this is your "live console" on the local PC).
- At the Command prompt LotusNotes>, enter these commands and switches in the following order:
- (Enter the user's Notes password when prompted)
- nfixup c:lotusnotesdata(filename)
- nupdall -r c:lotusnotesdata(filename)
- ncompact c:lotusnotesdata(filename)
- Do not start the next command until you see that the previous command has shut down. Type Exit to return to Windows.
The nupdall command syntax should be "nupdall c:lotusnotesdata(filename) -R" and not "nupdall -r c:lotusnotesdata(filename)." The -R should be at the end, otherwise it will run on all databases instead of just the specified one.
—Ninad L.
Do you have comments on this tip? Let us know.
This tip was submitted to the SearchDomino.com tip exchange by member Karen Shumaker. Please let others know how useful it is via the rating scale below. Do you have a useful Notes/Domino tip or code to share? Submit it to our monthly tip contest and you could win a prize and a spot in our Hall of Fame.