Parameter:
DirectoryShort description: Path to the Notes/Domino data directory. On the Notes client, Directory points to the Notes data directory; on the Domino server, it points to the Domino data directory. Set automatically by setup and required for startup.
Description
Path to the Notes/Domino data directory.
- On the Notes client,
Directorypoints to the Notes data directory (e.g.C:\HCL\Notes\Data).
- On the Domino server,
Directorypoints to the Domino data directory, which holds all databases (names.nsf,log.nsf, mailboxes, application NSFs, etc.).
The entry is written to
notes.ini automatically by setup and is required for startup. HCL explicitly lists Directory= as one of the minimum mandatory entries in a Notes notes.ini.Profile
Parameter | Directory |
Category | Client configuration / Setup |
Component | Notes client and Domino server |
Value range | Absolute path to an existing data directory |
Default | Set automatically by setup (e.g. C:\HCL\Notes\Data or C:\HCL\Domino\Data) |
Available since | Very early (before 9.0.1) — standard setup parameter in all Notes/Domino versions |
Effective | At program start |
GUI equivalent | None directly — only via setup or migration of the data directory (e.g. as described in HCL KB0081077) |
Examples
Directory=C:\HCL\Notes\Data
Directory=D:\Data
Directory=/local/notesdata
Notes
- The directory must exist and must be readable and writable by the Notes/Domino process. Otherwise startup fails.
- When moving the data directory (e.g. to another partition),
Directory=andKeyFilename=must be adjusted consistently (HCL KB0081077).
- On Windows multi-user installs, the additional
SharedDataDirectory=entry exists for the shared data directory (see HCL KB0102555).
- If
notes.inihas to be re-created,Directory=is one of the three mandatory values alongside[Notes]andKitType=1(see HCL Notes 14.5.1 „The NOTES.INI file cannot be found“).
Sources (HCL Product Documentation)
- HCL Notes 14.5.1 – „The NOTES.INI file cannot be found“ (mandatory entry
Directory=with path to Notes data directory): help.hcl-software.com/notes/14.5.1/client/err_notesini_not_found_r.html
- HCL Customer Support – KB0081077 „Moving the Domino Data directory to a different partition“ (example
Directory=D:\Data): support.hcl-software.com/csm?id=kb_article&sysparm_article=KB0081077
- HCL Customer Support – KB0102555 „How to determine whether Notes is installed for single or multi-user on Windows“ (note about
SharedDataDirectory=): support.hcl-software.com/csm?id=kb_article&sysparm_article=KB0102555
- HCL Domino 11.0.1 – „Notes installation directories for Windows“ (default data directories): help.hcl-software.com/domino/11.0.1/admin/plan_notesinstallationdirectoriesforwindows_c.html
- HCL Domino 14.5.1 – NOTES.INI Settings (overview): help.hcl-software.com/domino/14.5.1/admin/conf_notesinisettings_c.html