Disable Error message box in RFA

Hi

I'm trying to disable the "RFA Internal Failure" dialog. I would like to replace it with my own exception handling.

I have tried to edit my .cfg file according to section 2.8 in the configuration guide and i'm testing by removing the RFA8_MsgFile120_x64.dll file

Best Answer

  • @ce kirkerud

    I'm not sure what version of RFA you are using and is this 32 bit application running on 64 bit ?or it's 64 bit application. If it's 32 bit application running on 64 bit you have to change the registry to Wow6432Node according to Microsoft.

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Reuters]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Reuters\RFA]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Reuters\RFA\Default]
    "RFA_MESSAGEBOX_ENABLED"="False"
    "RFA_LOG_FILENAME"="rfa_verify.log"

Answers