Post date: Feb 9, 2017 6:54:16 AM
Today I had a interesting issue with one of our production RDS sites
MYOB was just installed 19.13 and we had a shared license deployment of 365 pro plus
Short version: each time you tired to email in myob you will get a mapi32.dll missing etc. Repaired reinstall uninstall myob.. still no luck.. Tired the repair VBS they have as per this page
http://community.myob.com/t5/Getting-started-with/Cannot-load-MAPI32-dll-with-Outlook-2016-Office-365-and-AR/td-p/427056
Still no luck.. VBS didn't run correctly.
RDS was 2012 R2
Anyway shortcut version: the system was missing the messaging key in the registry: The MYOB VBS should fix this however, it didn't and just failed out.. likely because they key didn't exist:
I opened up the VBS and checked what it was going to do
I was able to manually create the key:
"HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows Messaging Subsystem" < this key was missing
Added string value: MAPI under messaging with 1
strValueName = "MAPI"
swValue = 1
ANd BANG no more error
Magic!