Remittance Advice Emails not being generated to Outlook

SUGGESTED

Hello,

I use to have no problem generating remittance advice to my Outlook draft folder when running the Generate Payments feature. Now though I am getting this -

The above pop up box appears as many times as there are suppliers on the list (we do batch payments). Once I have clicked through this error then the below message box pops up listing all the remittance advice that was not generated (all the suppliers in the batch)

Finally the below box appears

After which the process has finished but no remittance advise is my draft folder in Outlook which use to happen.

Please can someone help?

Many thanks

  • 0

    I don't know what the underlying error is, but Sage 200 is trying to write it to the Windows event log and failing because the event source does not exist. It should have been created during installation, but can be added from an Admin command prompt with:

    eventcreate /id 1 /l APPLICATION /T INFORMATION /SO Sage200Site /d "Source created"

    At least the errors will then be recorded, and you can view them in the Windows Event Log - it's worth setting up a custom view with Sage200Site as the source.

  • 0
    SUGGESTED

    Hi There,

    With the errors you're encountering we have a knowledge base article for this linked here. If you're having further issues we'd suggest to contact your Sage 200 Support Partner for further help. 

    Thanks,

    Andrew

  • 0 in reply to Andrew Deeming

    Hi Andrew & Geoff

    I have discovered that there is another reason why the Outlook integration fails from Sage and that is to do with the office installation missing the necessary registry entries for the MSO.DLL file. Obviously check the settings first and backup your registry etc before changing anything but this resolves a lot of these problems: 

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\TypeLib\{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}\2.8]
    "PrimaryInteropAssemblyName"=-

    [HKEY_CLASSES_ROOT\TypeLib\{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}\2.8\0]

    [HKEY_CLASSES_ROOT\TypeLib\{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}\2.8\0\win32]
    @="C:\\Program Files (x86)\\Microsoft Office\\root\\VFS\\ProgramFilesCommonX86\\Microsoft Shared\\Office16\\MSO.DLL"

    [HKEY_CLASSES_ROOT\TypeLib\{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}\2.8\FLAGS]
    @="0"

    There is also a 2.7 version that may also need attention depening on MSO versions etc.