Enabling the retry function on a 32-bit Windows machine
If you are running the probe on a 32-bit Windows machine
and have set the SourceType property to DotNet
,
to use the retry function, you must create an application configuration
file named nco_p_wineventlog.exe.config and copy
the file under the directory: %OMNIHOME%/probes/win32
The nco_p_wineventlog.exe.config file must contain the following code:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<legacyUnhandledExceptionPolicy enabled="1"/>
</runtime>
</configuration>