I am running in to a scenario that service is still running but event delivery becomes unreliable or stops altogether. The only fix we’ve found is manually restarting the Event Server Windows service on the server machine, after which events start flowing correctly again.
This happens in some sites for first time only. after restarting works.
My questions:
-
Is there any method exposed via the Config API (
IConfigurationService) that allows restarting or refreshing the Event Server? I checked the Hardware-levelInvokeMethodcalls but couldn’t find anything at the server/system level for Event Server specifically. -
Is there a server-level InvokeMethod available on the
SystemorRecordingServerconfig item that can trigger an Event Server restart or service reload? -
Is there any MIP SDK API (Platform SDK, Event Server SDK, or Config API) that exposes a “reload rules”, “reconnect”, or “refresh event processing” operation that might solve this without a full service restart?
-
Alternatively, is there a known root cause for the Event Server becoming unresponsive to events while still running?