SourceOne Email Management: Notes.ini Extension Manager Settings for shortcut and Journaling tasks
Summary: Notes.ini Extension Manager Settings for shortcut and Journaling tasks
Instructions
When you install the SourceOne Domino listener for shortcut and journaling, there are entries added to the notes.ini by default. There are some extra ini settings that help with performance that must be added. The ini settings are separated by shortcut and journaling. If you are only doing one of the tasks, then only those settings must be present. If you are doing both, then all the ini settings must be included.
Journaling ini
Installed by default when Journaling is selected:
The Extension Manager add-in is used to load third-party applications on a Domino server. Once the Journaling listener is installed, the exnotesjournal is placed in the below .ini settings. This allows the Journaling listener to start and load when Domino is started.
EXTMGR_ADDINS= ExNotesJournal Exprocbaddocs task is started when the domino server is started. This task runs every 60 mins by default. When source One ServerTasks= ExProcBadDocs EmailXtenderBadDocsInt=60 EmailXtenderUserName=e5admin
The following line is required after the Journaling component is installed and before the Domino server is started up for the first time after installation.
EmailXtenderTempPath=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
This disables transaction logging for the S1 journal listener. Must be added before the exjournal nsf files are created by the system. This way transaction logging is turned off before the nsf is created.
ExDisablejournalTXNlogging=1
Shortcutting INI
Default .ini settings add when a shortcut component is installed.
EXTMGR_ADDINS= ExNotesShortcutExt ServerTasks= ExNotesShortcutCache EmailXtenderShortcutCacheInt=15 EmailXtenderShortcutDb=ExShortcut.nsf EmailXtenderUserName=e5admin EmailXtenderTempPath=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
Custom .ini
The following line is required after the Journaling component is installed and before the Domino server is started up for the first time after installation. This way transaction logging is turned off before the nsf is created.
ExDisableShortcutTXNLogging=1
To be able to exclude other Domino tasks from recalling shortcuts besides the intended user recalling them.
The following is for a Windows Domino server. You can add any domino task to this list beside the nserver.exe, the server task is the one that recalls shortcuts for end users.
EmailXtenderShortcutExclude=nadminp.exe,nntask.exe