Eventbus Logging Cleanup

When the Eventbus Logging tables grows to its limit it stops loading and needs to be cleaned up. There is no automated way of cleaning the tables thus the process is manually done.

A maintenance script has been added for cleaning to the database named: Utility.Maintain_CleanCompletedInstancesFromEventbus

When executing the script, a parameter of a StatusID should be provided, the following can be used.

  • StatusID = 0 will clear all records from the table
  • StatusID = 4 will clear only completed records.