Maybe I’m missing something obvious but does anyone know how to exclude 1 specific database from compacting on a server?
Subject: You could write a script that builds an indirect file(s)
The indirect file(s) would include all .nsf files except the file you don’t want compacted…
Run compact(s) against the indirect file(s)
Subject: COMPACT_FILTER_INI=
Also found
COMPACT_FILTER_INI=
Specify the database you want excluded… Not sure if you specify absolute path or relative path to the data directory…
Try it out…
Subject: Exclude from compacting
Yes, in the Admin client, right-click the db you want to exclude, select “compact”, check the “Compact only if unused space is greater than” and type in 99% to the right.That should do the trick.
Thierry Cayla
Subject: Doesn’t save
When you click “compact” and change the setting, isn’t that just for that one compact?
If you right click on it and go back into compact, it is not saved.