We have Windows event logging enabled for our application build on RFA 8 C++ libraries but all entries in the Windows event log have the same error message e.g.
"The description for Event ID 10105 from source RSSL_Adapter cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer."
The Windows registry values for this component are
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Reuters\RFA\CLS_RFA_GW1\Logger\ComponentLoggers\RSSL_Adapter messageFile = RFA8_RSSL_Adapter
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Application\RSSL_Adapter EventMessageFile = RFA8_RSSL_Adapter120.dll
RFA8_RSSL_Adapter120.dll is installed in our applicaiton distribution directory
Is this correct? The error above suggests the Windows Event log can't locate the RSSL_Adapter dll RFA8_RSSL_Adapter120.dll.
Please advise if our configuration is correct or other investigation to determine why the description for the event ID can't be found.