Parameter:
KeyFilenameShort description: Full path to the Notes/Domino ID file. On the Notes client,
KeyFilename points to the user ID; on the Domino server, it points to the server ID.Profile
Parameter | KeyFilename |
Category | Client configuration / Setup |
Component | Notes client and Domino server |
Value range | Absolute file path to a valid .id file |
Default | Set automatically by setup (path to the user or server ID) |
Available since | Very early (before 9.0.1) — standard setup parameter in all Notes/Domino versions |
Effective | At program start |
GUI equivalent | None directly — set during setup; on the client changeable via File → Security → User Security (Switch ID); on the server via the setup script or ID Vault recovery |
Description
Full path to the Notes/Domino ID file.
- On the Notes client,
KeyFilenamepoints to the user ID file (e.g.user.id).
- On the Domino server,
KeyFilenamepoints to the server ID file (typicallyserver.id).
The entry is written to
notes.ini automatically during the first Notes/Domino setup and is required for startup. COM access from applications to Notes/Domino also uses the ID file specified in KeyFilename.Examples
KeyFilename=C:\HCL\Notes\Data\user.id
KeyFilename=D:\Data\server.id
KeyFilename=/local/notesdata/server.id
Notes
- The path must point to an existing, valid
.idfile. If the file is missing or the path is invalid, Notes/Domino startup fails.
- During a server upgrade, it is important that
KeyFilenamecontinues to point to the correct server ID (HCL KB0039523 explicitly recommends verifying this after an upgrade).
- Editing
notes.inidirectly is possible but risky. On Domino servers, maintenance via Configuration Settings documents or desktop policies is recommended.
- Companion parameter on the server:
ServerKeyFileNameis also maintained (relative file name of the server ID).
Sources (HCL Product Documentation)
- HCL Customer Support – KB0033472 „Where are all the Notes Preferences settings stored“ (Applies to: Notes 9.x, 10.x, 11.x, 12.x): support.hcl-software.com/csm?id=kb_article&sysparm_article=KB0033472
- HCL Customer Support – KB0081077 „Moving the Domino Data directory to a different partition“ (example
KeyFilename=D:\Data\server.id): support.hcl-software.com/csm?id=kb_article&sysparm_article=KB0081077
- HCL Customer Support – KB0039523 „'Connection denied: The server you connected to has a different name…' after Domino server upgrade“ (note about
serverkeyfilenameinnotes.ini): support.hcl-software.com/csm?id=kb_article&sysparm_article=KB0039523
- HCL Domino Designer 9.0.1 – Requirements (COM): „The KeyFileName setting in the notes.ini file specifies the user ID that COM uses.“ help.hcl-software.com/dom_designer/9.0.1/appdev/H_ACCESSING_THE_DOMINO_OBJECTS_THROUGH_COM_REQUIREMENTS.html
- HCL Domino 14.5.1 – NOTES.INI Settings (overview): help.hcl-software.com/domino/14.5.1/admin/conf_notesinisettings_c.html