Views:

Cause

The executable program library file name on the Windows platform is "nSMDext.dll". Previously, the naming convention in the "notes.ini" file was "EXTMGR_ADDINS=SMDext".

SMDext

Click the image to enlarge.

HCL has implemented a security change in Domino 14.5:

"The library name should be exact. HCL will append the extension at the end, but will no longer preface it."

Require Modification

To comply with this change, you need to update the "notes.ini" file as follows:

nSMDext

Click the image to enlarge.

  • EXTMGR_ADDINS=nSMDext

You do not need to add the following notes.ini variables to avoid errors because "nSMDext.dll" is already placed in the Domino executable directory:

  • ExtMgr_Dir<#>=<path>

Action Taken

Option 1

On Windows platform ONLY, please modify the "notes.ini" file:

  1. Change "EXTMGR_ADDINS=SMDext"" to "EXTMGR_ADDINS=nSMDext"".
  2. Restart the Domino server.

Option 2