An unexpected error has occurred. MAPI was unable to load the information service nwnsp.dll. Be sure the service is correctly installed and configured.
Office 2000 SP3
Lotus Notes 6.0.2 CF2
installed in that order.
Lotus Notes to default mail client. selecting MAILTO: links in web pages is fine and lauches Outlook.
We have a third party application (Pivotal) which needs to be able to send mail using MAPI.
I have read and reviewed all the technotes for this, although none are for ND6, all refer to R4/5
http://www-1.ibm.com/support/docview.wss?uid=swg21093719
http://www-1.ibm.com/support/docview.wss?uid=swg21106416
Basically you need to have that DLL (nwnsp.dll, which is actually nwnsp32.dll, but the “32” is ignored in the mapisvc.inf file) in your system directory, plus all the appropriate lines added in your mapisvc.inf file. They are all there.
The inf file should be here C:\Program Files\Common Files\System\Mapi\1033 (but it is also here, with the correct entries C:\WINNT\system32)
[Services]
NOTES=Lotus Notes Mail
[NOTES]
PR_SERVICE_DLL_NAME=nwnsp.dll
PR_SERVICE_SUPPORT_FILES=nwnsp.dll
PR_SERVICE_DELETE_FILES=nwnsp.dll
PR_SERVICE_ENTRY_NAME=ServiceEntry
Providers=NAB,NMS,NXP
WIZARD_ENTRY_NAME=ServiceWizard
PR_RESOURCE_FLAGS=SERVICE_SINGLE_COPY|SERVICE_PRIMARY_IDENTITY
[MSFAX XPP]
PR_PROVIDER_DISPLAY=Fax Mail Transport
PR_DISPLAY_NAME=Fax Mail Transport
PR_RESOURCE_FLAGS=STATUS_NO_DEFAULT_STORE
PR_RESOURCE_TYPE=MAPI_TRANSPORT_PROVIDER
PR_PROVIDER_DLL_NAME=FXSXP.DLL
[NAB]
PR_PROVIDER_DLL_NAME=nwnsp.dll
PR_RESOURCE_TYPE=MAPI_AB_PROVIDER
PR_DISPLAY_NAME=Lotus Notes Address Book
PR_PROVIDER_DISPLAY=Lotus Notes Address Book
PR_RESOURCE_FLAGS=STATUS_PRIMARY_IDENTITY
[NMS]
PR_PROVIDER_DLL_NAME=nwnsp.dll
PR_RESOURCE_TYPE=MAPI_STORE_PROVIDER
PR_RESOURCE_FLAGS=STATUS_PRIMARY_IDENTITY|STATUS_DEFAULT_STORE
PR_PROVIDER_DISPLAY=Lotus Notes Message Store
PR_DISPLAY_NAME=Lotus Notes Message Store
PR_MDB_PROVIDER=395d475fecf1cd1193dc5aab3C478538
[NXP]
PR_PROVIDER_DLL_NAME=nwnsp.dll
PR_RESOURCE_TYPE=MAPI_TRANSPORT_PROVIDER
PR_RESOURCE_FLAGS=STATUS_PRIMARY_IDENTITY
PR_PROVIDER_DISPLAY=Lotus Notes Transport
PR_DISPLAY_NAME=Lotus Notes Transport
I have even tried explictly listing the path to that DLL in the INF file, i.e. C:\WINNT\system32\nwnsp.dll
Any other suggestions…