Capture mPulse events when callback service fails
(Implemented in RPI v6.7 patch 24311.1702, released Nov. 7, 2024)
When configured, this patch will include the Events external folder to capture failed events.
To enable the patch, you must configure the Events external folder, which allows RPI to configure an ECP folder.
Use “Copy JSON configuration to clipboard” to copy the JSON configuration and paste it to
mPulseWebAPIExternalContentProviderSettings
system configuration in the Server Workbench.Enable logging as follows:
Open
Resonance.ExecutionService.exe.config
in a text editor.Add the settings below in
<categorySources>
</<categorySources>
:XML<add switchValue="Information" name="General"> <listeners> <add name="Database Trace Listener" /> <!-- <add name="Formatted EventLog TraceListener" /> --> </listeners> </add>
Save the file and then restart the execution service.
Restart IIS so that the settings take effect.
If the callback service fails to send the JSON payload to the queue, the JSON payload will be written in the ECP folder (RPI only logs JSON payloads that fail).